hanchenye-llvm-project/lldb/test
Johnny Chen ff3d01d0b7 Print the verbose output of runCmd()/expect() to stderr instead of stdout.
And converted the rest of the test cases to runCmd()/expect().

llvm-svn: 111677
2010-08-20 21:03:09 +00:00
..
array_types Converted to use runCmd() and expect() for more abstraction. 2010-08-20 00:27:37 +00:00
bitfields Fixed a typo. 2010-06-30 20:43:35 +00:00
class_types Converted some more test cases to use runCmd()/expect(). 2010-08-20 17:04:20 +00:00
command_source Converted some more test cases to use runCmd()/expect(). 2010-08-20 17:04:20 +00:00
dead-strip Converted some more test cases to use runCmd()/expect(). 2010-08-20 17:04:20 +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 Added verbose option to runCmd()/expect() in lldbtest.py. Converted TestFunctionTypes.py. 2010-08-20 17:57:32 +00:00
global_variables Added more verbose output when string match fails. Converted TestGlobalVariables.py. 2010-08-20 18:25:15 +00:00
help Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py. 2010-08-20 19:17:39 +00:00
inlines Added call stacks with inlined functions higher on the stack, and non-inlined functions at the bottom. 2010-08-18 18:28:17 +00:00
load_unload Print the verbose output of runCmd()/expect() to stderr instead of stdout. 2010-08-20 21:03:09 +00:00
macosx/universal Test files (but no test cases yet) for handling Universal files. 2010-08-12 01:21:40 +00:00
namespace
order Print the verbose output of runCmd()/expect() to stderr instead of stdout. 2010-08-20 21:03:09 +00:00
persistent_variables Print the verbose output of runCmd()/expect() to stderr instead of stdout. 2010-08-20 21:03:09 +00:00
print-obj
set_values Print the verbose output of runCmd()/expect() to stderr instead of stdout. 2010-08-20 21:03:09 +00:00
signed_types
stl Print the verbose output of runCmd()/expect() to stderr instead of stdout. 2010-08-20 21:03:09 +00:00
struct_types Print the verbose output of runCmd()/expect() to stderr instead of stdout. 2010-08-20 21:03:09 +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 Abstracted the running of command through the command interpreter and checking 2010-08-19 23:26:59 +00:00
Makefile
README-TestSuite Write out the informational message about the total number of test cases to be 2010-08-17 23:00:13 +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 Write out the informational message about the total number of test cases to be 2010-08-17 23:00:13 +00:00
lldbtest.py Print the verbose output of runCmd()/expect() to stderr instead of stdout. 2010-08-20 21:03:09 +00:00
tester.py Use lldb.SBDebugger.Create() factory method to create an instance first. 2010-06-25 23:22:48 +00:00