Sha256: 3207ecc66f98fb5c917324e77b6e360cb01c6a31e39e46d4f127a5cf3bcc7c71

Contents?: true

Size: 366 Bytes

Versions: 12

Compression:

Stored size: 366 Bytes

Contents

# NOTE: run bin/format-filters after changing this file
opal_filter "Math" do
  fails "Math.ldexp returns correct value that closes to the max value of double type" # Expected Infinity == 9.207889385574391e+307 to be truthy but was false
  fails "Math.log2 returns the natural logarithm of the argument" # Expected Infinity == 10001 to be truthy but was false  
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
opal-1.8.3.rc1 spec/filters/bugs/math.rb
opal-1.8.2 spec/filters/bugs/math.rb
opal-1.8.1 spec/filters/bugs/math.rb
opal-1.8.0 spec/filters/bugs/math.rb
opal-1.8.0.beta1 spec/filters/bugs/math.rb
opal-1.7.4 spec/filters/bugs/math.rb
opal-1.8.0.alpha1 spec/filters/bugs/math.rb
opal-1.7.3 spec/filters/bugs/math.rb
opal-1.7.2 spec/filters/bugs/math.rb
opal-1.7.1 spec/filters/bugs/math.rb
opal-1.7.0 spec/filters/bugs/math.rb
opal-1.7.0.rc1 spec/filters/bugs/math.rb