Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598720 - sys-devel/llvm-9999: unit tests seem not to work anymore
Summary: sys-devel/llvm-9999: unit tests seem not to work anymore
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-01 22:29 UTC by Michał Górny
Modified: 2016-11-11 20:18 UTC (History)
0 users

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 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.