diff options
author | Matt Valentine-House <[email protected]> | 2025-04-30 11:48:59 +0100 |
---|---|---|
committer | git <[email protected]> | 2025-04-30 13:41:21 +0000 |
commit | 59a902cd790f5e9ecff9b711ebbf31a735736780 (patch) | |
tree | 0ceac4705f40ab73576f79e855a90756625c1a2f /test | |
parent | b42afa1dbcbb91e89852b3b3bc72484d7f0a5528 (diff) |
[ruby/mmtk] test_finalize is in TestObjectSpace not TestObjSpace
These filenames are passed into test classes, and the tests we're trying
to exclude exist in TestObjectSpace in the Ruby repo, not TestObjSpace
https://github.com/ruby/mmtk/commit/195728dc8c
Diffstat (limited to 'test')
-rw-r--r-- | test/.excludes-mmtk/TestObjSpace.rb | 1 | ||||
-rw-r--r-- | test/.excludes-mmtk/TestObjectSpace.rb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/.excludes-mmtk/TestObjSpace.rb b/test/.excludes-mmtk/TestObjSpace.rb index 200faced19..05666e46f0 100644 --- a/test/.excludes-mmtk/TestObjSpace.rb +++ b/test/.excludes-mmtk/TestObjSpace.rb @@ -1,4 +1,3 @@ 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") diff --git a/test/.excludes-mmtk/TestObjectSpace.rb b/test/.excludes-mmtk/TestObjectSpace.rb new file mode 100644 index 0000000000..a92be8090c --- /dev/null +++ b/test/.excludes-mmtk/TestObjectSpace.rb @@ -0,0 +1 @@ +exclude(:test_finalizer, "times out in debug mode on Ubuntu") |