We're also using windows7 with MSVC, I think the failure is from this: // RUN: cat %t/crash-report-*.c | FileCheck --check-prefix=CHECKSRC %s // RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s
The cat command in our logs looks like this: Command 4: "cat" "C:\[redacted]\clang-build\177796\tools\clang\test\Driver\Output\crash-report.c.tmp/crash-report-*.c" I suspect the mixture of forward and backward slashes is the problem. On 26 Jun 2013, at 10:13 AM, Rafael Espíndola <[email protected]> wrote: > This is passing for me on Windows 7 with MSVC. What setup are you using? > > On 26 June 2013 11:27, jahanian <[email protected]> wrote: >> Following test fails on buildbot for windows. >> >> Failing Tests (1): >> Clang :: Driver/crash-report.c >> >> >> >> On Jun 25, 2013, at 7:11 PM, David Dean <[email protected]> wrote: >> >> It looks like it was from this commit: >> >> http://llvm.org/viewvc/llvm-project?view=revision&revision=184825 >> >> -David -David _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
