hanchenye-llvm-project/lldb/test
Johnny Chen 1794184ada Modified the remaining test cases to display more meaningful assert messages.
Added a generic message generator to the lldbtest.py base module.

llvm-svn: 110625
2010-08-09 23:44:24 +00:00
..
array_types Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
bitfields Fixed a typo. 2010-06-30 20:43:35 +00:00
class_types Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
command_source Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
dead-strip Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
enum_types
example A simple testing framework for lldb using python's unit testing framework. 2010-06-25 21:14:08 +00:00
foundation Added support for objective C built-in types: id, Class, and SEL. This 2010-08-03 00:35:52 +00:00
function_types Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
global_variables Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
help Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
load_unload Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
namespace
order Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
print-obj
set_values Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
signed_types
stl Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
struct_types Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
threads
unittest2 o Added unittest2 which has added the new features in unittest for Python 2.7 2010-08-05 23:42:46 +00:00
unsigned_types Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
Makefile
README-TestSuite Added more comments about unittest2. 2010-08-06 21:07:38 +00:00
dotest.pl Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate 2010-07-03 03:41:59 +00:00
dotest.py Install the SIGINT (control-c) handler before invoking the text test runner. 2010-08-09 20:40:52 +00:00
lldbtest.py Modified the remaining test cases to display more meaningful assert messages. 2010-08-09 23:44:24 +00:00
tester.py Use lldb.SBDebugger.Create() factory method to create an instance first. 2010-06-25 23:22:48 +00:00