LLVMers, The LLVM 2.1 pre-release version2 is now available: http://llvm.org/prereleases/2.1/version2/ You can help test this pre-release by doing one of the following: 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 binary. Run "make check" and the full llvm-test suite (make TEST=nightly report). 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source. Compile everything. Run "make check" and the full llvm-test suite (make TEST=nightly report). Send your results to llvm-dev with the dejagnu test results in the body of the email and attach the llvm-test report (report.nightly.txt). When submitting your results, please specify the platform, Release or Debug build (default is Release) and if you built llvm with srcdir = objdir. At this point, only major bug fixes will be included in the final release. I ask that all LLVM developers not commit anything to the release branch, but send it to me (or the list) so that I can get approval to merge it in. If we end up merging in more patches, we may have another 3 round of testing which would push the release out a few days. Chris sent out the draft of the release notes. It still needs work, so please fill in the section that you can and commit it to mainline. I will merge the final version into the release branch. Thanks for all your help! - Tanya
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Platform: AMD64 Linux Build: Release srcdir==objdir: True For report.nightly.txt, I accidentally did make make TEST=nightly report I hope that that still generates the file correctly. I still had the 2 big crashes which are attached in error.log from the llvm-test-2.1. In both cases, I had to manually do killall lli to make the test continue. - ---------------------- llvm[0]: Running test suite make[1]: Entering directory `/home/scubed/software/llvm/new/llvm-2.1/test' Making a new site.exp file... ( ulimit -t 600 ; ulimit -d 512000 ; \ PATH="/home/scubed/software/llvm/new/llvm-2.1/Release/bin:/home/scubed/software/llvm/new/llvm-2.1/test/Scripts:/sbin:/usr/sbin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.2.1:/usr/qt/3/bin:/usr/games/bin:/home/scubed/software/llvm/llvm-svn/Debug/bin" \ /usr/bin/runtest --ignore llvm2cpp.exp ) WARNING: Couldn't find the global config file. WARNING: No tool specified Test Run By scubed on Sun Sep 23 09:05:12 2007 Native configuration is x86_64-unknown-linux-gnu === tests == Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/Andersens/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/BasicAA/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/Dominators/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/GlobalsModRef/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/LoadVN/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/LoopInfo/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/ScalarEvolution/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Archive/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Assembler/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Bitcode/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/BugPoint/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/C++Frontend/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CFrontend/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/ARM/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/Alpha/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/CBackend/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/Generic/GC/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/Generic/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/IA64/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/PowerPC/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/SPARC/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/X86/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/DebugInfo/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/ExecutionEngine/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Feature/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/FrontendAda/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/FrontendObjC/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Integer/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Linker/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Other/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/TableGen/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/ADCE/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/ArgumentPromotion/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/BlockPlacement/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/CodeExtractor/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/CondProp/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/ConstProp/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/ConstantMerge/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/CorrelatedExprs/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/DeadArgElim/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/DeadStoreElimination/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/DecomposeMultiDimRefs/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/GCSE/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/GVN/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/GVNPRE/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/GlobalDCE/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/GlobalOpt/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/IPConstantProp/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/IndVarsSimplify/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/Inline/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/InstCombine/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LCSSA/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LICM/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LoopRotate/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LoopSimplify/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LoopStrengthReduce/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LoopUnroll/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LoopUnswitch/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LowerInvoke/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LowerSetJmp/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LowerSwitch/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/Mem2Reg/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/PredicateSimplifier/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/PruneEH/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/RaiseAllocations/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/Reassociate/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/RedundantLoadElimination/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/SCCP/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/ScalarRepl/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/SimplifyCFG/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/SimplifyLibCalls/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/TailCallElim/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/TailDup/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Verifier/dg.exp ... === Summary == # of expected passes 1935 # of expected failures 4 make[1]: Leaving directory `/home/scubed/software/llvm/new/llvm-2.1/test' -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7-ecc0.1.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG9xdYxzVgPqtIcfsRArluAJ95Q3/xlEEAjN+fNlyEeuYdSzMThwCdH3XZ LI9rRupWCbRzaIOCOGHJih4=yseM -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: error.log Type: text/x-log Size: 8257 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070923/3e93019f/attachment.bin> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: report.nightly.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070923/3e93019f/attachment.txt>
Again, I forgot to mention the deadline. Please complete all testing by Tuesday, 9/25 (9PM PDT). Thanks! -Tanya On Sep 22, 2007, at 11:04 AM, Tanya Lattner wrote:> LLVMers, > > The LLVM 2.1 pre-release version2 is now available: > http://llvm.org/prereleases/2.1/version2/ > > You can help test this pre-release by doing one of the following: > 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 > binary. Run "make check" and the full llvm-test suite (make > TEST=nightly report). > 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source. > Compile everything. Run "make check" and the full llvm-test suite > (make TEST=nightly report). > > Send your results to llvm-dev with the dejagnu test results in the > body of the email and attach the llvm-test report > (report.nightly.txt). When submitting your results, please specify > the platform, Release or Debug build (default is Release) and if you > built llvm with srcdir = objdir. > > At this point, only major bug fixes will be included in the final > release. I ask that all LLVM developers not commit anything to the > release branch, but send it to me (or the list) so that I can get > approval to merge it in. If we end up merging in more patches, we may > have another 3 round of testing which would push the release out a > few days. > > Chris sent out the draft of the release notes. It still needs work, > so please fill in the section that you can and commit it to mainline. > I will merge the final version into the release branch. > > Thanks for all your help! > > - Tanya > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Seemingly Similar Threads
- [LLVMdev] 2.1 Pre-Release Available (testers needed)
- [LLVMdev] 2.5 Pre-release2 available for testing
- [LLVMdev] 2.0 Pre-release tarballs online
- [LLVMdev] Beginner question: request guidance on how to trace 'make check' failure in SVN build
- [LLVMdev] Re: Creating Release 1.7 Branch at 1:00pm PDT