From e3abdfbc84fe1da62f309e260e574612a7b13473 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Sat, 5 Apr 2025 15:34:01 -0400 Subject: [PATCH] Skip test_heaps_grow_independently for MMTk --- test/.excludes-mmtk/TestGc.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/.excludes-mmtk/TestGc.rb b/test/.excludes-mmtk/TestGc.rb index 228a344aa5..cbab458b90 100644 --- a/test/.excludes-mmtk/TestGc.rb +++ b/test/.excludes-mmtk/TestGc.rb @@ -7,6 +7,7 @@ exclude(:test_gc_config_setting_returns_updated_config_hash, "testing behaviour exclude(:test_gc_internals, "testing behaviour specific to default GC") exclude(:test_gc_parameter, "testing behaviour specific to default GC") exclude(:test_gc_parameter_init_slots, "testing behaviour specific to default GC") +exclude(:test_heaps_grow_independently, "testing behaviour specific to default GC") exclude(:test_latest_gc_info, "testing behaviour specific to default GC") exclude(:test_latest_gc_info_argument, "testing behaviour specific to default GC") exclude(:test_latest_gc_info_need_major_by, "testing behaviour specific to default GC")