Sha256: 9a06560c23948e552e13113012b84c5d84b80cefd08b5e27a85ab7c88ad6c6a6

Contents?: true

Size: 1.45 KB

Versions: 21

Compression:

Stored size: 1.45 KB

Contents

# NOTE: run bin/format-filters after changing this file
opal_unsupported_filter "BasicObject" do
  fails "BasicObject#method_missing for a Class raises a NoMethodError when a private method is called"
  fails "BasicObject#method_missing for a Class raises a NoMethodError when a protected method is called"
  fails "BasicObject#method_missing for a Class with #method_missing defined is called when an private method is called"
  fails "BasicObject#method_missing for a Class with #method_missing defined is called when an protected method is called"
  fails "BasicObject#method_missing for a Module raises a NoMethodError when a private method is called"
  fails "BasicObject#method_missing for a Module raises a NoMethodError when a protected method is called"
  fails "BasicObject#method_missing for a Module with #method_missing defined is called when a private method is called"
  fails "BasicObject#method_missing for a Module with #method_missing defined is called when a protected method is called"
  fails "BasicObject#method_missing for an instance raises a NoMethodError when a private method is called"
  fails "BasicObject#method_missing for an instance raises a NoMethodError when a protected method is called"
  fails "BasicObject#method_missing for an instance with #method_missing defined is called when an private method is called"
  fails "BasicObject#method_missing for an instance with #method_missing defined is called when an protected method is called"
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
opal-1.6.1 spec/filters/unsupported/basicobject.rb
opal-1.6.0 spec/filters/unsupported/basicobject.rb
opal-1.6.0.rc1 spec/filters/unsupported/basicobject.rb
opal-1.6.0.alpha1 spec/filters/unsupported/basicobject.rb
opal-1.5.1 spec/filters/unsupported/basicobject.rb
opal-1.5.0 spec/filters/unsupported/basicobject.rb
opal-1.5.0.rc1 spec/filters/unsupported/basicobject.rb
opal-1.4.1 spec/filters/unsupported/basicobject.rb
opal-1.4.0 spec/filters/unsupported/basicobject.rb
opal-1.4.0.alpha1 spec/filters/unsupported/basicobject.rb
opal-1.3.2 spec/filters/unsupported/basicobject.rb
opal-1.3.1 spec/filters/unsupported/basicobject.rb
opal-1.3.0 spec/filters/unsupported/basicobject.rb
opal-1.3.0.rc1 spec/filters/unsupported/basicobject.rb
opal-1.3.0.alpha1 spec/filters/unsupported/basicobject.rb
opal-1.2.0 spec/filters/unsupported/basicobject.rb
opal-1.2.0.beta1 spec/filters/unsupported/basicobject.rb
opal-1.1.1 spec/filters/unsupported/basicobject.rb
opal-1.1.1.rc1 spec/filters/unsupported/basicobject.rb
opal-1.1.0 spec/filters/unsupported/basicobject.rb