[cfe-commits] Recent clang test failure on MSVC 2010
Francois Pichet
pichet2000 at gmail.com
Sat Oct 8 04:58:31 PDT 2011
This is a recent MSVC 2010 failure.
Anybody has an idea? I can't pinpoint the commit who caused it.
4> FAIL: Clang :: CodeGen/2008-03-24-BitField-And-Alloca.c (863 of 3908)
4> ******************** TEST 'Clang ::
CodeGen/2008-03-24-BitField-And-Alloca.c' FAILED ********************
4> Script:
4> --
4> C:/dev/llvm/llvm_trunk2/bin/Release/clang.EXE -cc1 -O2 -emit-llvm
C:\dev\llvm\llvm_trunk2\tools\clang\test\CodeGen\2008-03-24-BitField-And-Alloca.c
-o - | not grep alloca
4> C:/dev/llvm/llvm_trunk2/bin/Release/clang.EXE -cc1 -m32 -O2
-emit-llvm C:\dev\llvm\llvm_trunk2\tools\clang\test\CodeGen\2008-03-24-BitField-And-Alloca.c
-o - | not grep {store }
4> --
4> Exit Code: 1
4> Command Output (stdout):
4> --
4> Command 0: "C:/dev/llvm/llvm_trunk2/bin/Release/clang.EXE" "-cc1"
"-O2" "-emit-llvm"
"C:\dev\llvm\llvm_trunk2\tools\clang\test\CodeGen\2008-03-24-BitField-And-Alloca.c"
"-o" "-"
4> Command 0 Result: 0
4> Command 0 Output:
4>
4>
4> Command 0 Stderr:
4>
4>
4> Command 1: "not" "grep" "alloca"
4> Command 1 Result: 1
4> Command 1 Output:
4> %iospec1 = alloca %union._Key, align 8
4> %iospec = alloca %union._Key, align 8
4>
4>
4> Command 1 Stderr:
4>
4>
4> --
4>
4> ********************
4>
4> Testing Time: 103.01s
4> ********************
4> Failing Tests (1):
4> Clang :: CodeGen/2008-03-24-BitField-And-Alloca.c
4>
More information about the cfe-commits
mailing list