Sha256: 674a49d54275285084c457283e2a512550a0e2413067689fa5bda39afe3719f2

Contents?: true

Size: 897 Bytes

Versions: 15

Compression:

Stored size: 897 Bytes

Contents

opal_filter "Array" do
  fails "Array#flatten performs respond_to? and method_missing-aware checks when coercing elements to array"
  fails "Array#flatten with a non-Array object in the Array calls #method_missing if defined"
  fails "Array#join raises a NoMethodError if an element does not respond to #to_str, #to_ary, or #to_s"
  fails "Array#partition returns in the left array values for which the block evaluates to true"
  fails "Array#rassoc calls elem == obj on the second element of each contained array"
  fails "Array#rassoc does not check the last element in each contained but speficically the second"
  fails "Array#select returns a new array of elements for which block is true"
  fails "Array#uniq! properly handles recursive arrays"
  fails "Array#zip fills nil when the given enumereator is shorter than self"
  fails "Array.[] can unpack 2 or more nested referenced array"
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
opal-0.10.6 spec/filters/bugs/array.rb
opal-0.10.6.beta spec/filters/bugs/array.rb
opal-0.10.5 spec/filters/bugs/array.rb
opal-0.10.4 spec/filters/bugs/array.rb
opal-0.10.3 spec/filters/bugs/array.rb
opal-0.10.2 spec/filters/bugs/array.rb
opal-0.10.1 spec/filters/bugs/array.rb
opal-0.10.0 spec/filters/bugs/array.rb
opal-0.10.0.rc2 spec/filters/bugs/array.rb
opal-0.10.0.rc1 spec/filters/bugs/array.rb
opal-0.10.0.beta5 spec/filters/bugs/array.rb
opal-0.10.0.beta4 spec/filters/bugs/array.rb
opal-0.10.0.beta3 spec/filters/bugs/array.rb
opal-0.10.0.beta2 spec/filters/bugs/array.rb
opal-0.10.0.beta1 spec/filters/bugs/array.rb