[Lldb-commits] [lldb] r348186 - Skip TestDriverOptions on Windows

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 3 12:55:33 PST 2018


That wouldn't work because we try to create the directory which would
succeeded in the temp dir. I'd have to be something you don't have access
to, like the root or some network drive.

On Mon, Dec 3, 2018 at 12:53 PM Zachary Turner <zturner at google.com> wrote:

> Perhaps use %t.bogus? instead of /bogus?
>
> On Mon, Dec 3, 2018 at 12:39 PM Jonas Devlieghere via lldb-commits <
> lldb-commits at lists.llvm.org> wrote:
>
>> Author: jdevlieghere
>> Date: Mon Dec  3 12:36:21 2018
>> New Revision: 348186
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=348186&view=rev
>> Log:
>> Skip TestDriverOptions on Windows
>>
>> It's not clear to me why this is failing on Windows. Maybe it has
>> something to do with the path?
>>
>> Modified:
>>     lldb/trunk/lit/Reproducer/TestDriverOptions.test
>>
>> Modified: lldb/trunk/lit/Reproducer/TestDriverOptions.test
>> URL:
>> http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Reproducer/TestDriverOptions.test?rev=348186&r1=348185&r2=348186&view=diff
>>
>> ==============================================================================
>> --- lldb/trunk/lit/Reproducer/TestDriverOptions.test (original)
>> +++ lldb/trunk/lit/Reproducer/TestDriverOptions.test Mon Dec  3 12:36:21
>> 2018
>> @@ -1,3 +1,6 @@
>> +# FIXME: Find out why this fails on Windows.
>> +# UNSUPPORTED: system-windows
>> +
>>  # Check that errors are propagated to the driver.
>>
>>  # RUN: not %lldb --capture /bogus 2>&1 | FileCheck %s --check-prefix
>> CAPTURE
>>
>>
>> _______________________________________________
>> lldb-commits mailing list
>> lldb-commits at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181203/996bce4d/attachment.html>


More information about the lldb-commits mailing list