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

Bug 936882

Summary: llvm-r1.eclass fails tests
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: EclassesAssignee: Michał Górny <mgorny>
Status: RESOLVED FIXED    
Severity: normal CC: qa
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ulrich Müller gentoo-dev 2024-07-29 10:36:15 UTC
eclass/tests $ ./llvm-r1.sh 
 * Testing LLVM_COMPAT=( 14 15 16 17 18 ) ...
 *           IUSE: +llvm_slot_18 llvm_slot_15 llvm_slot_16 llvm_slot_17
 * does not match: +llvm_slot_17 llvm_slot_15 llvm_slot_16 llvm_slot_18   [ !! ]
 * Testing LLVM_COMPAT=( 14 15 16 ) ...                                   [ ok ]
 * Testing LLVM_COMPAT=( 15 18 ) ...
 *           IUSE: +llvm_slot_18 llvm_slot_15
 * does not match: +llvm_slot_15 llvm_slot_18                             [ !! ]
 * Testing LLVM_COMPAT=( 18 ) ...                                         [ ok ]
 * Testing llvm_gen_dep sys-devel/llvm:${LLVM_SLOT} sys-devel/clang:${LLVM_SLOT}
 ...                                                                      [ ok ]


Bisection indicates that this commit has broken tests:

commit f7f7ff3fa2cd1c32b64d54fb155ee824cdd25928
Author: Michał Górny <mgorny@gentoo.org>
Date:   Tue Jul 23 16:05:15 2024 +0200

    llvm-r1.eclass: LLVM 18 is now stable
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
Comment 1 Larry the Git Cow gentoo-dev 2024-07-29 17:02:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3849073fc4fc19b4872e7840ff12d66ab54b15

commit ac3849073fc4fc19b4872e7840ff12d66ab54b15
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-07-29 15:40:10 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-07-29 17:02:40 +0000

    llvm-r1.eclass: Update tests for new stable
    
    Closes: https://bugs.gentoo.org/936882
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 eclass/tests/llvm-r1.sh | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)