Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 923382

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 packagesAssignee: 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 gentoo-dev 2024-01-31 08:09:27 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-ruby/diff-lcs-1.5.0 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-31 08:09:29 UTC
Created attachment 883765 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-31 08:09:30 UTC
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'
Comment 3 Hans de Graaff gentoo-dev Security 2024-02-01 07:06:58 UTC
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.