Skip to content

Commit

Permalink
[Truffle] Untagged a bunch of passing String specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Mar 17, 2015
1 parent f9818f7 commit c9a5cca
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions spec/truffle/tags/core/string/codepoints_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/string/count_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/string/delete_tags.txt
@@ -1,3 +1,2 @@
fails:String#delete deletes multibyte characters
fails:String#delete raises if the given ranges are invalid
fails:String#delete deletes all chars in a sequence
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/string/each_codepoint_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/string/element_set_tags.txt
Expand Up @@ -4,7 +4,6 @@ fails:String#[]= with Fixnum index calls to_int on index
fails:String#[]= with Fixnum index calls #to_int to convert the index
fails:String#[]= with Fixnum index raises a TypeError if #to_int does not return an Fixnum
fails:String#[]= with Fixnum index raises an IndexError if #to_int returns a value out of range
fails:String#[]= with Fixnum index encodes the String in an encoding compatible with the replacement
fails:String#[]= with Fixnum index raises an Encoding::CompatibilityError if the replacement encoding is incompatible
fails:String#[]= with String index replaces fewer characters with more characters
fails:String#[]= with String index replaces more characters with fewer characters
Expand All @@ -31,7 +30,6 @@ fails:String#[]= with a Regexp index with 3 arguments allows the specified captu
fails:String#[]= with a Regexp index with 3 arguments checks the match index before calling #to_str to convert the replacement
fails:String#[]= with a Regexp index with 3 arguments raises IndexError if the specified capture isn't available
fails:String#[]= with a Regexp index with 3 arguments when the optional capture does not match raises an IndexError before setting the replacement
fails:String#[]= with a Range index encodes the String in an encoding compatible with the replacement
fails:String#[]= with a Range index raises an Encoding::CompatibilityError if the replacement encoding is incompatible
fails:String#[]= with Fixnum index, count starts at idx and overwrites count characters before inserting the rest of other_str
fails:String#[]= with Fixnum index, count counts negative idx values from end of the string
Expand Down
1 change: 0 additions & 1 deletion spec/truffle/tags/core/string/gsub_tags.txt
@@ -1,5 +1,4 @@
fails:String#gsub with pattern and replacement treats \+ as an empty string if there was no captures
fails:String#gsub with pattern and replacement replaces \k named backreferences with the regexp's corresponding capture
fails:String#gsub with pattern and block sets $~ for access from the block
fails:String#gsub with pattern and block restores $~ after leaving the block
passes:String#gsub with pattern and block converts the block's return value to a string using to_s
Expand Down
1 change: 0 additions & 1 deletion spec/truffle/tags/core/string/ord_tags.txt

This file was deleted.

0 comments on commit c9a5cca

Please sign in to comment.