We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b857e commit 89f8b8bCopy full SHA for 89f8b8b
test/mmtk/test_configuration.rb
@@ -12,8 +12,7 @@ def test_MMTK_THREADS
12
RUBY
13
end
14
15
- # TODO: Add NoGC once this is fixed: https://github.com/mmtk/mmtk-core/pull/1263
16
- %w(MarkSweep Immix).each do |plan|
+ %w(NoGC MarkSweep Immix).each do |plan|
17
define_method(:"test_MMTK_PLAN_#{plan}") do
18
assert_separately([{ "MMTK_PLAN" => plan }], <<~RUBY)
19
assert_equal("#{plan}", GC.config[:mmtk_plan])
0 commit comments