Displaying 3 results from an estimated 3 matches for "ranlib_gnu".
2005 Mar 17
2
[LLVMdev] Current state of tests in llvm/test?
...the C/C++
> front-end whose date is later than the CFE build you are using?
Ah ha! Of course. That makes perfect sense. 12 of the failures are in
"CFrontend" and are dated 2005-01-02 through 2005-03-11. The remaining
three are:
FAIL: /home/ejones/llvm/llvm/test/Regression/Archive/ranlib_GNU.ll:
FAIL: /home/ejones/llvm/llvm/test/Regression/Archive/ranlib_SVR4.ll:
FAIL: /home/ejones/llvm/llvm/test/Regression/Archive/ranlib_xpg4.ll:
Which I am guessing are also related, since the linker I am using is
also old.
Thanks,
Evan Jones
2005 Mar 17
2
[LLVMdev] Current state of tests in llvm/test?
Maybe I'm screwing something up, but with the current CVS build on x86
Linux, I get the following output when I execute "make" in the test
directory:
=== Summary ===
# of expected passes 978
# of unexpected failures 15
# of expected failures 32
Are these 15 failures known failures, or am I doing something wrong? I
have a clean CVS
2005 Mar 17
0
[LLVMdev] Current state of tests in llvm/test?
On Wed, 16 Mar 2005, Evan Jones wrote:
> Maybe I'm screwing something up, but with the current CVS build on x86 Linux,
> I get the following output when I execute "make" in the test directory:
>
> === Summary ===
>
> # of expected passes 978
> # of unexpected failures 15
> # of expected failures 32
>
>
>