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

Bug 598720

Summary: sys-devel/llvm-9999: unit tests seem not to work anymore
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: LLVM support project <llvm>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-11-01 22:29:49 UTC
>>> Test phase: sys-devel/llvm-9999
 * abi_x86_32.x86: running multilib-minimal_abi_src_test
>>> Working in BUILD_DIR: "/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_32.x86"
ninja -j12 -v check
[0/1] cd /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_32.x86/test && /usr/bin/lit -sv --param llvm_site_config=/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_32.x86/test/lit.site.cfg --param llvm_unit_site_config=/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_32.x86/test/Unit/lit.site.cfg /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999-abi_x86_32.x86/test
lit: discovery.py:190: warning: test suite 'LLVM-Unit' contained no tests
-- Testing: 16424 tests, 2 threads --

For comparison, a local run discovers over 18.5k tests, so I suspect something's broken. However, I need to check on abi_x86_64 when I have more time ;-).
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-11-01 22:51:00 UTC
Yep, same results for the native ABI. However, it seems that the unit tests are built...
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-11-02 07:40:39 UTC
Seems to affect clang as well.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-11-11 20:18:38 UTC
This has been a result of bad rpath and it has been fixed upstream.