Summary: | dev-ruby/rspec-core fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Ruby Team <ruby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 640302 [details]
build.log
build log and emerge --info
This is what Ago sees on amd64: Failures: 1) RSpec behaves like library wide checks has no malformed whitespace Failure/Error: @example_group_instance.instance_exec([1;36mself, &@example_block) Errno::ENOENT: No such file or directory - git Shared Example Group: "library wide checks" called from ./spec/rspec/core_spec.rb:31 # ./spec/support/sandboxing.rb:16:in `block (3 levels) in <top (required)>' # ./spec/support/sandboxing.rb:7:in `block (2 levels) in <top (required)>' This is what I see on sparc: Failures: 1) RSpec::Core::Example#run memory leaks, see GH-321, GH-1921 releases references to the examples / their ivars Failure/Error: expect(get_all.call).to eq opts.fetch(:post_gc) expected: [] got: ["after_all", "before_all"] (compared using ==) # ./spec/rspec/core/example_spec.rb:469:in `expect_gc' # ./spec/rspec/core/example_spec.rb:492:in `block (4 levels) in <top (required)>' # ./spec/support/sandboxing.rb:16:in `block (3 levels) in <top (required)>' # ./spec/support/sandboxing.rb:7:in `block (2 levels) in <top (required)>' The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14dc158cb805ca9d53fb2684bcec3177e5dba78 commit a14dc158cb805ca9d53fb2684bcec3177e5dba78 Author: Hans de Graaff <graaff@gentoo.org> AuthorDate: 2022-10-29 06:25:53 +0000 Commit: Hans de Graaff <graaff@gentoo.org> CommitDate: 2022-10-29 06:26:44 +0000 dev-ruby/rspec-core: add 3.12.0 Add missing test dependency on dev-vcs/git Closes: https://bugs.gentoo.org/723932 Signed-off-by: Hans de Graaff <graaff@gentoo.org> dev-ruby/rspec-core/Manifest | 1 + dev-ruby/rspec-core/rspec-core-3.12.0.ebuild | 93 ++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) |