Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466682 - sys-devel/llvm-3.2 fails 89 tests
Summary: sys-devel/llvm-3.2 fails 89 tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-21 15:23 UTC by Markus Walter
Modified: 2013-12-22 20:48 UTC (History)
2 users (show)

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


Attachments
sys-devel:llvm-3.2:20130421-143554.log.bz2 (sys-devel:llvm-3.2:20130421-143554.log.bz2,92.61 KB, application/x-bzip)
2013-04-21 15:23 UTC, Markus Walter
Details
emerge --info (info.txt,6.41 KB, text/plain)
2013-04-21 15:24 UTC, Markus Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Walter 2013-04-21 15:23:57 UTC
Created attachment 346206 [details]
sys-devel:llvm-3.2:20130421-143554.log.bz2

On my hardened ~amd64 machine I see a lot of test failures for llvm-3.2. Overall 89 test, all from the category 'LLVM :: MC/*'.
Comment 1 Markus Walter 2013-04-21 15:24:13 UTC
Created attachment 346208 [details]
emerge --info
Comment 2 Bernard Cafarelli gentoo-dev 2013-06-10 22:08:13 UTC
OK we have 2 series here:
* MC/COFF/* tests, test tool does not find StringIO python module. This seems to come with base python package, so not sure why it fails here
* MC/ELF/* tests, all fail on elf-dump script not being able to read files, could it be some security protection triggering here?
Comment 3 Bernard Cafarelli gentoo-dev 2013-06-10 22:20:43 UTC
Scratch last comment, the test script also seems to require StringIO:
http://llvm.org/viewvc/llvm-project/llvm/branches/release_32/test/Scripts/elf-dump?revision=167702&view=markup
Comment 4 Markus Walter 2013-12-22 20:48:07 UTC
llvm-3.3-r1 seems to pass all tests.