Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tags for failing specs
Browse files Browse the repository at this point in the history
eregon committed Mar 26, 2018

Verified

This commit was signed with the committer’s verified signature.
headius Charles Oliver Nutter
1 parent ea033e2 commit 4609841
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/tags/ruby/core/dir/glob_tags.txt
Original file line number Diff line number Diff line change
@@ -2,3 +2,4 @@ fails(JRUBY-5667):Dir.glob splits the string on \0 if there is only one string g
fails:Dir.glob raises an Encoding::CompatibilityError if the argument encoding is not compatible with US-ASCII
fails:Dir.glob splits the string on \0 if there is only one string given
windows:Dir.glob accepts a block and yields it with each elements
fails:Dir.glob handles simple directory patterns applied to non-directories
3 changes: 3 additions & 0 deletions spec/tags/ruby/core/enumerator/lazy/uniq_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
fails:Enumerator::Lazy#uniq when yielded with multiple arguments returns all yield arguments as an array
fails:Enumerator::Lazy#uniq without block return same value after rewind
fails:Enumerator::Lazy#uniq when yielded with an argument return same value after rewind
fails:Enumerator::Lazy#uniq when yielded with multiple arguments return same value after rewind
1 change: 1 addition & 0 deletions spec/tags/ruby/core/module/prepend_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Module#prepend reports the class for the owner of a method aliased from the prepended module
1 change: 1 addition & 0 deletions spec/tags/ruby/core/module/private_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
fails:Module#private without arguments does not affect method definitions when itself is inside an eval and method definitions are outside
fails:Module#private without arguments within a closure sets the visibility outside the closure
fails:Module#private continues to allow a prepended module method to call super
1 change: 1 addition & 0 deletions spec/tags/ruby/core/unboundmethod/owner_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:UnboundMethod#owner returns the new owner for aliased methods on singleton classes

0 comments on commit 4609841

Please sign in to comment.