[LLVMdev] 2.2 Prerelease available for testing
Tanya Lattner
tonic at nondot.org
Tue Jan 29 21:17:37 PST 2008
First, thanks for testing the release.
A couple comments.
> === Summary ===
>
> # of expected passes 2519
> # of unexpected failures 1
> # of expected failures 7
> gmake[1]: *** [check-local] Error 1
>
> The unexpected failure was:
> Running /home/llvm/llvm-2.2/test/CFrontend/dg.exp ...
> FAIL: /home/llvm/llvm-2.2/test/CFrontend/2007-09-12-PragmaPack.c
> Failed with exit(1) at line 1
> while running: /home/llvm/local/bin/llvm-gcc -emit-llvm -O3 -S -o
> - /home/llvm/llvm-2.2/test/CFrontend/2007-09-12-PragmaPack.c | grep
> {26}
> child process exited abnormally
> Running /home/llvm/llvm-2.2/test/CodeGen/ARM/dg.exp ...
>
This is a bug in the test case, thanks for bringing it to our
attention. It will be fixed on mainline and the release.
>
>
> $ cd ../llvm-test-2.2
> $ ./configure --prefix=/home/llvm/local \
> --with-llvmsrc=/home/llvm/llvm-2.2 --with-llvmobj=/home/llvm/obj-
> llvm
> $ gmake TEST=nightly report
>
> The report.nightly.txt is attached.
>
A lot of these are known failures. But there are a few exceptions.
Can you bugpoint MultiSource/Benchmarks/MiBench/security-rijndael/
security-rijndael?
% cd MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael
% make bugpoint-llc
Then file a bugzilla with the output.
If that doesn't work, can you try bugpointing MultiSource/
Applications/SPASS/SPASS (the same way as above)?
> I had to manually kill minisat after it burned >20mins CPU time. Reid
> and I fixed time limits in RunSafely.sh 1.31 (back in the CVS days)
> but
> the change does not appear in the llvm-test tarball.
>
> Reid's commit was:
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-
> Mon-20070514/049803.html
>
That patch was reverted because it did not work on Darwin. This is
really a bug in minisat and hopefully bugpointing the other two will
also fix this.
-Tanya
> --
> Emil<report.nightly.txt>______________________________________________
> _
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list