summaryrefslogtreecommitdiffstats
path: root/lldb/test/foundation/TestObjCMethods.py
Commit message (Expand)AuthorAgeFilesLines
* Move global_variables dir to lang/c and foundation dir to lang/objc.Johnny Chen2011-06-251-255/+0
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-3/+3
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-6/+6
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-4/+4
* Change the rest of lldbutil.py's function names to all lower case formats to ...Johnny Chen2011-04-271-2/+2
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-5/+5
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-031-1/+1
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-1/+2
* Updated comment.Johnny Chen2011-01-031-1/+0
* Fix one of the golden output of "frame variable -t *self" to be:Johnny Chen2010-12-151-1/+1
* Added a test for finding the correct values for ivars when a property causes ...Jim Ingham2010-12-151-2/+60
* Fixed the "expression" command object to use the StackFrame::GetValueForExpre...Greg Clayton2010-12-151-1/+1
* Modified main.m and TestObjCMethods.py to unbreak the test/foundation directory.Johnny Chen2010-12-061-0/+12
* Remove @skip decorators for fixed crashes.Johnny Chen2010-11-301-2/+0
* Skipped two test cases due to seg fault while hadnling command:Johnny Chen2010-11-301-0/+2
* Run commands 'expression self->str' and 'expression self->date'.Johnny Chen2010-11-121-5/+2
* Added a simple test for:Johnny Chen2010-11-111-0/+4
* Modify the command passed to command interpreter from 'expr' (which is an ali...Johnny Chen2010-10-191-6/+7
* Remove the @expectedFailure decorators, as rdar://problem/8542091 is supposed...Johnny Chen2010-10-151-4/+3
* Remove the @skip("Skip due to deadlock?") decorators. Change the command toJohnny Chen2010-10-151-3/+1
* This is an initial version of test driver enhanceent to be able to dump theJohnny Chen2010-10-151-0/+2
* Make calling the super class's setUp() method less fragile.Johnny Chen2010-10-141-1/+2
* Apply (query-replace "frame variable" "frame variable -t") and fix a comment ...Johnny Chen2010-10-131-4/+4
* Update the @expectedFailure decorator with additional bug info:Johnny Chen2010-10-121-18/+48
* The 'regexp-break' command now prints out the command that results fromJohnny Chen2010-10-121-2/+2
* I committed too fast. Both "struct objc_selector *" and "SEL" are possible,Johnny Chen2010-10-011-2/+3
* Updated the expected match string when stopped on an objc instance method from:Johnny Chen2010-10-011-1/+1
* Test new feature with r115115:Johnny Chen2010-09-301-0/+6
* Updated the comment section for running 'expr self->string' and 'expr self->d...Johnny Chen2010-09-291-2/+5
* Added two @expectedFailure decorators for test_data_type_and_expr_with_dsym()...Johnny Chen2010-09-291-0/+7
* Updated to reflect the updated tot r115023. Will be filing a bug next.Johnny Chen2010-09-291-4/+4
* Removed the @expectedFailure decorators; it was fixed with r114258.Johnny Chen2010-09-191-2/+0
* Fixed a typo and supplied a more appropriate assert message.Johnny Chen2010-09-171-1/+1
* Added test cases to FoundationTestCase to exercise lookup of objc data types andJohnny Chen2010-09-171-1/+66
* Changed test case method names.Johnny Chen2010-09-171-3/+3
* Added extra test scenarios to break on a selector with:Johnny Chen2010-09-161-4/+24
* Fixed wrong doc strings from cut-and-paste.Johnny Chen2010-09-161-2/+2
* Added a simple test case to set breakpoints on objc class/instance methods.Johnny Chen2010-09-161-0/+53
OpenPOWER on IntegriCloud