hanchenye-llvm-project/lldb/test
Johnny Chen a21249597e When running a single test case, lldb.SBDebugger.Terminate() is not being called
because unittest.main() calls sys.exit() before returning.  Fixed by registering
an exit handler for this situation.

llvm-svn: 110379
2010-08-05 21:23:45 +00:00
..
array_types When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
bitfields Fixed a typo. 2010-06-30 20:43:35 +00:00
class_types When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
command_source When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
dead-strip When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +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 When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
global_variables When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
help When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
load_unload When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
namespace
order When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
print-obj
set_values When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
signed_types
stl When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
struct_types When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
threads
unsigned_types When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
Makefile
README-TestSuite Added README file for the test suite. 2010-08-03 22:12:11 +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 Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate 2010-07-03 03:41:59 +00:00
lldbtest.py When running a single test case, lldb.SBDebugger.Terminate() is not being called 2010-08-05 21:23:45 +00:00
tester.py Use lldb.SBDebugger.Create() factory method to create an instance first. 2010-06-25 23:22:48 +00:00