This patch adds a new test and fixes extra new-line before exit
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This test is failing on Linux. I am trying to understand how this test is supposed to work. Please add some more comments and then I can debug why it is failing on Linux.
test/tools/lldb-mi/syntax/TestMiSyntax.py | ||
---|---|---|
108 ↗ | (On Diff #30784) | This is not being used. |
114 ↗ | (On Diff #30784) | Add some comments to describe what these functions are meant to do. |
116 ↗ | (On Diff #30784) | What it means to be in command state? |
tools/lldb-mi/MIDriver.cpp | ||
595 ↗ | (On Diff #30784) | You can commit this line separately. It does not seem to related to this patch. |
test/tools/lldb-mi/syntax/TestMiSyntax.py | ||
---|---|---|
108 ↗ | (On Diff #30784) | It refers to line #156. I may add an assert(matched_pattern == error) there. |
116 ↗ | (On Diff #30784) | That lldb-mi has nothing to do until we type a next command. For example, after lldb-mi startup. |
tools/lldb-mi/MIDriver.cpp | ||
595 ↗ | (On Diff #30784) | It causes a failure of the added test. |