Just a reminder that today is the last day for pre-release2 testing. Thanks, Tanya
On Oct 21, 2009, at 3:44 PM, Tanya Lattner wrote:> Just a reminder that today is the last day for pre-release2 testing. >Hi Tanya, Attached are the log files for Mac OS X 10.5.8 on PowerPC. There are these failures for clang: ******************** Failing Tests (20): /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/ always_inline.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/ bitfield-promote.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/call- knr-indirect.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/inline.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/lineno- dbginfo.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/no- common.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/stack- protector.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Driver/ clang_cpp.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Driver/ clang_f_opts.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Driver/hello.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Driver/pth.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Driver/redzone.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Frontend/ dependency-gen.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Lexer/counter.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Misc/message- length.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/PCH/pr4489.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Preprocessor/ print_line_count.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Sema/ transparent-union.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Sema/warn- unused-parameters.c /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/SemaObjC/class- property-access.m Otherwise, the testing went well. Though I don't have testing for the llvm-test suite. I forgot to run them. :-( -bw -------------- next part -------------- A non-text attachment was scrubbed... Name: Debug.check.log Type: application/octet-stream Size: 31056 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091022/c97b807c/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: Release-Asserts.check.log Type: application/octet-stream Size: 31066 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091022/c97b807c/attachment-0001.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: Release.check.log Type: application/octet-stream Size: 31058 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091022/c97b807c/attachment-0002.obj> -------------- next part --------------
Chris Lattner
2009-Oct-22 16:25 UTC
[LLVMdev] [cfe-dev] 2.6 pre-release2 testing ends today
On Oct 22, 2009, at 3:09 AM, Bill Wendling wrote:> On Oct 21, 2009, at 3:44 PM, Tanya Lattner wrote: > >> Just a reminder that today is the last day for pre-release2 testing. >> > Hi Tanya, > > Attached are the log files for Mac OS X 10.5.8 on PowerPC. There are > these failures for clang:Clang doesn't support PowerPC, so this is ok. -Chris> > ******************** > Failing Tests (20): > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/ > always_inline.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/ > bitfield-promote.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/call- > knr-indirect.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/inline.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/lineno- > dbginfo.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/no- > common.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/CodeGen/stack- > protector.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Driver/ > clang_cpp.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Driver/ > clang_f_opts.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Driver/hello.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Driver/pth.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Driver/redzone.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Frontend/ > dependency-gen.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Lexer/counter.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Misc/message- > length.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/PCH/pr4489.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Preprocessor/ > print_line_count.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Sema/ > transparent-union.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/Sema/warn- > unused-parameters.c > /Volumes/SandBox/2.6/llvm-2.6/tools/clang/test/SemaObjC/class- > property-access.m > > Otherwise, the testing went well. Though I don't have testing for > the llvm-test suite. I forgot to run them. :-( > > -bw > > > <Debug.check.log><Release-Asserts.check.log><Release.check.log> > > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev