summaryrefslogtreecommitdiff
path: root/test/.excludes-mmtk
AgeCommit message (Collapse)Author
2026-04-09Introduce power-of-two size poolsMatt Valentine-House
Replace the RVALUE_SLOT_SIZE-multiplier based pool sizes with explicit power-of-two (and near-power-of-two) slot sizes. On 64-bit this gives 12 heaps (32, 40, 64, 80, 96, 128, 160, 256, 512, 640, 768, 1024) instead of 5, providing finer granularity and less internal fragmentation. On 32-bit the layout is 5 heaps (32, 64, 128, 256, 512).
2026-03-09Look up slot sizes for allocations in a tableMatt Valentine-House
Also remove BASE_SLOT_SIZE.
2026-02-08Exclude test for MMTkPeter Zhu
2025-12-20Exclude TestObjSpace#test_dump_objects_dumps_page_slot_sizes for MMTk [ci skip]Peter Zhu
2025-11-17Unskip test_alternative_pattern_nested for MMTkPeter Zhu
2025-11-16Handle deeply nested capture variables syntax errKevin Newton
When there are nested capture variables inside of a pattern match that has an alternation pattern, it is a syntax error. Currently it only adds a syntax error when it is at the top level of the pattern.
2025-04-30[ruby/mmtk] Exclude the test_ractor_parallel test with MMTkMatt Valentine-House
https://github.com/ruby/mmtk/commit/86b0dbeca8
2025-04-30[ruby/mmtk] test_finalize is in TestObjectSpace not TestObjSpaceMatt Valentine-House
These filenames are passed into test classes, and the tests we're trying to exclude exist in TestObjectSpace in the Ruby repo, not TestObjSpace https://github.com/ruby/mmtk/commit/195728dc8c
2025-04-07Skip test_heaps_grow_independently for MMTkPeter Zhu
Notes: Merged: https://github.com/ruby/ruby/pull/13061
2025-02-19Skip TestObjSpace#test_dump_flag_age for MMTkPeter Zhu
Notes: Merged: https://github.com/ruby/ruby/pull/12777
2025-01-13[ruby/mmtk] Unskip TestEnv#test_select_bang_in_ractorPeter Zhu
https://github.com/ruby/mmtk/commit/b2b83ecadb
2024-12-05[ruby/mmtk] Add MMTk test exclusions for Ruby CIMatt Valentine-House
https://github.com/ruby/mmtk/commit/f62e5803f1