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@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to