[LLVMbugs] [Bug 16929] New: Unexpected failure in LLVM :: CodeGen/X86/setcc-sentinals.ll during full build
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Aug 17 22:24:49 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16929
Bug ID: 16929
Summary: Unexpected failure in LLVM ::
CodeGen/X86/setcc-sentinals.ll during full build
Product: new-bugs
Version: trunk
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: s.scott.schurr at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Hi folks,
I just finished my first full build of the trunk of LLVM/Clang. I checked out
and built version 188335 of llvm and 18836 of clang. My OS is Windows XP
32-bit and I'm building with Visual Studio 2010. I followed the directions on
http://clang.llvm.org/get_started.html as well as I could.
My build reported one unexpected failure in the built-in unit tests. Here is
the text of the error:
59> Building Custom Rule
C:/Work/llvm_build/llvm_source/llvm/test/CMakeLists.txt
59> CMake does not need to re-run because
C:\Work\llvm_build\llvm_source\build\test\CMakeFiles\generate.stamp is
up-to-date.
59> Running the LLVM regression tests
59> -- Testing: 8476 tests, 2 threads --
59> FAIL: LLVM :: CodeGen/X86/setcc-sentinals.ll (4180 of 8476)
59> ******************** TEST 'LLVM :: CodeGen/X86/setcc-sentinals.ll' FAILED
********************
59> Script:
59> --
59> C:/Work/llvm_build/llvm_source/build/bin/Debug/llc.EXE <
C:\Work\llvm_build\llvm_source\llvm\test\CodeGen\X86\setcc-sentinals.ll
-mcpu=generic -march=x86-64 -asm-verbose=false |
C:/Work/llvm_build/llvm_source/build/bin/Debug/FileCheck.EXE
C:\Work\llvm_build\llvm_source\llvm\test\CodeGen\X86\setcc-sentinals.ll
59> --
59> Exit Code: 1
59>
59> Command Output (stdout):
59> --
59> Command 0: "C:/Work/llvm_build/llvm_source/build/bin/Debug/llc.EXE"
"-mcpu=generic" "-march=x86-64" "-asm-verbose=false"
59> Command 0 Result: 0
59> Command 0 Output:
59>
59>
59> Command 0 Stderr:
59>
59>
59> Command 1: "C:/Work/llvm_build/llvm_source/build/bin/Debug/FileCheck.EXE"
"C:\Work\llvm_build\llvm_source\llvm\test\CodeGen\X86\setcc-sentinals.ll"
59> Command 1 Result: 1
59> Command 1 Output:
59>
59>
59> Command 1 Stderr:
59>
C:\Work\llvm_build\llvm_source\llvm\test\CodeGen\X86\setcc-sentinals.ll:5:15:
error: expected string not found in input
59> ; CHECK-NEXT: incq %rdi
59> ^
59> <stdin>:9:2: note: scanning from here
59> incq %rcx
59> ^
59>
59>
59> --
59>
59> ********************
59>
59> Testing Time: 574.61s
59> ********************
59> Failing Tests (1):
59> LLVM :: CodeGen/X86/setcc-sentinals.ll
59>
59> Expected Passes : 8378
59> Expected Failures : 48
59> Unsupported Tests : 49
59> Unexpected Failures: 1
59> lit.py: LitConfig.py:98: note: Unable to find 'bash.exe'.
59>C:\Program
Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error
MSB6006: "cmd.exe" exited with code 1.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130818/b388a23e/attachment.html>
More information about the llvm-bugs
mailing list