Skip to content

Commit fd0f34e

Browse files
committed
[GR-17457] Untag some passing MRI tests
PullRequest: truffleruby/2907
2 parents 3184d5d + 02649e8 commit fd0f34e

21 files changed

+46
-60
lines changed

test/mri/excludes/Bug/TestException.rb

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/mri/excludes/DefaultFormatterTest/InstructionTest.rb

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/mri/excludes/Emoji/TestRenameSJIS.rb

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/mri/excludes/Features/DifferentOFS.rb

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
exclude :test_argument_errors, "needs investigation"
2-
exclude :test_block_caller, "needs investigation"
3-
exclude :test_call, "needs investigation"
42
exclude :test_conversion_char, "needs investigation"
5-
exclude :test_conversion_int, "needs investigation"
63
exclude :test_conversion_long, "needs investigation"
74
exclude :test_conversion_long_long, "needs investigation"
85
exclude :test_conversion_short, "needs investigation"
@@ -11,4 +8,3 @@
118
exclude :test_conversion_unsigned_long, "needs investigation"
129
exclude :test_conversion_unsigned_long_long, "needs investigation"
1310
exclude :test_conversion_unsigned_short, "needs investigation"
14-
exclude :test_returner, "needs investigation"

test/mri/excludes/Fiddle/TestFunc.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
exclude :test_string, "needs investigation"
2-
exclude :test_strtod, "needs investigation"
31
exclude :test_qsort1, "needs investigation"
42
exclude :test_sinf, "needs investigation"
5-
exclude :test_syscall_with_tainted_string, "needs investigation"
3+
exclude :test_string, "needs investigation"
4+
exclude :test_strtod, "needs investigation"
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1+
exclude :test_argument_count, "needs investigation"
2+
exclude :test_argument_errors, "needs investigation"
13
exclude :test_default_abi, "needs investigation"
24
exclude :test_last_error, "needs investigation"
3-
exclude :test_strcpy, "needs investigation"
4-
exclude :test_argument_count, "needs investigation"
5-
exclude :test_call, "needs investigation"
65
exclude :test_name, "needs investigation"
76
exclude :test_no_memory_leak, "needs investigation"
8-
exclude :test_argument_errors, "needs investigation"
9-
exclude :test_nogvl_poll, "needs investigation"
7+
exclude :test_strcpy, "needs investigation"
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
exclude :test_sym_with_bad_args, "needs investigation"
21
exclude :test_no_memory_leak, "needs investigation"
32
exclude :test_static_sym_unknown, "needs investigation"
43
exclude :test_sym_unknown, "needs investigation"
5-
exclude :test_NEXT, "needs investigation"
6-
exclude :test_DEFAULT, "needs investigation"
4+
exclude :test_disable_close, "needs investigation"
75
exclude :test_enable_close, "needs investigation"
86
exclude :test_handle_close, "needs investigation"
97
exclude :test_handle_close_twice, "needs investigation"
10-
exclude :test_to_i, "needs investigation"
11-
exclude :test_sym_closed_handle, "needs investigation"
128
exclude :test_initialize_noargs, "needs investigation"
13-
exclude :test_disable_close, "needs investigation"
149
exclude :test_static_sym, "needs investigation"
15-
exclude :test_safe_function_lookup, "needs investigation"
16-
exclude :test_safe_handle_open, "needs investigation"
10+
exclude :test_sym_closed_handle, "needs investigation"
11+
exclude :test_to_i, "needs investigation"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
exclude :test_io, "needs investigation"
2+
exclude :test_sizeof, "needs investigation"
13
exclude :test_strcpy, "needs investigation"
24
exclude :test_struct, "needs investigation"
35
exclude :test_unsigned_result, "needs investigation"
46
exclude :test_value, "needs investigation"
5-
exclude :test_io, "needs investigation"
6-
exclude :test_sizeof, "needs investigation"
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
exclude :test_minus, "needs investigation"
2-
exclude :test_inspect, "needs investigation"
3-
exclude :test_to_str, "needs investigation"
4-
exclude :test_to_ptr_io, "needs investigation"
5-
exclude :test_plus, "needs investigation"
6-
exclude :test_null?, "needs investigation"
7-
exclude :test_to_value, "needs investigation"
8-
exclude :test_malloc_free_func, "needs investigation"
1+
exclude :test_malloc_free_func_int, "needs investigation"
2+
exclude :test_null_pointer, "needs investigation"
3+
exclude :test_aref_aset, "needs investigation"
94
exclude :test_cmp, "needs investigation"
10-
exclude :test_size, "needs investigation"
5+
exclude :test_cptr_to_int, "needs investigation"
116
exclude :test_equals, "needs investigation"
12-
exclude :test_to_ptr_with_num, "needs investigation"
13-
exclude :test_to_s, "needs investigation"
14-
exclude :test_malloc_free_func_int, "needs investigation"
7+
exclude :test_free, "needs investigation"
8+
exclude :test_free=, "needs investigation"
9+
exclude :test_inspect, "needs investigation"
10+
exclude :test_malloc_free_func, "needs investigation"
11+
exclude :test_minus, "needs investigation"
1512
exclude :test_not_equals, "needs investigation"
16-
exclude :test_to_ptr_with_ptr, "needs investigation"
17-
exclude :test_aref_aset, "needs investigation"
18-
exclude :test_null_pointer, "needs investigation"
13+
exclude :test_null?, "needs investigation"
14+
exclude :test_plus, "needs investigation"
15+
exclude :test_ref_ptr, "needs investigation"
16+
exclude :test_size, "needs investigation"
1917
exclude :test_size=, "needs investigation"
18+
exclude :test_to_ptr_io, "needs investigation"
2019
exclude :test_to_ptr_string, "needs investigation"
21-
exclude :test_free=, "needs investigation"
22-
exclude :test_ref_ptr, "needs investigation"
23-
exclude :test_cptr_to_int, "needs investigation"
24-
exclude :test_free, "needs investigation"
20+
exclude :test_to_ptr_with_num, "needs investigation"
21+
exclude :test_to_ptr_with_ptr, "needs investigation"
22+
exclude :test_to_s, "needs investigation"
23+
exclude :test_to_str, "needs investigation"
24+
exclude :test_to_value, "needs investigation"

0 commit comments

Comments
 (0)