Sha256: 89974dccaedd12ca5d835a9153ccfe764165f612ba8fceb93f66dbc7ff86cb2d

Contents?: true

Size: 607 Bytes

Versions: 1

Compression:

Stored size: 607 Bytes

Contents

opal_filter "Random" do
  fails "Random.raw_seed raises an ArgumentError on a negative size" # NoMethodError: undefined method `raw_seed' for Random
  fails "Random.raw_seed returns a String of the length given as argument" # NoMethodError: undefined method `raw_seed' for Random
  fails "Random.raw_seed returns a String" # NoMethodError: undefined method `raw_seed' for Random
  fails "Random.raw_seed returns a random binary String" # NoMethodError: undefined method `raw_seed' for Random
  fails "Random.raw_seed returns an ASCII-8BIT String" # NoMethodError: undefined method `raw_seed' for Random
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-0.11.0.rc1 spec/filters/bugs/random.rb