llvm-project/lldb/test/expression_command/test
Siva Chandra 3154aa23f3 [TestBase.runCmd] Better error message when runCmd fails.
Summary:
Before:
    AssertionError: False is not True : Process is launched successfully

After:
    AssertionError: False is not True : Command 'run a.out' failed.
    >>> error: invalid target, create a target using the 'target create' command
    >>> Process could not be launched successfully

Reviewers: clayborg

Reviewed By: clayborg

Subscribers: lldb-commits, vharron

Differential Revision: http://reviews.llvm.org/D9948

llvm-svn: 238363
2015-05-27 22:27:41 +00:00
..
Makefile
TestExprs.py [TestBase.runCmd] Better error message when runCmd fails. 2015-05-27 22:27:41 +00:00
TestExprs2.py [TestBase.runCmd] Better error message when runCmd fails. 2015-05-27 22:27:41 +00:00
main.cpp Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be 2013-01-15 02:47:48 +00:00