Skip to content

working on checks

Andreas Schleifer requested to merge ruby-3.2 into main
==> Starting check()...
Could not load native event selector: cannot load such file -- IO_Event
87 passed 1 skipped 2 errored out of 90 total (946 assertions)
🏁 Finished in 108.4ms; 8727.424 assertions per second.
🐇 No slow tests found! Well done!

🔥 Errored assertions:
describe IO::Event::Selector::Select with an instance it behaves like a selector with #select it raises an error when given an invalid duration test/io/event/selector.rb:Select:639:49
        expect #<Proc:0x000076071c986c48 test/io/event/selector.rb:50> to
                raise exception
                        ⚠ TypeError: class or module required for rescue clause
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/raise_exception.rb:26 rescue in block in call
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/raise_exception.rb:21 block in call
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/assertions.rb:315 block in nested
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/output/buffered.rb:64 indented
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/assertions.rb:313 nested
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/raise_exception.rb:20 call
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/expect.rb:39 block in to
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/assertions.rb:315 block in nested
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/output/buffered.rb:64 indented
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/assertions.rb:313 nested
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/expect.rb:38 to
                                test/io/event/selector.rb:50 block (4 levels) in <top (required)>
describe IO::Event::Debug::Selector it behaves like a selector with #select it raises an error when given an invalid duration test/io/event/selector.rb:659:49
        expect #<Proc:0x000076071c7f71c0 test/io/event/selector.rb:50> to
                raise exception
                        ⚠ TypeError: class or module required for rescue clause
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/raise_exception.rb:26 rescue in block in call
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/raise_exception.rb:21 block in call
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/assertions.rb:315 block in nested
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/output/buffered.rb:64 indented
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/assertions.rb:313 nested
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/raise_exception.rb:20 call
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/expect.rb:39 block in to
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/assertions.rb:315 block in nested
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/output/buffered.rb:64 indented
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/assertions.rb:313 nested
                                /usr/lib/ruby/gems/3.2.0/gems/sus-0.24.2/lib/sus/expect.rb:38 to
                                test/io/event/selector.rb:50 block (4 levels) in <top (required)>
==> ERROR: A failure occurred in check().

Merge request reports