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?

llvm-svn: 348186
This commit is contained in:
Jonas Devlieghere 2018-12-03 20:36:21 +00:00
parent c7b89f0f62
commit 97a4590b33
1 changed files with 3 additions and 0 deletions

View 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