mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00

* ZJIT: Add test exclusions for ZJIT * ZJIT: Update test targets and documentation - Rename `zjit-test-all` to `zjit-check` - Add `zjit-test-all` target to zjit.mk to run all Ruby tests with ZJIT enabled excluding known failing tests - Update documentation and CI workflow to reflect the new targets
6 lines
239 B
Ruby
6 lines
239 B
Ruby
exclude(/test_/, 'Tests make ZJIT panic')
|
|
|
|
# exclude(:test_proc_args_pos_rest_block, 'Test crashes with ZJIT')
|
|
# exclude(:test_proc_args_rest_post_block, 'Test crashes with ZJIT')
|
|
|
|
# exclude(:test_binding_receiver, 'Test fails with ZJIT')
|