Skip to content

Commit e90d490

Browse files
committed
ZJIT: Add test exclusions for ZJIT
1 parent 2899ff1 commit e90d490

23 files changed

+81
-0
lines changed

test/.excludes-zjit/TestArgf.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude(:test_skip_in_each_byte, 'Test fails with ZJIT')

test/.excludes-zjit/TestBignum.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude(:test_quad_pack, 'Test fails with ZJIT')
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude(/test_ractor/, "Tests make ZJIT panic")

test/.excludes-zjit/TestEnv.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude(/test_/, 'Multiple tests make ZJIT panic')

test/.excludes-zjit/TestFixnum.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude(/test_/, 'Multiple tests make ZJIT panic')
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude(:test_pack_utf8, 'Test crashes with ZJIT')
2+
exclude(:test_pack_ber, 'Test fails with ZJIT')
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude(/test_/, 'Multiple tests make ZJIT panic')
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
exclude(:test_rb_memory_view_get_item_pointer_multiple_members, 'Test crashes with ZJIT')
2+
exclude(:test_rb_memory_view_extract_item_members_doble, 'Test crashes with ZJIT')
3+
exclude(:test_rb_memory_view_extract_item_members_float_endianness, 'Test crashes with ZJIT')
4+
exclude(:test_rb_memory_view_get_item_pointer_single_member, 'Test crashes with ZJIT')
5+
exclude(:test_rb_memory_view_extract_item_members_doble_endianness, 'Test crashes with ZJIT')
6+
7+
exclude(:test_rb_memory_view_extract_item_members_endianness, 'Test fails with ZJIT')
8+
exclude(:test_rb_memory_view_extract_item_members, 'Test fails with ZJIT')

test/.excludes-zjit/TestPack.rb

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
exclude(:test_ascii_incompatible, 'Test crashes with ZJIT')
2+
exclude(:test_pack_U, 'Test crashes with ZJIT')
3+
exclude(:test_unpack_garbage, 'Test crashes with ZJIT')
4+
exclude(:test_pack_garbage, 'Test crashes with ZJIT')
5+
exclude(:test_pack, 'Test crashes with ZJIT')
6+
7+
exclude(:test_pack_unpack_lL, 'Test fails with ZJIT')
8+
exclude(:test_pack_unpack_x, 'Test fails with ZJIT')
9+
exclude(:test_unpack_n, 'Test fails with ZJIT')
10+
exclude(:test_pack_N, 'Test fails with ZJIT')
11+
exclude(:test_integer_endian, 'Test fails with ZJIT')
12+
exclude(:test_pack_unpack_m0, 'Test fails with ZJIT')
13+
exclude(:test_pack_p2, 'Test fails with ZJIT')
14+
exclude(:test_pack_unpack_X, 'Test fails with ZJIT')
15+
exclude(:test_pack_unpack_nN, 'Test fails with ZJIT')
16+
exclude(:test_unpack1, 'Test fails with ZJIT')
17+
exclude(:test_pack_n, 'Test fails with ZJIT')
18+
exclude(:test_pack_unpack_percent, 'Test fails with ZJIT')
19+
exclude(:test_unpack_N, 'Test fails with ZJIT')
20+
exclude(:test_pack_unpack_cC, 'Test fails with ZJIT')
21+
exclude(:test_pack_unpack_vV, 'Test fails with ZJIT')
22+
exclude(:test_format_string_modified, 'Test fails with ZJIT')
23+
exclude(:test_pack_unpack_atmark, 'Test fails with ZJIT')
24+
exclude(:test_pack_unpack_iI, 'Test fails with ZJIT')
25+
exclude(:test_illegal_bang, 'Test fails with ZJIT')
26+
exclude(:test_pack_unpack_U, 'Test fails with ZJIT')
27+
exclude(:test_pack_unpack_fdeEgG, 'Test fails with ZJIT')
28+
exclude(:test_invalid_warning, 'Test fails with ZJIT')
29+
exclude(:test_short_string, 'Test fails with ZJIT')
30+
exclude(:test_pack_unpack_sS, 'Test fails with ZJIT')
31+
exclude(:test_comment, 'Test fails with ZJIT')
32+
exclude(:test_pack_unpack_w, 'Test fails with ZJIT')

test/.excludes-zjit/TestParse.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude(:test_flip_flop, 'Test fails with ZJIT')
2+
exclude(:test_rescue_in_command_assignment, 'Test fails with ZJIT')

0 commit comments

Comments
 (0)