<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Unexpected failure in LLVM :: CodeGen/X86/setcc-sentinals.ll during full build"
   href="http://llvm.org/bugs/show_bug.cgi?id=16929">16929</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Unexpected failure in LLVM :: CodeGen/X86/setcc-sentinals.ll during full build
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows XP
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>s.scott.schurr@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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
<a href="http://clang.llvm.org/get_started.html">http://clang.llvm.org/get_started.html</a> 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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>