Skip to content

Commit 55164ee

Browse files
committed
Add tags for new failing specs
1 parent e06e05d commit 55164ee

File tree

6 files changed

+22
-0
lines changed

6 files changed

+22
-0
lines changed

spec/tags/core/kernel/lambda_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
fails:Kernel.lambda allows long returns to flow through it
2+
fails:Kernel.lambda creates a lambda-style Proc when called with zsuper

spec/tags/core/kernel/printf_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@ 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 specified faulty key raises a KeyError

spec/tags/core/string/modulo_tags.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,21 @@ fails:String#% output's encoding is the same as the format string if passed valu
22
fails:String#% output's encoding negotiates a compatible encoding if necessary
33
fails:String#% output's encoding raises if a compatible encoding can't be found
44
fails:String#% raises an error if single % appears at the end
5+
fails:String#% returns a String in the same encoding as the format String if compatible
6+
fails:String#% returns a String in the argument's encoding if format encoding is more restrictive
7+
fails:String#% raises Encoding::CompatibilityError if both encodings are ASCII compatible and there ano not ASCII characters
8+
fails:String#% other formats c raises ArgumentError if argument is an empty string
9+
fails:String#% other formats c supports Unicode characters
10+
fails:String#% other formats s does not try to convert with to_str
11+
fails:String#% other formats % alone raises an ArgumentError
12+
fails:String#% flags (digit)$ raises exception if argument number is bigger than actual arguments list
13+
fails:String#% flags # applies to format o does nothing for negative argument
14+
fails:String#% flags # applies to formats bBxX does nothing for zero argument
15+
fails:String#% flags # applies to formats aAeEfgG forces a decimal point to be added, even if no digits follow
16+
fails:String#% flags # applies to gG does not remove trailing zeros
17+
fails:String#% flags - left-justifies the result of conversion if width is specified
18+
fails:String#% flags 0 (zero) applies to numeric formats bBdiouxXaAeEfgG and width is specified uses radix-1 when displays negative argument as a two's complement
19+
fails:String#% flags * left-justifies the result if width is negative
20+
fails:String#% flags * left-justifies the result if specified with $ argument is negative
21+
fails:String#% precision string formats determines the maximum number of characters to be copied from the string
22+
fails:String#% reference by name %{name} style supports flags, width and precision

spec/tags/core/string/undump_tags.txt

70 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:Thread#inspect has a binary encoding

spec/tags/core/thread/to_s_tags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fails:Thread#to_s has a binary encoding

0 commit comments

Comments
 (0)