Buildbot on windows is failing

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Jun 26 13:20:22 PDT 2013


On 26 June 2013 15:02, David Dean <david_dean at apple.com> wrote:
> 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.

It is cat itself that is failing or FileCheck? I think the command
line itself is built with python in lit, so I wasn't expecting it to
change.

Cheers,
Rafael



More information about the cfe-commits mailing list