summaryrefslogtreecommitdiff
path: root/test/mmtk/test_configuration.rb
AgeCommit message (Collapse)Author
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-21[ruby/mmtk] Bump mmtk-corePeter Zhu
Fixes a bug where there is an infinite loop when MMTK_HEAP_MIN is small. https://github.com/ruby/mmtk/commit/12c7ede20b
2025-01-21[ruby/mmtk] Add tests for MMTK_HEAP_MINPeter Zhu
https://github.com/ruby/mmtk/commit/a725b95f51
2025-01-17[ruby/mmtk] Add mmtk_heap_max to GC.configPeter Zhu
https://github.com/ruby/mmtk/commit/6a78ffaf16
2025-01-16[ruby/mmtk] Add mmtk_heap_min to GC.configPeter Zhu
https://github.com/ruby/mmtk/commit/5bbac70c69
2025-01-16[ruby/mmtk] Add NoGC back to MMTK_PLAN testPeter Zhu
https://github.com/ruby/mmtk/commit/89f8b8be04
2025-01-16[ruby/mmtk] Add mmtk_heap_mode to GC.configPeter Zhu
https://github.com/ruby/mmtk/commit/810f897603
2025-01-15[ruby/mmtk] Add mmtk_plan to GC.configPeter Zhu
https://github.com/ruby/mmtk/commit/67da9ea5b8
2025-01-14[ruby/mmtk] Add mmtk_worker_count to GC.configPeter Zhu
https://github.com/ruby/mmtk/commit/836a9059cb
2025-01-14[ruby/mmtk] Exit with error message if MMTK_PLAN is invalidPeter Zhu
https://github.com/ruby/mmtk/commit/79ce2008a3
2025-01-14[ruby/mmtk] Exit with error message if MMTK_HEAP_MODE is invalidPeter Zhu
https://github.com/ruby/mmtk/commit/c8b1f4c156
2025-01-14[ruby/mmtk] Add tests for when MMTK_HEAP_MIN >= MMTK_HEAP_MAXPeter Zhu
https://github.com/ruby/mmtk/commit/65b34b5e86
2025-01-14[ruby/mmtk] Also test invalid values for MMTK_HEAP_MIN and MMTK_HEAP_MAXPeter Zhu
https://github.com/ruby/mmtk/commit/90f1aa8d76
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