Skip to content

Commit 7fe08d9

Browse files
committed
Mass untagging of passing specs and tests.
PullRequest: truffleruby/704
2 parents d91ec17 + 4d6d269 commit 7fe08d9

File tree

150 files changed

+193
-691
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+193
-691
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
fails:Enumerator::Chain#initialize is a private method
22
fails:Enumerator::Chain#initialize returns self
33
fails:Enumerator::Chain#initialize accepts many arguments
4-
fails:Enumerator::Chain#initialize accepts arguments that are not Enumerable nor responding to :each
54
fails:Enumerator::Chain#initialize on frozen instance raises a RuntimeError

spec/tags/core/file/open_tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
fails:File.open opens a file with a file descriptor d and a block
22
fails:File.open with a block propagates StandardErrors produced by close
33
slow:File.open on a FIFO opens it as a normal file
4-
fails:File.open creates an unnamed temporary file with File::TMPFILE
54
fails:File.open accepts extra flags as a keyword argument and combine with a string mode
65
fails:File.open accepts extra flags as a keyword argument and combine with an integer mode
76
fails:File.open 'x' flag does nothing if the file doesn't exist

spec/tags/core/file/printf_tags.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ fails:File#printf flags * left-justifies the result if specified with $ argument
1313
fails:File#printf precision string formats determines the maximum number of characters to be copied from the string
1414
fails:File#printf reference by name %{name} style supports flags, width and precision
1515
fails:File#printf other formats % alone raises an ArgumentError
16-
fails:File#printf faulty key sets the Hash as the receiver of KeyError
17-
fails:File#printf faulty key sets the unmatched key as the key of KeyError
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fails(darwin):File::Stat#inspect produces a nicely formatted description of a File::Stat object
1+
darwin:File::Stat#inspect produces a nicely formatted description of a File::Stat object
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
fails:Kernel.__callee__ returns method name even from eval
21
fails:Kernel.__callee__ returns nil when not called from a method
32
fails:Kernel.__callee__ returns nil from inside a class body
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
fails:Kernel.__method__ returns method name even from eval
21
fails:Kernel.__method__ returns nil from inside a class body
32
fails:Kernel.__method__ returns nil when not called from a method

spec/tags/core/kernel/load_tags.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ fails:Kernel.load when passed true for 'wrap' sets the enclosing scope to an ano
1212
fails:Kernel.load when passed true for 'wrap' allows referencing outside namespaces
1313
fails:Kernel.load when passed true for 'wrap' with top-level methods allows calling top-level methods
1414
fails:Kernel.load when passed true for 'wrap' with top-level methods does not pollute the receiver
15-
fails:Kernel#load loads a file that recursively requires itself
16-
fails:Kernel.load loads a file that recursively requires itself

spec/tags/core/kernel/printf_tags.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,3 @@ fails:Kernel.printf formatting io is specified other formats % alone raises an A
131131
fails:Kernel.printf formatting io is specified faulty key sets the Hash as the receiver of KeyError
132132
fails:Kernel.printf formatting io is specified faulty key sets the unmatched key as the key of KeyError
133133
fails:Kernel.printf formatting io is not specified other formats % alone raises an ArgumentError
134-
fails:Kernel.printf formatting io is not specified faulty key sets the Hash as the receiver of KeyError
135-
fails:Kernel.printf formatting io is not specified faulty key sets the unmatched key as the key of KeyError

spec/tags/core/kernel/sprintf_tags.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,4 @@ fails:Kernel.sprintf flags * left-justifies the result if specified with $ argum
3333
fails:Kernel.sprintf precision string formats determines the maximum number of characters to be copied from the string
3434
fails:Kernel.sprintf reference by name %{name} style supports flags, width and precision
3535
fails:Kernel#sprintf other formats % alone raises an ArgumentError
36-
fails:Kernel#sprintf faulty key sets the Hash as the receiver of KeyError
37-
fails:Kernel#sprintf faulty key sets the unmatched key as the key of KeyError
3836
fails:Kernel.sprintf other formats % alone raises an ArgumentError
39-
fails:Kernel.sprintf faulty key sets the Hash as the receiver of KeyError
40-
fails:Kernel.sprintf faulty key sets the unmatched key as the key of KeyError

spec/tags/core/marshal/restore_tags.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ fails:Marshal.restore when called with a proc returns the value of the proc
55
fails:Marshal.restore when called with a proc calls the proc for recursively visited data
66
fails:Marshal.restore when called with a proc loads an Array with proc
77
fails:Marshal.restore for an Array loads an array containing the same objects
8-
fails:Marshal.restore for a Symbol loads an encoded Symbol
9-
fails:Marshal.restore for an Object loads an Object with a non-US-ASCII instance variable
108
fails:Marshal.restore for an Object raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class
119
fails:Marshal.restore for a user object that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type
1210
fails:Marshal.restore for a wrapped C pointer raises ArgumentError when the local class is a regular object

0 commit comments

Comments
 (0)