summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Reproducer/TestDriverOptions.test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/Reproducer/TestDriverOptions.test')
-rw-r--r--lldb/lit/Reproducer/TestDriverOptions.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/lit/Reproducer/TestDriverOptions.test b/lldb/lit/Reproducer/TestDriverOptions.test
new file mode 100644
index 00000000000..d7a076841d9
--- /dev/null
+++ b/lldb/lit/Reproducer/TestDriverOptions.test
@@ -0,0 +1,7 @@
+# Check that errors are propagated to the driver.
+
+# RUN: not %lldb --capture /bogus 2>&1 | FileCheck %s --check-prefix CAPTURE
+# RUN: not %lldb --replay /bogus 2>&1 | FileCheck %s --check-prefix REPLAY
+
+# CAPTURE: unable to create reproducer directory
+# REPLAY: unable to load reproducer index
OpenPOWER on IntegriCloud