Skip TestDriverOptions on Windows
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 3 Dec 2018 20:36:21 +0000 (20:36 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 3 Dec 2018 20:36:21 +0000 (20:36 +0000)
It's not clear to me why this is failing on Windows. Maybe it has
something to do with the path?

llvm-svn: 348186

lldb/lit/Reproducer/TestDriverOptions.test

index d7a0768..def0b63 100644 (file)
@@ -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