Skip to content

Commit ea1be35

Browse files
committedSep 13, 2011
Updated CI tags for RubySpec update.
1 parent 943ae33 commit ea1be35

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
 

Diff for: ‎spec/tags/ruby/core/kernel/catch_tags.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:Kernel.catch passes the given symbol to its block
2+
fails:Kernel.catch passes a symbol converted from the given string to its block

Diff for: ‎spec/tags/ruby/core/systemexit/success_tags.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:SystemExit#success? returns true when the status is 0
2+
fails:SystemExit#success? returns false when the status is not 0

Diff for: ‎spec/tags/ruby/language/class_tags.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
fails:A class definition extending an object (sclass) can use return to cause the enclosing method to return
2+
fails:An anonymous class forces named nested classes to be anonymous
3+
fails:An anonymous class never recalculates full name once no longer anonymous

Diff for: ‎spec/tags/ruby/language/proc_tags.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fails:A Proc taking |*| arguments does not call #to_ary to convert a single passed object to an Array
2+
fails:A Proc taking |*a| arguments does not call #to_ary to convert a single passed object to an Array

0 commit comments

Comments
 (0)