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.test17
1 files changed, 0 insertions, 17 deletions
diff --git a/lldb/lit/Reproducer/TestDriverOptions.test b/lldb/lit/Reproducer/TestDriverOptions.test
deleted file mode 100644
index 4b5dfbf063c..00000000000
--- a/lldb/lit/Reproducer/TestDriverOptions.test
+++ /dev/null
@@ -1,17 +0,0 @@
-# Check that errors are propagated to the driver.
-#
-# RUN: not %lldb --capture --capture-path %t/bogus/bogus 2>&1 | FileCheck %s --check-prefix INVALID-CAPTURE
-# RUN: not %lldb --replay %t/bogus/bogus 2>&1 | FileCheck %s --check-prefix INVALID-REPLAY
-#
-# INVALID-CAPTURE: unable to create reproducer directory
-# INVALID-REPLAY: unable to load reproducer index
-
-# Check that all option combination work as expected.
-#
-# RUN: %lldb --capture --capture-path %t.repro -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix NO-WARNING --check-prefix STATUS-CAPTURE
-# RUN: %lldb --capture -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix NO-WARNING --check-prefix STATUS-CAPTURE
-# RUN: %lldb --capture-path %t.repro -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix WARNING --check-prefix STATUS-CAPTURE
-#
-# NO-WARNING-NOT: warning: -capture-path specified without -capture
-# WARNING: warning: -capture-path specified without -capture
-# STATUS-CAPTURE: Reproducer is in capture mode.
OpenPOWER on IntegriCloud