Skip to content

Commit 04d3af9

Browse files
committed
Tag failing MRI tests
1 parent 898aab2 commit 04d3af9

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

test/mri/excludes/Fiddle/TestClosure.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
exclude :test_conversion_unsigned_long, "needs investigation"
99
exclude :test_conversion_unsigned_long_long, "needs investigation"
1010
exclude :test_conversion_unsigned_short, "needs investigation"
11+
exclude :test_type_symbol, "needs investigation"
12+
exclude :test_const_string, "needs investigation"

test/mri/excludes/TestBacktrace.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
exclude :test_notty_backtrace, "needs investigation"
44
exclude :test_caller_lev, "needs investigation"
55
exclude :test_caller_lev_and_n, "needs investigation"
6+
exclude :test_caller_limit_cfunc_iseq_no_pc, "needs investigation"
7+
exclude :test_caller_location_inspect_cfunc_iseq_no_pc, "needs investigation"
8+
exclude :test_caller_location_path_cfunc_iseq_no_pc, "needs investigation"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
exclude :test_invalid_encoding_string, "needs investigation"
22
exclude :test_aref_without_regex, "needs investigation"
3+
exclude :test_charpos_not_use_string_methods, "needs investigation"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
exclude :test_invalid_encoding_string, "needs investigation"
22
exclude :test_aref_without_regex, "needs investigation"
3+
exclude :test_charpos_not_use_string_methods, "needs investigation"

test/mri/excludes/TestTranscode.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
exclude :test_noargument, "needs investigation"
44
exclude :test_IBM720, "needs investigation"
55
exclude :test_newline_options, "needs investigation"
6+
exclude :test_encode_xml_multibyte, "needs investigation"

0 commit comments

Comments
 (0)