Skip to content

Commit b79060f

Browse files
committed
Tag failing MRI tests
1 parent 2aa5661 commit b79060f

File tree

10 files changed

+17
-0
lines changed

10 files changed

+17
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_open_encoding_nonexistent, "needs investigation"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_open_encoding_nonexistent, "needs investigation"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_ignore_invalid_line, "needs investigation"

test/mri/excludes/TestDateParse.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
exclude :test__parse_odd_offset, "needs investigation"
44
exclude :test__rfc2822, "needs investigation"
55
exclude :test__xmlschema, "needs investigation"
6+
exclude :test__jisx0301, "needs investigation"
7+
exclude :test_jisx0301, "needs investigation"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
exclude :test_update_rubygems_arguments, "needs investigation"
22
exclude :test_update_rubygems_arguments_1_8_x, "needs investigation"
3+
exclude :test_execute_system_with_gems, "needs investigation"
4+
exclude :test_execute_system_at_latest, "needs investigation"
5+
exclude :test_execute_system_specifically_to_latest_version, "needs investigation"
6+
exclude :test_execute_system_multiple, "needs investigation"
7+
exclude :test_execute_system, "needs investigation"
8+
exclude :test_execute_system_specific, "needs investigation"

test/mri/excludes/TestProcess.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@
5454
exclude :test_sleep, "needs investigation"
5555
exclude :test_last_status, "needs investigation"
5656
exclude :test_maxgroups, "needs investigation"
57+
exclude :test_argv0_keep_alive, "needs investigation"

test/mri/excludes/TestRefinement.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@
2626
exclude :test_unused_refinement_for_module, "needs investigation"
2727
exclude :test_using_wrong_argument, "needs investigation"
2828
exclude :test_public_send_should_use_refinements, "needs investigation"
29+
exclude :test_call_method_in_unused_refinement, "needs investigation"

test/mri/excludes/TestSecureRandom.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
exclude :test_s_random_number_float_by_zero, "right shift bignum long"
44
exclude :test_alphanumeric, "needs investigation"
55
exclude :test_with_openssl, "needs investigation"
6+
exclude :test_repeated_gen_random, "needs investigation"

test/mri/excludes/Test_BUG_14834.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test, "needs investigation"

test/mri/excludes/Test_RbStrDup.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude :test_nested_shared_frozen, "needs investigation"
2+
exclude :test_nested_shared_non_frozen, "needs investigation"

0 commit comments

Comments
 (0)