diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-09-06 21:43:33 +0000 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-09-06 21:43:33 +0000 |
| commit | 92ada4ab0c7bbb2fbeb4ccec8b31e3bfcc3829b7 (patch) | |
| tree | dc64b073fd02d6c6c5754ce42745c27f2bf93986 /lldb/lit/Settings/Inputs/StopCommandSource.in | |
| parent | b482db6dfeda8631afae3ca706ad3e3ccfd87d5d (diff) | |
| download | bcm5719-llvm-92ada4ab0c7bbb2fbeb4ccec8b31e3bfcc3829b7.tar.gz bcm5719-llvm-92ada4ab0c7bbb2fbeb4ccec8b31e3bfcc3829b7.zip | |
[test] Add a FIXME test for stop-command-source-on-error
Modifying the interpreter settings is tricky because they don't take
effect until we create a new command interpreter, which should be merely
an implementation detail. This leads to confusing and unexpected
scenarios.
This adds a test cases with FIXMEs for some of the odd scenarios I
encountered. I didn't XFAIL the test because I don't think there's a way
to get an unexpected PASS if any of the commands succeeds and splitting
up the file in multiple tests seems excessive.
llvm-svn: 371259
Diffstat (limited to 'lldb/lit/Settings/Inputs/StopCommandSource.in')
| -rw-r--r-- | lldb/lit/Settings/Inputs/StopCommandSource.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/lit/Settings/Inputs/StopCommandSource.in b/lldb/lit/Settings/Inputs/StopCommandSource.in new file mode 100644 index 00000000000..19974c0c444 --- /dev/null +++ b/lldb/lit/Settings/Inputs/StopCommandSource.in @@ -0,0 +1,3 @@ +settings set interpreter.stop-command-source-on-error true +bogus +print 123400000 + 56789 |

