llvm-project/lldb/test/types
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
..
AbstractBase.py [TestBase.runCmd] Better error message when runCmd fails. 2015-05-27 22:27:41 +00:00
HideTestFailures.py Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
Makefile
TestFloatTypes.py XFAIL'd some flakey tests on Darwin 2015-05-17 15:32:14 +00:00
TestFloatTypesExpr.py Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
TestIntegerTypes.py Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
TestIntegerTypesExpr.py Replace sys.platform skips in tests with @skip decorators which check against remote platform. 2015-03-30 14:12:17 +00:00
TestRecursiveTypes.py [TestBase.runCmd] Better error message when runCmd fails. 2015-05-27 22:27:41 +00:00
basic_type.cpp Add comment for build_and_run_with_source_atoms_expr() and remove redundant #include from basic_type.cpp. 2012-01-10 23:36:06 +00:00
char.cpp
double.cpp
float.cpp
int.cpp
long.cpp
long_long.cpp
recursive_type_1.cpp Fix resolution of certain recursive types. 2015-04-08 21:52:45 +00:00
recursive_type_2.cpp Fix resolution of certain recursive types. 2015-04-08 21:52:45 +00:00
recursive_type_main.cpp Fix resolution of certain recursive types. 2015-04-08 21:52:45 +00:00
short.cpp
unsigned_char.cpp
unsigned_int.cpp
unsigned_long.cpp
unsigned_long_long.cpp
unsigned_short.cpp