Skip to content

Commit c58c460

Browse files
committed
Add excludes for failing MRI tests
1 parent ebac837 commit c58c460

File tree

99 files changed

+587
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

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

test/mri/excludes/Complex_Test.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
exclude :test_Complex_without_exception, "needs investigation"
1515
exclude :test_canonicalize_internal, "needs investigation"
1616
exclude :test_rationalize, "needs investigation"
17+
exclude :test_Complex_with_invalid_exception, "needs investigation"
18+
exclude :test_conv, "needs investigation"
19+
exclude :test_cmp, "needs investigation"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_corrections_when_private_method_is_called_with_args, "needs investigation"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_correctable_error_objects_are_dumpable, "needs investigation"

test/mri/excludes/Rational_Test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
exclude :test_power_overflow, "needs investigation"
1515
exclude :test_ratsub, "needs investigation"
1616
exclude :test_trunc, "needs investigation"
17+
exclude :test_Rational_with_invalid_exception, "needs investigation"

test/mri/excludes/Ripper/TestInput.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
exclude :test_dedent_string, "needs investigation"
2+
exclude :test_regexp_enc_error, "needs investigation"
3+
exclude :test_regexp_with_option, "needs investigation"
4+
exclude :test_yydebug_ident, "needs investigation"
5+
exclude :test_regexp_enc_error, "needs investigation"
6+
exclude :test_yydebug_ident, "needs investigation"

test/mri/excludes/TestArray.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@
3535
exclude :test_repeated_combination_with_callcc, "needs investigation"
3636
exclude :test_repeated_permutation_with_callcc, "needs investigation"
3737
exclude :test_sort_with_callcc, "needs investigation"
38+
exclude :test_big_array_literal_with_kwsplat, "needs investigation"
39+
exclude :test_sort_with_replace, "needs investigation"
40+
exclude :test_0_literal, "needs investigation"
41+
exclude :test_ASET, "needs investigation"

test/mri/excludes/TestAssignment.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
exclude :test_massign_in_cond, "needs investigation"
2+
exclude :test_assign_private_self, "needs investigation"
3+
exclude :test_assign_rescue, "needs investigation"

test/mri/excludes/TestAutoload.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
exclude :test_threaded_accessing_inner_constant, "needs investigation"
33
exclude :test_bug_13526, "spurious and buggy test"
44
exclude :test_autoload_same_file, "hangs"
5+
exclude :test_autoload_p, "needs investigation"
6+
exclude :test_source_location, "needs investigation"

test/mri/excludes/TestBigDecimal.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@
8383
exclude :test_save_rounding_mode, "needs investigation"
8484
exclude :test_coerce, "needs investigation"
8585
exclude :test_power_of_three, "needs investigation"
86+
exclude :test_BigDecimal_bug7522, "needs investigation"
87+
exclude :test_new_subclass, "needs investigation"
88+
exclude :test_s_interpret_loosely, "needs investigation"
89+
exclude :test_exp_with_negative, "needs investigation"

0 commit comments

Comments
 (0)