Skip to content

Commit

Permalink
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/mri/excludes/TestDefined.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exclude :test_autoloaded_noload, "needs investigation"
exclude :test_autoloaded_subclass, "needs investigation"
exclude :test_defined, "needs investigation"
exclude :test_defined_impl_specific, "needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes/TestHash.rb
Original file line number Diff line number Diff line change
@@ -14,3 +14,4 @@
exclude :test_reject, "needs investigation"
exclude :test_shift_none, "needs investigation"
exclude :test_AREF_fstring_key, "Depends on MRI-specific GC.stat key"
exclude :test_ASET_fstring_key, "neeeds investigation"
3 changes: 2 additions & 1 deletion test/mri/excludes/TestHash/TestSubHash.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exclude :test_AREF_fstring_key, "Depends on MRI-specific GC.stat key"
exclude :test_AREF_fstring_key, "Depends on MRI-specific GC.stat key"
exclude :test_ASET_fstring_key, "needs investigation"
3 changes: 3 additions & 0 deletions test/mri/excludes/TestObject.rb
Original file line number Diff line number Diff line change
@@ -3,3 +3,6 @@

exclude :test_redefine_method_under_verbose, "needs warning message"
exclude :test_redefine_method_which_may_case_serious_problem, "needs warning message"
exclude :test_implicit_respond_to, "needs investigation"
exclude :test_implicit_respond_to_arity_3, "needs investigation"
exclude :test_implicit_respond_to_arity_1, "needs investigation"

0 comments on commit e312c51

Please sign in to comment.