On 26 Jun 2013, at 1:20 PM, Rafael Espíndola <[email protected]> wrote:

> On 26 June 2013 15:02, David Dean <[email protected]> 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



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to