mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[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
195728dc8c
This commit is contained in:
parent
b42afa1dbc
commit
59a902cd79
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
exclude(:test_dump_all_full, "testing behaviour specific to default GC")
|
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_flag_age, "testing behaviour specific to default GC")
|
||||||
exclude(:test_dump_flags, "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")
|
|
||||||
|
|
1
test/.excludes-mmtk/TestObjectSpace.rb
Normal file
1
test/.excludes-mmtk/TestObjectSpace.rb
Normal file
|
@ -0,0 +1 @@
|
||||||
|
exclude(:test_finalizer, "times out in debug mode on Ubuntu")
|
Loading…
Add table
Add a link
Reference in a new issue