[LLVMdev] 2.6 pre-release1 ready for testing
Sanjiv Gupta
sanjiv.gupta at microchip.com
Tue Sep 1 00:02:41 PDT 2009
Here are the results for clang testing.
****************************************************
Macine details:
Linux 2.6.28-11-server #42-Ubuntu SMP i686 GNU/Linux.
****************************************************
****************************************************
Configured as srcdir != objdir with clang.
****************************************************
*****************************************************
Results of make check on top level objs directory.
*****************************************************
# of expected passes 4126
# of expected failures 26
make[1]: Leaving directory `/home/i00171/2.6/objs/test'
*****************************************************
Results of make -C tools/clang test VERBOSE=1
*****************************************************
Running 1461 tests, 2 threads.
Failing Tests (2):
/home/i00171/2.6/llvm-2.6/tools/clang/test/CodeGen/flexible-array-init.c
/home/i00171/2.6/llvm-2.6/tools/clang/test/CodeGenObjC/debug-info-linkagename.m
Failures: 2
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/i00171/2.6/objs/tools/clang/test'
make: *** [test] Error 2
make: Leaving directory `/home/i00171/2.6/objs/tools/clang'
Sanjiv Gupta wrote:
> Tanya Lattner wrote:
>
>> LLVMers,
>>
>> 2.6 pre-release1 is ready to be tested by the community.
>> http://llvm.org/prereleases/2.6/
>>
>> You will notice that we have quite a few pre-compiled binaries (of
>> both clang and llvm-gcc). We have identified several bugs that will be
>> fixed in pre-release2, so please search the bug database before filing
>> a new bug.
>>
>> If you have time, I'd appreciate anyone who can help test the release.
>>
>> To test llvm-gcc:
>>
>> 1) Compile llvm from source and untar the llvm-test in the projects
>> directory (name it llvm-test or test-suite). Choose to use a
>> pre-compiled llvm-gcc or re-compile it yourself.
>> 2) Run make check, report any failures (FAIL or unexpected pass). Note
>> that you need to reconfigure llvm with llvm-gcc in your path or with
>> --with-llvmgccdir
>> 3) Run "make TEST=nightly report" and send me the report.nightly.txt
>>
>>
>> To test clang:
>> 1) Compile llvm and clang from source.
>> 2) Run make check for llvm.
>> 3) Run make -C tools/clang-2.6 test VERBOSE=1 (report any failures or
>> unexpected passes)
>>
>> When reporting your results, please provide details on what platform
>> you compiled on, and how
>> you built LLVM (src == obj, or src != obj), clang, and/or llvm-gcc.
>>
>> Please COMPLETE ALL TESTING BY end of the day on Sept. 5th!
>>
>> Thanks,
>> Tanya Lattner
>>
>>
>>
> Tanya,
> I can take up the clang part of testing.
>
>
> - Sanjiv
>
>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>>
>
> _______________________________________________
> 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