hanchenye-llvm-project/lldb/test
Johnny Chen c19e3a0946 Modified method doc string for verbose test description output.
llvm-svn: 112236
2010-08-26 22:38:51 +00:00
..
array_types Modified method doc string for verbose test description output. 2010-08-26 22:38:51 +00:00
bitfields More descriptive method doc string. 2010-08-24 20:48:28 +00:00
class_types Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
command_source Converted some more test cases to use runCmd()/expect(). 2010-08-20 17:04:20 +00:00
dead-strip Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
enum_types Added a test case which uses "image lookup" command on an enum data type. 2010-08-24 20:44:33 +00:00
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 Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
global_variables Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
help Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py. 2010-08-20 19:17:39 +00:00
inlines Converted to Makefile.rules. 2010-08-24 20:54:26 +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 Changed from dbg.GetCurrentTarget() to dbg.GetSelectedTarget(). 2010-08-26 22:06:03 +00:00
make Generates the .d prerequisite file for dylib as well. 2010-08-24 16:35:00 +00:00
namespace
order Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +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 Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
signed_types
stl Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
struct_types Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +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 Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +00:00
Makefile
README-TestSuite Makefile refactoring for the test suite. Added a make directory under test, 2010-08-23 23:56:08 +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 Changed the keyword argument for runCmd()/expect() from 'verbose' to 'trace', 2010-08-23 17:10:44 +00:00
lldbtest.py Added a utility function EnvArray() to lldbtest.py. 2010-08-26 21:49:29 +00:00
tester.py Use lldb.SBDebugger.Create() factory method to create an instance first. 2010-06-25 23:22:48 +00:00