Skip to content

Commit

Permalink
[Truffle] Untagged a bunch of passing Symbol specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Feb 3, 2015
1 parent fc18a10 commit e3ff1b8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/symbol/comparison_tags.txt
@@ -1,8 +1,6 @@
fails:Symbol#<=> with Symbol compares individual characters based on their ascii value
fails:Symbol#<=> with Symbol returns -1 when self is less than other
fails:Symbol#<=> with Symbol returns 1 when self is greater than other
fails:Symbol#<=> with Symbol considers symbol that comes lexicographically first to be less if the symbols have same size
fails:Symbol#<=> with Symbol doesn't consider shorter string to be less if longer string starts with shorter one
fails:Symbol#<=> with Symbol compares shorter string with corresponding number of first chars of longer string
fails:Symbol#<=> returns nil if other is a String
fails:Symbol#<=> returns nil if other is a Fixnum
Expand Down
1 change: 0 additions & 1 deletion spec/truffle/tags/core/symbol/encoding_tags.txt
@@ -1,2 +1 @@
fails:Symbol#encoding for ASCII symbols is US-ASCII
fails:Symbol#encoding for ASCII symbols is US-ASCII after converting to string
1 change: 0 additions & 1 deletion spec/truffle/tags/core/symbol/id2name_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/symbol/match_tags.txt
@@ -1,5 +1,4 @@
fails:Symbol#=~ returns the index of the beginning of the match
fails:Symbol#=~ returns nil if there is no match
fails:Symbol#=~ sets the last match pseudo-variables
fails:Symbol#match returns the index of the beginning of the match
fails:Symbol#match returns nil if there is no match
Expand Down
1 change: 0 additions & 1 deletion spec/truffle/tags/core/symbol/symbol_tags.txt

This file was deleted.

0 comments on commit e3ff1b8

Please sign in to comment.