summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2025-04-05 15:34:01 -0400
committerPeter Zhu <peter@peterzhu.ca>2025-04-07 09:41:11 -0400
commite3abdfbc84fe1da62f309e260e574612a7b13473 (patch)
tree3a592a19e2748a619615c1c5776b15edf97df254
parentd4406f0627c78af31e61f9e07dda9151e109dbc4 (diff)
Skip test_heaps_grow_independently for MMTk
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13061
-rw-r--r--test/.excludes-mmtk/TestGc.rb1
1 files changed, 1 insertions, 0 deletions
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")