Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723932 - dev-ruby/rspec-core fails tests
Summary: dev-ruby/rspec-core fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-19 07:06 UTC by Agostino Sarubbo
Modified: 2022-10-29 06:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,30.51 KB, text/plain)
2020-05-19 07:06 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-05-19 07:06:31 UTC
This is an auto-filed bug because dev-ruby/rspec-core fails tests.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.

NOTE:
If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-19 07:06:39 UTC
Created attachment 640302 [details]
build.log

build log and emerge --info
Comment 2 Rolf Eike Beer archtester 2021-08-08 12:49:14 UTC
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)>'
Comment 3 Larry the Git Cow gentoo-dev 2022-10-29 06:27:16 UTC
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(+)