mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
ZJIT: Remove unneeded test exclusions
After several ZJIT fix PRs, the number of failing/crashing tests for ZJIT has dropped significantly. This removes the unneeded test exclusions.
This commit is contained in:
parent
4403cb2705
commit
d207efecec
18 changed files with 4 additions and 64 deletions
2
.github/workflows/zjit-ubuntu.yml
vendored
2
.github/workflows/zjit-ubuntu.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
|
|
||||||
- test_task: 'zjit-test-all'
|
- test_task: 'zjit-test-all'
|
||||||
configure: '--enable-zjit=dev'
|
configure: '--enable-zjit=dev'
|
||||||
testopts: '--seed=11831'
|
testopts: '--seed=18140'
|
||||||
|
|
||||||
- test_task: 'btest'
|
- test_task: 'btest'
|
||||||
configure: '--enable-zjit=dev'
|
configure: '--enable-zjit=dev'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(:test_skip_in_each_byte, 'Test fails with ZJIT')
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(/test_/, 'Tests make ZJIT panic')
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(:test_quad_pack, 'Test fails with ZJIT')
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(/test_ractor/, "Tests make ZJIT panic")
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(:test_size_for_loops, 'Test crashes on Ubuntu with ZJIT')
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(/test_/, 'Multiple tests make ZJIT panic')
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(:test_ceildiv, 'Test crashes on Ubuntu with ZJIT')
|
|
|
@ -1,2 +0,0 @@
|
||||||
exclude(:test_pack_utf8, 'Test crashes with ZJIT')
|
|
||||||
exclude(:test_pack_ber, 'Test fails with ZJIT')
|
|
|
@ -1,8 +0,0 @@
|
||||||
exclude(:test_rb_memory_view_get_item_pointer_multiple_members, 'Test crashes with ZJIT')
|
|
||||||
exclude(:test_rb_memory_view_extract_item_members_doble, 'Test crashes with ZJIT')
|
|
||||||
exclude(:test_rb_memory_view_extract_item_members_float_endianness, 'Test crashes with ZJIT')
|
|
||||||
exclude(:test_rb_memory_view_get_item_pointer_single_member, 'Test crashes with ZJIT')
|
|
||||||
exclude(:test_rb_memory_view_extract_item_members_doble_endianness, 'Test crashes with ZJIT')
|
|
||||||
|
|
||||||
exclude(:test_rb_memory_view_extract_item_members_endianness, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_rb_memory_view_extract_item_members, 'Test fails with ZJIT')
|
|
|
@ -1,32 +0,0 @@
|
||||||
exclude(:test_ascii_incompatible, 'Test crashes with ZJIT')
|
|
||||||
exclude(:test_pack_U, 'Test crashes with ZJIT')
|
|
||||||
exclude(:test_unpack_garbage, 'Test crashes with ZJIT')
|
|
||||||
exclude(:test_pack_garbage, 'Test crashes with ZJIT')
|
|
||||||
exclude(:test_pack, 'Test crashes with ZJIT')
|
|
||||||
|
|
||||||
exclude(:test_pack_unpack_lL, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_x, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_unpack_n, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_N, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_integer_endian, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_m0, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_p2, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_X, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_nN, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_unpack1, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_n, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_percent, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_unpack_N, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_cC, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_vV, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_format_string_modified, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_atmark, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_iI, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_illegal_bang, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_U, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_fdeEgG, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_invalid_warning, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_short_string, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_sS, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_comment, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_pack_unpack_w, 'Test fails with ZJIT')
|
|
|
@ -1,6 +1,3 @@
|
||||||
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_proc_args_pos_rest_block, 'Test crashes with ZJIT')
|
exclude(:test_binding_receiver, 'Test fails with ZJIT')
|
||||||
# exclude(:test_proc_args_rest_post_block, 'Test crashes with ZJIT')
|
|
||||||
|
|
||||||
# exclude(:test_binding_receiver, 'Test fails with ZJIT')
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(/test_/, 'Tests make ZJIT panic')
|
|
|
@ -1,4 +1 @@
|
||||||
exclude(:test_inspect, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_quote, 'Test fails with ZJIT')
|
|
||||||
exclude(:test_union, 'Test fails with ZJIT')
|
exclude(:test_union, 'Test fails with ZJIT')
|
||||||
exclude(:test_unescape, 'Test fails with ZJIT')
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(/test_/, 'Test fails with ZJIT')
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(:test_to_f, 'Test crashes with ZJIT')
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(:test_to_f, 'Test crashes with ZJIT')
|
|
|
@ -1 +0,0 @@
|
||||||
exclude(/test_/, 'Tests make ZJIT panic')
|
|
Loading…
Add table
Add a link
Reference in a new issue