Skip to content

Commit c8aeded

Browse files
committed
[Truffle] Untagged more passing String specs.
1 parent f29469e commit c8aeded

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

spec/truffle/tags/core/string/chomp_tags.txt

-8
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,3 @@ fails:String#chomp! when passed '' removes more than one trailing newlines
2323
fails:String#chomp! when passed '' removes more than one trailing carriage return, newline pairs
2424
fails:String#chomp! when passed '' returns nil when self is empty
2525
fails:String#chomp! when passed '\n' removes one trailing carriage return
26-
fails:String#chomp! when passed '\n' removes one trailing carrige return, newline pair
27-
fails:String#chomp! when passed '\n' returns nil when self is empty
28-
fails:String#chomp! when passed a String returns nil if the argument does not match the trailing characters
29-
fails:String#chomp! when passed a String returns nil when self is empty
30-
fails:String#chomp removes the final carriage return, newline from a non-ASCII String
31-
fails:String#chomp! returns nil when the String is not modified
32-
fails:String#chomp! removes the final carriage return, newline from a non-ASCII String
33-
fails:String#chomp! removes the final carriage return, newline from a multibyte String
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
fails:String#to_f treats leading characters of self as a floating point number
22
fails:String#to_f treats special float value strings as characters
33
fails:String#to_f allows for underscores, even in the decimal side
4-
fails:String#to_f returns 0 for strings with any non-digit in them
5-
fails:String#to_f returns 0 for strings with leading underscores
64
fails:String#to_f takes an optional sign
7-
fails:String#to_f returns 0.0 if the conversion fails

spec/truffle/tags/core/string/to_i_tags.txt

-2
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,3 @@ fails:String#to_i with bases parses a String in base 33
5050
fails:String#to_i with bases parses a String in base 34
5151
fails:String#to_i with bases parses a String in base 35
5252
fails:String#to_i with bases parses a String in base 36
53-
fails:String#to_i returns the correct Bignum for long strings
54-
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
fails:String#to_s taints the result when self is tainted
21
fails:String#to_s returns a new instance of String when called on a subclass

0 commit comments

Comments
 (0)