Buildbot on windows is failing

David Dean david_dean at apple.com
Wed Jun 26 14:13:56 PDT 2013


On 26 Jun 2013, at 1:20 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:

> 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.

cat fails with return code of 1
FileCheck then fails, but I expect that is because cat failed.

-David






More information about the cfe-commits mailing list