Sha256: 41c11c2748f3dad2b6be7bc75534e2fc6fff3dd89705cfe2d85ab57b46ad0703

Contents?: true

Size: 1008 Bytes

Versions: 21

Compression:

Stored size: 1008 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

21 entries across 21 versions & 1 rubygems

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