Sha256: 263fd75e67a08f42d3ac2b0ca3c280c992e5d157f384301340a5bf2063cc3264

Contents?: true

Size: 1010 Bytes

Versions: 12

Compression:

Stored size: 1010 Bytes

Contents

# NOTE: run bin/format-filters after changing this file
opal_filter "IO" do
  fails "IO::EAGAINWaitReadable combines Errno::EAGAIN and IO::WaitReadable" # NameError: uninitialized constant IO::EAGAINWaitReadable
  fails "IO::EAGAINWaitReadable is the same as IO::EWOULDBLOCKWaitReadable if Errno::EAGAIN is the same as Errno::EWOULDBLOCK" # NameError: uninitialized constant Errno::EAGAIN
  fails "IO::EAGAINWaitWritable combines Errno::EAGAIN and IO::WaitWritable" # NameError: uninitialized constant IO::EAGAINWaitWritable
  fails "IO::EAGAINWaitWritable is the same as IO::EWOULDBLOCKWaitWritable if Errno::EAGAIN is the same as Errno::EWOULDBLOCK" # NameError: uninitialized constant Errno::EAGAIN
  fails "IO::EWOULDBLOCKWaitReadable combines Errno::EWOULDBLOCK and IO::WaitReadable" # NameError: uninitialized constant IO::EWOULDBLOCKWaitReadable
  fails "IO::EWOULDBLOCKWaitWritable combines Errno::EWOULDBLOCK and IO::WaitWritable" # NameError: uninitialized constant IO::EWOULDBLOCKWaitWritable  
end

Version data entries

12 entries across 12 versions & 1 rubygems

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