Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936882 - llvm-r1.eclass fails tests
Summary: llvm-r1.eclass fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-29 10:36 UTC by Ulrich Müller
Modified: 2024-07-29 17:02 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)