Skip to content

Commit

Permalink
Add NoGC back to MMTK_PLAN test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Jan 16, 2025
1 parent 52b857e commit 89f8b8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/mmtk/test_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ def test_MMTK_THREADS
RUBY
end

# TODO: Add NoGC once this is fixed: https://github.com/mmtk/mmtk-core/pull/1263
%w(MarkSweep Immix).each do |plan|
%w(NoGC MarkSweep Immix).each do |plan|
define_method(:"test_MMTK_PLAN_#{plan}") do
assert_separately([{ "MMTK_PLAN" => plan }], <<~RUBY)
assert_equal("#{plan}", GC.config[:mmtk_plan])
Expand Down

0 comments on commit 89f8b8b

Please sign in to comment.