Skip to content

Commit 5374af6

Browse files
committed
Exclude failing new 2.7.3 MRI tests
1 parent 565397a commit 5374af6

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

test/mri/excludes/TestArray.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@
3939
exclude :test_sort_with_replace, "needs investigation"
4040
exclude :test_0_literal, "needs investigation"
4141
exclude :test_ASET, "needs investigation"
42+
exclude :test_flatten_recursive, "needs investigation"

test/mri/excludes/TestClass.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
exclude :test_invalid_retry_from_class_definition, "needs investigation"
1515
exclude :test_visibility_inside_method, "needs investigation"
1616
exclude :test_constant_access_from_method_in_cloned_class, "needs investigation"
17+
exclude :test_clone_when_method_exists_on_singleton_class_of_singleton_class, "needs investigation"

test/mri/excludes/TestKernel.rb

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

test/mri/excludes/TestPathname.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@
4141
exclude :test_glob, "needs investigation"
4242
exclude :test_relative_path_from_mock, "needs investigation"
4343
exclude :test_readlines_opts, "needs investigation"
44+
exclude :test_each_line_opts, "needs investigation"

test/mri/excludes/TestSyntax.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@
4646
exclude :test_warning_literal_in_flip_flop, "needs investigation"
4747
exclude :test_array_kwsplat_hash, "needs investigation"
4848
exclude :test_return_toplevel_with_argument, "needs investigation"
49+
exclude :test_argument_forwarding_with_leading_arguments, "needs investigation"

test/mri/excludes/TestTime.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@
2424
exclude :test_floor, "needs investigation"
2525
exclude :test_marshal_distant_future, "needs investigation"
2626
exclude :test_marshal_distant_past, "needs investigation"
27+
exclude :test_getlocal_utc_offset, "needs investigation"

0 commit comments

Comments
 (0)