mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
ZJIT: Remove passing tests from exclusions (#14097)
This commit is contained in:
parent
53b0462841
commit
8091f3bce5
4 changed files with 1 additions and 13 deletions
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -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')
|
|
@ -1,2 +0,0 @@
|
|||
exclude(:test_switch_while_busy_loop, 'Test hangs with ZJIT')
|
||||
exclude(:test_handle_interrupted?, 'Test fails with ZJIT')
|
Loading…
Add table
Add a link
Reference in a new issue