Displaying 3 results from an estimated 3 matches for "isexpectedtofail".
2014 Feb 21
3
[LLVMdev] make check issue with llvm-cov
...checking for substrings (using the 'in' operator) of the target triple and 'mips' is a substring of 'mipsel-...'. I haven't tested this but I think that we need 'XFAIL: mips-, mips64-' to distinguish little/big-endian correctly for MIPS.
The relevant code is the isExpectedToFail() function in utils/lit/lit/Test.py.
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Justin Bogner
> Sent: 21 February 2014 08:21
> To: Reed Kotler
> Cc: LLVMdev at cs.uiuc.edu
> Subject: Re: [LLVMdev]...
2014 Feb 21
3
[LLVMdev] make check issue with llvm-cov
...for substrings (using the 'in' operator) of the target triple and 'mips' is a substring of 'mipsel-...'. I haven't tested this but I think that we need 'XFAIL: mips-, mips64-' to distinguish little/big-endian correctly for MIPS.
>> The relevant code is the isExpectedToFail() function in utils/lit/lit/Test.py.
> In this case what seems to be happening is the llvm-cov is NOT failing and it should.
> That causes an unexpected pass which is what is making "make check" fail.
>
>>> -----Original Message-----
>>> From: llvmdev-bounces a...
2014 Feb 21
6
[LLVMdev] make check issue with llvm-cov
rkotler at mipsswbrd006-le:~/caviumllvm/build/test$ make
Making LLVM 'lit.site.cfg' file...
Making LLVM unittest 'lit.site.cfg' file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -s 8192 ; \
/usr/bin/python /home/rkotler/workspace/llvm/utils/lit/lit.py -s
-v . )
XPASS: LLVM :: tools/llvm-cov/llvm-cov.test (8916 of 9784)
******************** TEST