Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634188 - sys-devel/clang-9999: Tests are run using installed clang
Summary: sys-devel/clang-9999: Tests are run using installed clang
Status: RESOLVED OBSOLETE
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: 2017-10-13 16:47 UTC by Michał Górny
Modified: 2018-03-29 08:43 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 2017-10-13 16:47:48 UTC
FAIL: Clang :: CodeGen/avx-builtins.c (1760 of 11337)                                                
******************** TEST 'Clang :: CodeGen/avx-builtins.c' FAILED ********************
Script:                                                      
--                                                                                                                                                 
/usr/lib64/llvm/6/bin/clang -cc1 -internal-isystem /usr/lib64/llvm/6/bin/../../../../lib/clang/6.0.0/include -nostdsysteminc -ffreestanding /var/tm
p/portage/sys-devel/clang-9999/work/x/y/clang-9999/test/CodeGen/avx-builtins.c -triple=x86_64-apple-darwin -target-feature +avx -emit-llvm -o - -Wa
ll -Werror | /usr/lib64/llvm/6/bin/FileCheck /var/tmp/portage/sys-devel/clang-9999/work/x/y/clang-9999/test/CodeGen/avx-builtins.c
/usr/lib64/llvm/6/bin/clang -cc1 -internal-isystem /usr/lib64/llvm/6/bin/../../../../lib/clang/6.0.0/include -nostdsysteminc -ffreestanding /var/tm
p/portage/sys-devel/clang-9999/work/x/y/clang-9999/test/CodeGen/avx-builtins.c -triple=x86_64-apple-darwin -target-feature +avx -fno-signed-char -e
mit-llvm -o - -Wall -Werror | /usr/lib64/llvm/6/bin/FileCheck /var/tmp/portage/sys-devel/clang-9999/work/x/y/clang-9999/test/CodeGen/avx-builtins.c
--                                                                                                                                                 
Exit Code: 2



...and so on. It uses the installed clang instead of the copy it just built. I don't think it used to do that before, so we need to figure out what changed.