llvm-project/lldb/lit/Expr
Stefan Granitz 21d1754f7c TestMultilineExpr: validate evaluation for expressions that span multiple lines
Summary:
When LLDB successfully parses a command (like "expression" in this case) and determines incomplete input, the user can continue typing on multiple lines (in this case "2+3"). This should provide the correct result.
Note that LLDB reverts input from the additional lines, so they are not present in the output.

Reviewers: vsk, davide, aprantl

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D52270

llvm-svn: 343860
2018-10-05 16:49:53 +00:00
..
Inputs [lit, lldbsuite] Remove tests that are duplicated between lit and lldb-suite 2018-07-18 15:16:54 +00:00
TestIRMemoryMap.test XFAIL TestIRMemoryMap.test on Windows 2018-06-01 20:32:32 +00:00
TestMultilineExpr.test TestMultilineExpr: validate evaluation for expressions that span multiple lines 2018-10-05 16:49:53 +00:00
TestTypeOfDeclTypeExpr.test Handle typeof() expressions 2018-02-20 10:15:08 +00:00
lit.local.cfg