[LLVMbugs] [Bug 15590] New: Following 5 tests in Tooling test directory fail with clang-check on a 64bit version of Windows 7.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 25 11:45:44 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=15590

            Bug ID: 15590
           Summary: Following 5 tests in Tooling test directory fail with
                    clang-check on a 64bit version of Windows 7.
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: david_dean at apple.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

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]
                                                      ^

-- 
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/20130325/9332ff6d/attachment.html>


More information about the llvm-bugs mailing list