Skip to content

Commit af2e2e0

Browse files
committed
[Truffle] Untagged some passing String specs.
1 parent 0e6a3a2 commit af2e2e0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
fails:String#<< converts the given argument to a String using to_str
2-
fails:String#<< raises a RuntimeError when self is frozen
31
fails:String#<< taints self if other is tainted
42
fails:String#<< untrusts self if other is untrusted
53
fails:String#<< with Integer concatencates the argument interpreted as a codepoint

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ fails:String#gsub with pattern and replacement taints the result if the original
1111
fails:String#gsub with pattern and replacement untrusts the result if the original string or replacement is untrusted
1212
fails:String#gsub with pattern and replacement tries to convert pattern to a string using to_str
1313
fails:String#gsub with pattern and replacement tries to convert replacement to a string using to_str
14-
fails:String#gsub with pattern and replacement returns subclass instances when called on a subclass
1514
fails:String#gsub with pattern and replacement sets $~ to MatchData of last match and nil when there's none
1615
fails:String#gsub with pattern and Hash returns a copy of self with all occurrences of pattern replaced with the value of the corresponding hash key
1716
fails:String#gsub with pattern and Hash ignores keys that don't correspond to matches

0 commit comments

Comments
 (0)