diff options
author | Peter Zhu <[email protected]> | 2025-02-18 14:02:49 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2025-02-19 09:47:28 -0500 |
commit | ff6b1a03abc034eee88327958a6ce8911fbdfe0d (patch) | |
tree | 8926ba307c7fabd24cd5e49253969272d953ce94 | |
parent | 5e45f2a0bce9a94b1b5f9eda615344e74a39e597 (diff) |
Skip TestObjSpace#test_dump_flag_age for MMTk
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12777
-rw-r--r-- | test/.excludes-mmtk/TestObjSpace.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.excludes-mmtk/TestObjSpace.rb b/test/.excludes-mmtk/TestObjSpace.rb index eedbc308d4..200faced19 100644 --- a/test/.excludes-mmtk/TestObjSpace.rb +++ b/test/.excludes-mmtk/TestObjSpace.rb @@ -1,3 +1,4 @@ exclude(:test_dump_all_full, "testing behaviour specific to default GC") +exclude(:test_dump_flag_age, "testing behaviour specific to default GC") exclude(:test_dump_flags, "testing behaviour specific to default GC") exclude(:test_finalizer, "times out in debug mode on Ubuntu") |