Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/ruby/core/array/flatten_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
fails:Array#flatten with a non-Array object in the Array does not call #to_ary if not defined when #respond_to_missing? returns false
fails:Array#flatten with a non-Array object in the Array calls #to_ary if not defined when #respond_to_missing? returns true
fails:Array#flatten with a non-Array object in the Array calls respond_to_missing?(:to_ary, false) to try coercing
1 change: 1 addition & 0 deletions spec/tags/ruby/core/thread/status_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
unstable:Thread#status reports aborting on a killed thread
fails:Thread#status reports aborting on an externally killed thread that sleeps

0 comments on commit 73b0114

Please sign in to comment.