llvm-project/lldb/test/foundation
Johnny Chen 5a0bee7c5f The extra burden for the Python API test case to assign its process object to self.process
in order to have its process cleaned up (terminated) upon tearDown is gone for good.
Let's simplify a bunch of Python API test cases.

llvm-svn: 133097
2011-06-15 22:14:12 +00:00
..
Makefile Add TestObjCTypeQueryFromOtherCompileUnit.py to test that when stopped in the 'main.c' 2011-05-10 21:36:11 +00:00
TestConstStrings.py Call self.setTearDownCleanup() and pass a proper dictionay to properly cleanup 2011-02-25 23:22:59 +00:00
TestFoundationDisassembly.py Moved the execution context that was in the Debugger into 2011-04-12 05:54:46 +00:00
TestObjCMethods.py The extra burden for the Python API test case to assign its process object to self.process 2011-06-15 22:14:12 +00:00
TestObjCMethods2.py Add an expression command: 2011-01-14 19:19:30 +00:00
TestSymbolTable.py Now that we have added a post-processing step for adding truth value testing to 2011-05-24 18:22:45 +00:00
const-strings.m Add TestConstStrings.py under foundation dir for testing expression parser on objective-c strings 2011-02-10 23:58:37 +00:00
main.m Add an expression command: 2011-01-14 19:19:30 +00:00
my-base.h Added a test for finding the correct values for ivars when a property causes the ivar offsets 2010-12-15 20:47:34 +00:00
my-base.m Added a test for finding the correct values for ivars when a property causes the ivar offsets 2010-12-15 20:47:34 +00:00