| Summary: | dev-ruby/diff-lcs-1.5.0 fails tests: Error: expect(stderr).to be_empty if RUBY_VERSION >= 1.9 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Gentoo Ruby Team <ruby> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | Keywords: | TESTFAILURE |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2024-01-31 08:09:27 UTC
Created attachment 883765 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary:
Failure/Error: expect(stderr).to be_empty if RUBY_VERSION >= '1.9'
Failure/Error: expect(stderr).to be_empty if RUBY_VERSION >= '1.9'
I can't reproduce this, but these tests were using the system ruby ("ruby") instead of the specific version being tested ("/usr/bin/ruby32"). This has been fixed in diff-lcs-1.5.1 and may also fix this issue.
|