From ffe6d79f849e1b0bf90f0fa23f78ca37bd65acaf Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 6 May 2026 19:22:56 +0300 Subject: [PATCH] tests: skip nested_aggregate_boehm_prod_keep_alive on tcc-windows The test triggers the scope-pin path that emits GC_add_roots/GC_remove_roots, which the bundled libgc on tcc-windows does not provide. Match the convention of other Boehm scope-pin tests (boehm_scope_pin_heap_snapshot_nix.vv) by using the _nix.vv suffix so it runs only on Linux/macOS. --- ...p_alive.out => nested_aggregate_boehm_prod_keep_alive_nix.out} | 0 ...eep_alive.vv => nested_aggregate_boehm_prod_keep_alive_nix.vv} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename vlib/v/gen/c/testdata/{nested_aggregate_boehm_prod_keep_alive.out => nested_aggregate_boehm_prod_keep_alive_nix.out} (100%) rename vlib/v/gen/c/testdata/{nested_aggregate_boehm_prod_keep_alive.vv => nested_aggregate_boehm_prod_keep_alive_nix.vv} (100%) diff --git a/vlib/v/gen/c/testdata/nested_aggregate_boehm_prod_keep_alive.out b/vlib/v/gen/c/testdata/nested_aggregate_boehm_prod_keep_alive_nix.out similarity index 100% rename from vlib/v/gen/c/testdata/nested_aggregate_boehm_prod_keep_alive.out rename to vlib/v/gen/c/testdata/nested_aggregate_boehm_prod_keep_alive_nix.out diff --git a/vlib/v/gen/c/testdata/nested_aggregate_boehm_prod_keep_alive.vv b/vlib/v/gen/c/testdata/nested_aggregate_boehm_prod_keep_alive_nix.vv similarity index 100% rename from vlib/v/gen/c/testdata/nested_aggregate_boehm_prod_keep_alive.vv rename to vlib/v/gen/c/testdata/nested_aggregate_boehm_prod_keep_alive_nix.vv -- 2.39.5