Sha256: 8d407bd8b9e43bcff4969131d8caf3efaa7b42b219fa3d57d494bd17c19da801

Contents?: true

Size: 421 Bytes

Versions: 12

Compression:

Stored size: 421 Bytes

Contents

opal_filter "Thread" do
  fails "StandardError is a superclass of ThreadError"
  fails "The throw keyword raises an ArgumentError if used to exit a thread"
  fails "The throw keyword clears the current exception"
  fails "Module#autoload loads the registered constant even if the constant was already loaded by another thread"
  fails "The return keyword in a Thread raises a LocalJumpError if used to exit a thread"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
opal-0.10.6 spec/filters/unsupported/thread.rb
opal-0.10.6.beta spec/filters/unsupported/thread.rb
opal-0.10.5 spec/filters/unsupported/thread.rb
opal-0.10.4 spec/filters/unsupported/thread.rb
opal-0.10.3 spec/filters/unsupported/thread.rb
opal-0.10.2 spec/filters/unsupported/thread.rb
opal-0.10.1 spec/filters/unsupported/thread.rb
opal-0.10.0 spec/filters/unsupported/thread.rb
opal-0.10.0.rc2 spec/filters/unsupported/thread.rb
opal-0.10.0.rc1 spec/filters/unsupported/thread.rb
opal-0.10.0.beta5 spec/filters/unsupported/thread.rb
opal-0.10.0.beta4 spec/filters/unsupported/thread.rb