ZJIT: Remove passing tests from exclusions (#14097)

This commit is contained in:
Stan Lo 2025-08-04 23:20:07 +01:00 committed by GitHub
parent 53b0462841
commit 8091f3bce5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 13 deletions

View file

@ -1,2 +1,2 @@
# Issue: https://github.com/Shopify/ruby/issues/646
exclude(/test_/, 'Tests make ZJIT panic')
exclude(/test_/, 'Tests make ZJIT panic on Ubuntu')

View file

@ -1,3 +1 @@
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')

View file

@ -1,8 +0,0 @@
# Only happens when running with other tests
# Panics with:
#
# thread '<unnamed>' panicked at zjit/src/asm/arm64/mod.rs:939:13:
# Expected displacement -264 to be 9 bits or less
#
# May be related to https://github.com/Shopify/ruby/issues/646
exclude(/test_/, 'Tests make ZJIT panic')

View file

@ -1,2 +0,0 @@
exclude(:test_switch_while_busy_loop, 'Test hangs with ZJIT')
exclude(:test_handle_interrupted?, 'Test fails with ZJIT')