Buildbot on windows is failing
David Dean
david_dean at apple.com
Wed Jun 26 12:02:01 PDT 2013
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 <rafael.espindola at gmail.com> wrote:
> This is passing for me on Windows 7 with MSVC. What setup are you using?
>
> On 26 June 2013 11:27, jahanian <fjahanian at apple.com> 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 <david_dean at apple.com> wrote:
>>
>> It looks like it was from this commit:
>>
>> http://llvm.org/viewvc/llvm-project?view=revision&revision=184825
>>
>> -David
-David
More information about the cfe-commits
mailing list