[Lldb-commits] [PATCH] D50525: [WIP] Move lldb-mi interpreter tests to LIT
Alexander Polyakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 9 14:32:25 PDT 2018
apolyakov added inline comments.
================
Comment at: lit/tools/lldb-mi/interpreter/cli-support/target-list.test:18
+target list
+# CHECK: ~"Current targets:\n* target #0: {{.*}}a.exe{{.*}}\n"
+
----------------
aprantl wrote:
> Does lldb-mi echo the comment lines? If yes, you need to be careful that FileCheck doesn't match against the input, e.g., by adding `{{^}}` to the beginning of each CHECK command. If it doesn't, then that's fine.
It doesn't. I passed `# CHECK: some_text` and got only:
```
^done
(gdb)
```
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50525
More information about the lldb-commits
mailing list