summaryrefslogtreecommitdiff
path: root/test/mmtk/helper.rb
AgeCommit message (Collapse)Author
2025-03-05do not reset `EnvUtil.timeout_scale`Koichi Sasada
Even if `setup` is omitted, but `teardown` is called and `EnvUtil.timeout_scale` was reset with `nil`. Notes: Merged: https://github.com/ruby/ruby/pull/12851
2025-02-10[ruby/mmtk] Use RUBY_TEST_TIMEOUT_SCALE for testsPeter Zhu
RUBY_TEST_TIMEOUT_SCALE is set for debug builds because they are slower to run. We should respect this environment variable in MMTk tests too. https://github.com/ruby/mmtk/commit/0a66c518bf
2025-01-14[ruby/mmtk] Add framework for testsPeter Zhu
https://github.com/ruby/mmtk/commit/6d94549fc7
2025-01-13[ruby/mmtk] Remove accidentally committed filesPeter Zhu
https://github.com/ruby/mmtk/commit/154a038293
2025-01-13[ruby/mmtk] Exit with error message if MMTK_HEAP_MIN is invalidPeter Zhu
https://github.com/ruby/mmtk/commit/1d2f7b9cfc