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
10 lines
520 B
Ruby
10 lines
520 B
Ruby
exclude(:test_verbose, 'Test crashes with ZJIT')
|
|
exclude(:test_segv_setproctitle, 'Test crashes with ZJIT')
|
|
exclude(:test_crash_report, 'Test crashes with ZJIT')
|
|
exclude(:test_segv_loaded_features, 'Test crashes with ZJIT')
|
|
exclude(:test_crash_report_executable_path, 'Test crashes with ZJIT')
|
|
exclude(:test_segv_test, 'Test crashes with ZJIT')
|
|
exclude(:test_crash_report_script, 'Test crashes with ZJIT')
|
|
exclude(:test_crash_report_script_path, 'Test crashes with ZJIT')
|
|
|
|
exclude(:test_version, 'Test fails with ZJIT')
|