[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)
Bill Wendling
isanbard at gmail.com
Mon Apr 16 09:39:47 PDT 2012
Kimura-san,
Ack! Sorry for the failure. I thought that the test would work on all platforms. I moved it to the X86 directory.
-bw
On Apr 16, 2012, at 1:22 AM, KIMURA Masaru wrote:
> Ping,
>
> NAKAMURA san, thank you.
>
> Bill san, can you comment this commit?
> r154798 still fails on ppc32-lnux b/c *only* for this test.
>
> Loving more minor arch, the world will be better...
>
> 2012/04/04 23:26 NAKAMURA Takumi <geek4civic at gmail.com>:
>> Kimura san,
>>
>> You may ask committer of r153706. I wonder if it could be x86-independent.
>>
>>> /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/Release/bin/llc:
>>> error auto-selecting target for module 'No available targets are
>>> compatible with this triple, see -version for the available targets.'.
>>> Please use the -march option to explicitly pick a target.
>>
>> ...Takumi as chapuni
>>
>> 2012/4/4 KIMURA Masaru <hiyuh.root at gmail.com>:
>>> Hi,
>>>
>>> CodeGen/Generic/dbg-declare.ll is really generic test?
>>>
>>> $ make check
>>> llvm[0]: Running test suite
>>> make[1]: Entering directory
>>> `/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/test'
>>> Making a new site.exp file...
>>> Making LLVM 'lit.site.cfg' file...
>>> Making LLVM unittest 'lit.site.cfg' file...
>>> ( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; \
>>> /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/utils/lit/lit.py -s -v . )
>>> FAIL: LLVM :: CodeGen/Generic/dbg-declare.ll (1007 of 5883)
>>> ******************** TEST 'LLVM :: CodeGen/Generic/dbg-declare.ll'
>>> FAILED ********************
>>> Script:
>>> --
>>> /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/Release/bin/llc <
>>> /var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/test/CodeGen/Generic/dbg-declare.ll
>>> -O0
>>> --
>>> Exit Code: 1
>>> Command Output (stderr):
>>> --
>>> --
>>>
>>> ********************
>>> Testing Time: 141.66s
>>> ********************
>>> Failing Tests (1):
>>> LLVM :: CodeGen/Generic/dbg-declare.ll
>>>
>>> Expected Passes : 2936
>>> Expected Failures : 13
>>> Unsupported Tests : 2933
>>> Unexpected Failures: 1
>>> make[1]: *** [check-local-lit] Error 1
>>> make[1]: Leaving directory
>>> `/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/test'
>>> make: *** [check] Error 2
More information about the llvm-dev
mailing list