Skip to content

Commit cb5da21

Browse files
committed
[Truffle] Tag some failing specs.
1 parent 74fca83 commit cb5da21

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

spec/truffle/tags/core/array/intersection_tags.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ fails:Array#& creates an array with no duplicates
22
fails:Array#& creates an array with elements in order they are first encountered
33
fails:Array#& properly handles recursive arrays
44
fails:Array#& determines equivalence between elements in the sense of eql?
5+
fails:Array#& does not call to_ary on array subclasses
6+
fails:Array#& does return subclass instances for Array subclasses
7+
fails:Array#& tries to convert the passed argument to an Array using #to_ary
8+
fails:Array#& tries to convert the passed argument to an Array using #to_ary
9+
fails:Array#& does not modify the original Array
10+
fails:Array#& creates an array with elements common to both arrays

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ fails:String#split with Regexp taints an empty string if self is tainted
2323
fails:String#split with Regexp retains the encoding of the source string
2424
fails:String#split with Regexp splits a string on each character for a multibyte encoding and empty split
2525
fails:String#split with Regexp returns an ArgumentError if an invalid UTF-8 string is supplied
26+
fails:String#split with Regexp doesn't taints the resulting strings if the Regexp is tainted

0 commit comments

Comments
 (0)