Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4609841

Browse files
committedMar 26, 2018
Add tags for failing specs
1 parent ea033e2 commit 4609841

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed
 

Diff for: ‎spec/tags/ruby/core/dir/glob_tags.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ fails(JRUBY-5667):Dir.glob splits the string on \0 if there is only one string g
22
fails:Dir.glob raises an Encoding::CompatibilityError if the argument encoding is not compatible with US-ASCII
33
fails:Dir.glob splits the string on \0 if there is only one string given
44
windows:Dir.glob accepts a block and yields it with each elements
5+
fails:Dir.glob handles simple directory patterns applied to non-directories

Diff for: ‎spec/tags/ruby/core/enumerator/lazy/uniq_tags.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
fails:Enumerator::Lazy#uniq when yielded with multiple arguments returns all yield arguments as an array
2+
fails:Enumerator::Lazy#uniq without block return same value after rewind
3+
fails:Enumerator::Lazy#uniq when yielded with an argument return same value after rewind
4+
fails:Enumerator::Lazy#uniq when yielded with multiple arguments return same value after rewind

Diff for: ‎spec/tags/ruby/core/module/prepend_tags.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:Module#prepend reports the class for the owner of a method aliased from the prepended module

Diff for: ‎spec/tags/ruby/core/module/private_tags.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
fails:Module#private without arguments does not affect method definitions when itself is inside an eval and method definitions are outside
22
fails:Module#private without arguments within a closure sets the visibility outside the closure
3+
fails:Module#private continues to allow a prepended module method to call super

Diff for: ‎spec/tags/ruby/core/unboundmethod/owner_tags.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:UnboundMethod#owner returns the new owner for aliased methods on singleton classes

0 commit comments

Comments
 (0)
Please sign in to comment.