[ebuild R ] dev-ruby/async-io-1.34.3-r1:1::gentoo USE="test -doc" RUBY_TARGETS="ruby31 (-ruby27) -ruby30 -ruby32" 0 KiB
Failures: 1) Async::IO::Notification should wait for notification Got 2 failures: 1.1) Failure/Error: expect(waiting_task.status).to be :complete expected #<Symbol:991388> => :complete got #<Symbol:1746588> => :completed Compared using equal?, which compares object identity, but expected and actual are not the same object. Use `expect(actual).to eq(expected)` if you don't care about object identity in this example. Diff: @@ -1 +1 @@ -:complete +:completed # ./spec/async/io/notification_spec.rb:42:in `block (2 levels) in <top (required)>' 1.2) Failure/Error: expect(waiting_task.status).to be :complete expected #<Symbol:991388> => :complete got #<Symbol:1746588> => :completed Compared using equal?, which compares object identity, but expected and actual are not the same object. Use `expect(actual).to eq(expected)` if you don't care about object identity in this example. Diff: @@ -1 +1 @@ -:complete +:completed # ./spec/async/io/notification_spec.rb:42:in `block (2 levels) in <top (required)>' Finished in 7.77 seconds (files took 0.26054 seconds to load) 123 examples, 1 failure Failed examples: rspec ./spec/async/io/notification_spec.rb:28 # Async::IO::Notification should wait for notification
Created attachment 859849 [details] info.txt emerge --info
Created attachment 859850 [details] build.log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e187139bebf47977bc329f0ad0d84041bc0cf37 commit 4e187139bebf47977bc329f0ad0d84041bc0cf37 Author: jinqiang zhang <peeweep@0x0.ee> AuthorDate: 2023-04-11 09:54:25 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-04-12 06:06:21 +0000 dev-ruby/async-io: fix 1.34.3 tests Closes: https://bugs.gentoo.org/904159 Signed-off-by: jinqiang zhang <peeweep@0x0.ee> Closes: https://github.com/gentoo/gentoo/pull/30552 Signed-off-by: Sam James <sam@gentoo.org> dev-ruby/async-io/async-io-1.34.3-r1.ebuild | 4 ++++ dev-ruby/async-io/files/async-io-1.34.3-tests.patch | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+)