Sha256: 799fbd0d22bef42f9a276290f1d30f30e94a2affba30f4c73a9aaf7426f64222

Contents?: true

Size: 952 Bytes

Versions: 2

Compression:

Stored size: 952 Bytes

Contents

opal_filter "taint" do
  fails "Range#to_s ignores own tainted status"
  fails "Range#inspect ignores own tainted status"

  fails "String#% doesn't taint the result for %e when argument is tainted"
  fails "String#% doesn't taint the result for %E when argument is tainted"
  fails "String#% doesn't taint the result for %f when argument is tainted"
  fails "String#% doesn't taint the result for %g when argument is tainted"
  fails "String#% doesn't taint the result for %G when argument is tainted"
  fails "String#byteslice with index, length always taints resulting strings when self is tainted"
  fails "String#byteslice with Range always taints resulting strings when self is tainted"

  fails "StringScanner#pre_match taints the returned String if the input was tainted"
  fails "StringScanner#post_match taints the returned String if the input was tainted"
  fails "StringScanner#rest taints the returned String if the input was tainted"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
opal-0.9.0.beta2 spec/filters/unsupported/taint.rb
opal-0.9.0.beta1 spec/filters/unsupported/taint.rb