<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 --- - Following 5 tests in Tooling test directory fail with clang-check on a 64bit version of Windows 7."
   href="http://llvm.org/bugs/show_bug.cgi?id=15590">15590</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Following 5 tests in Tooling test directory fail with clang-check on a 64bit version of Windows 7.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

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

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

        <tr>
          <th>OS</th>
          <td>Windows NT
          </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>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>david_dean@apple.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>Following 5 tests in Tooling test directory fail with clang-check on a 64bit
version of
Windows 7.
      Clang :: Tooling/auto-detect-from-source-parent-of-cwd.cpp
      Clang :: Tooling/auto-detect-from-source-parent.cpp
      Clang :: Tooling/auto-detect-from-source.cpp
      Clang :: Tooling/clang-check-autodetect-dir.cpp
      Clang :: Tooling/clang-check-pwd.cpp

Here is the complete command being used (as obtained from a log file):

rm -rf
C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/clang-build/177872/tools/clang/test/Tooling/Output/auto-detect-from-source-parent.cpp.tmp
  mkdir -p
C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/clang-build/177872/tools/clang/test/Tooling/Output/auto-detect-from-source-parent.cpp.tmp/abc/def/ijk/qwe
  echo "[{\"directory\":\".\",\"command\":\"clang++ -c
C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/clang-build/177872/tools/clang/test/Tooling/Output/auto-detect-from-source-parent.cpp.tmp/abc/def/ijk/qwe/test.cpp\",\"file\":\"C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/clang-build/177872/tools/clang/test/Tooling/Output/auto-detect-from-source-parent.cpp.tmp/abc/def/ijk/qwe/test.cpp\"}]"
| sed -e 's/\\/\\\\/g' >
C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/clang-build/177872/tools/clang/test/Tooling/Output/auto-detect-from-source-parent.cpp.tmp/compile_commands.json
  cp
"C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/src/tools/clang/test/Tooling/auto-detect-from-source-parent.cpp"
"C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/clang-build/177872/tools/clang/test/Tooling/Output/auto-detect-from-source-parent.cpp.tmp/abc/def/ijk/qwe/test.cpp"
  clang-check
"C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/clang-build/177872/tools/clang/test/Tooling/Output/auto-detect-from-source-parent.cpp.tmp/abc/def/ijk/qwe/test.cpp"
2>&1 | FileCheck
C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/src/tools/clang/test/Tooling/auto-detect-from-source-parent.cpp

And here is how it is failing:

Exit Code: 1
  Command Output (stderr):
  --
 
C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/src/tools/clang/test/Tooling/clang-check-pwd.cpp:8:11:
error: expected string not found in input
  // CHECK: C++ requires
            ^
  <stdin>:1:1: note: scanning from here
 
C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/clang-build/177872/tools/clang/test/Tooling/Output/clang-check-pwd.cpp.tmp/test.cpp:9:1:
warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  ^
  <stdin>:1:53: note: possible intended match here
 
C:/public/zorg/buildbot/smooshlab/slave-0.8/build.modernrewriter_x86_64-pc-win64/clang-build/177872/tools/clang/test/Tooling/Output/clang-check-pwd.cpp.tmp/test.cpp:9:1:
warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
                                                      ^</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>