[cfe-dev] Announcing: LLVM 2.9 RC2 Testing Phase

Bill Wendling wendling at apple.com
Fri Mar 25 13:12:44 PDT 2011


On Mar 25, 2011, at 6:34 AM, Dongsheng Song wrote:

> Tested with gcc 4.5.3 (20100324) on i686-w64-windows:
> 
> http://i18n-zh.googlecode.com/files/gcc-4.5.3-windows_20110324.tar.xz
> http://i18n-zh.googlecode.com/files/llvm-clang-2.9-rc2-win32.tar.xz
> http://i18n-zh.googlecode.com/files/llvm-clang-2.9-rc2-win32.zip
> 
> [[[
> ********************
> Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
> Testing Time: 652.86s
> ********************
> Failing Tests (1):
>     LLVM :: CodeGen/X86/h-registers-1.ll
> 
>   Expected Passes    : 5246
>   Expected Failures  : 46
>   Unsupported Tests  : 546
>   Unexpected Failures: 1
> ]]]
> 
> [[[
> Failing Tests (1):
>     LLVM :: CodeGen/X86/h-registers-1.ll
> 
>   Expected Passes    : 5246
>   Expected Failures  : 46
>   Unsupported Tests  : 546
>   Unexpected Failures: 1
> 
> FAIL: LLVM :: CodeGen/X86/h-registers-1.ll (2430 of 5839)
> ******************** TEST 'LLVM :: CodeGen/X86/h-registers-1.ll' FAILED ********
> ************
> Script:
> --
> C:/var/tmp/llvm-clang-2.9-rc2-obj/bin/./llc.EXE < C:/var/tmp/llvm-clang-2.9-rc2/test/CodeGen/X86/h-registers-1.ll -march=x86-64 > C:/var/tmp/llvm-clang-2.9-rc2-
> obj/test/CodeGen/X86/Output/h-registers-1.ll.tmp
> grep {movzbl    %\[abcd\]h,} C:/var/tmp/llvm-clang-2.9-rc2-obj/test/CodeGen/X86/Output/h-registers-1.ll.tmp | C:/var/tmp/llvm-clang-2.9-rc2-obj/bin/./count 8
> grep {%\[abcd\]h} C:/var/tmp/llvm-clang-2.9-rc2-obj/test/CodeGen/X86/Output/h-registers-1.ll.tmp | C:/var/tmp/llvm-clang-2.9-rc2-obj/bin/./not grep {%r\[\[:digit:\]\]*d}
> --
> Exit Code: 1
> Command Output (stderr):
> --
> Expected 8 lines, got 7.
> --

Hi Dongsheng,

Could you send the output for this command? I haven't seen this failure crop up before...

-bw





More information about the cfe-dev mailing list