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