| Summary: | dev-ruby/rspec-support-3.8.2 fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jonathan Lovelace <kingjon3377> |
| Component: | Current packages | Assignee: | Gentoo Ruby Team <ruby> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | kevinlyles |
| Priority: | Normal | Keywords: | TESTFAILURE |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge-info.txt
dev-ruby:rspec-support-3.8.2:20200617-225407.log |
||
Created attachment 645124 [details]
dev-ruby:rspec-support-3.8.2:20200617-225407.log
Hmm, similar to your #728698 this calls out to "ruby". Perhaps that is broken on your system in some way? I switched to ruby25 instead of ruby24, and that fixed this issue for me. I'm closing this since no new information is available. Please re-open if this is still an issue. |
Created attachment 645122 [details] emerge-info.txt When rebuilding due to RUBY_TARGETS changes, =dev-ruby/rspec-support-3.8.2 failed its test phase, specifically the tests "RSpec::Support::ShellOut shells out and returns stdout and stderr" and "RSpec::Support::ShellOut returns the exit status as the third argument": ----- Failures: 1) RSpec::Support::ShellOut shells out and returns stdout and stderr Failure/Error: expect(stdout).to eq("yes") expected: "yes" got: "" (compared using ==) # ./spec/rspec/support/spec/shell_out_spec.rb:8:in `block (2 levels) in <top (required)>' 2) RSpec::Support::ShellOut returns the exit status as the third argument Failure/Error: expect(good_status.exitstatus).to eq(0) expected: 0 got: 1 (compared using ==) # ./spec/rspec/support/spec/shell_out_spec.rb:14:in `block (2 levels) in <top (required)>' Finished in 0.72728 seconds (files took 0.36542 seconds to load) 486 examples, 2 failures, 3 pending Failed examples: rspec ./spec/rspec/support/spec/shell_out_spec.rb:6 # RSpec::Support::ShellOut shells out and returns stdout and stderr rspec ./spec/rspec/support/spec/shell_out_spec.rb:12 # RSpec::Support::ShellOut returns the exit status as the third argument