Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move objc-related test directories to now reside under lang/objc. | Johnny Chen | 2011-06-25 | 1 | -165/+0 |
| | | | | llvm-svn: 133877 | ||||
* | The extra burden for the Python API test case to assign its process object ↵ | Johnny Chen | 2011-06-15 | 1 | -8/+8 |
| | | | | | | | | | 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 | ||||
* | Now that we have added a post-processing step for adding truth value testing to | Johnny Chen | 2011-05-24 | 1 | -10/+10 |
| | | | | | | | those lldb objects which implement the IsValid() method, let's change the rest of the test suite to use the more compact truth value testing pattern (the Python way). llvm-svn: 131970 | ||||
* | Change the rest of lldbutil.py's function names to all lower case formats to ↵ | Johnny Chen | 2011-04-27 | 1 | -2/+2 |
| | | | | | | | | be consistent. And modify the test cases accordingly. llvm-svn: 130314 | ||||
* | Fix up how the ValueObjects manage their life cycle so that you can hand out ↵ | Jim Ingham | 2011-04-22 | 1 | -0/+4 |
| | | | | | | | | | a shared pointer to a ValueObject or any of its dependent ValueObjects, and the whole cluster will stay around as long as that shared pointer stays around. llvm-svn: 130035 | ||||
* | Converted to use SBProcess.LaunchSimple(). | Johnny Chen | 2011-04-19 | 1 | -2/+1 |
| | | | | llvm-svn: 129787 | ||||
* | Modify test scripts to accomodate SBTarget.Launch() API change. | Johnny Chen | 2011-02-03 | 1 | -1/+1 |
| | | | | llvm-svn: 124828 | ||||
* | Deprecated old forms of SBTarget::Launch. There is not just one and no | Greg Clayton | 2011-01-23 | 1 | -1/+2 |
| | | | | | | SWIG renaming done to work around deprecated APIs. llvm-svn: 124075 | ||||
* | Remove the expectedFailure decorators. The bug: | Johnny Chen | 2011-01-20 | 1 | -4/+0 |
| | | | | | | | | rdar://problem/8875425 Found mySource->isa local variable assertion failed has been fixed. llvm-svn: 123924 | ||||
* | Decorated two new expected failures: | Johnny Chen | 2011-01-19 | 1 | -0/+4 |
| | | | | | | rdar://problem/8875425 Found mySource->isa local variable assertion failed llvm-svn: 123792 | ||||
* | Fix typo of the test method name. | Johnny Chen | 2011-01-03 | 1 | -1/+1 |
| | | | | llvm-svn: 122770 | ||||
* | Modify test cases to accomodate Python API change: | Johnny Chen | 2010-12-14 | 1 | -1/+1 |
| | | | | | | | o SBFrame.LookupVar -> FindVariable o SBFrame.LookupVarInScope -> FindValue llvm-svn: 121782 | ||||
* | Add the @python_api_test decorator for two test cases. | Johnny Chen | 2010-12-10 | 1 | -0/+2 |
| | | | | llvm-svn: 121499 | ||||
* | Fix some typo in method names and docstrings. | Johnny Chen | 2010-12-10 | 1 | -6/+5 |
| | | | | llvm-svn: 121494 | ||||
* | Added some tests for ObjC stepping, step into ordinary and stret methods, ↵ | Jim Ingham | 2010-12-10 | 1 | -0/+160 |
and stepping through a KVO swizzled object's method calls. llvm-svn: 121457 |