summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc
Commit message (Expand)AuthorAgeFilesLines
* [TestModulesInlineFunctions] This test now passes.Davide Italiano2017-12-121-1/+0
* Rollback [Testsuite] Rename this file from *m -> *mm.Davide Italiano2017-12-121-0/+0
* [testsuite] Remove testing failures vestiges.Davide Italiano2017-12-121-60/+0
* [Testsuite] Rename this file from *m -> *mm.Davide Italiano2017-12-111-0/+0
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-021-4/+1
* Add support for running the lldb testsuite against an apple watchJason Molenda2017-09-273-0/+6
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-257-17/+54
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-257-53/+17
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-227-17/+53
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-217-53/+17
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-217-17/+53
* Updated the NSArray and NSDictionary formatters to support new storage formats.Sean Callanan2017-06-231-4/+0
* [testsuite] xfailed two tests that depend on NSString conforming to NSCopying.Sean Callanan2017-06-141-0/+4
* [TypeSystem] Handle Clang AttributedTypesSean Callanan2017-06-021-10/+121
* [TypeSystem] Fix inspection of Objective-C object typesSean Callanan2017-05-153-0/+94
* Windows fix for TestConflictingDefinition makefilePavel Labath2017-05-031-1/+1
* Fixed a bug where we did not properly use the complete versions of Objective-...Sean Callanan2017-05-039-0/+134
* Fix i386 being able to show member variables correctly by not returning empty...Greg Clayton2016-12-092-4/+5
* Handle UTF-16 and UTF-32 constant CFStringsSean Callanan2016-12-012-0/+11
* remove xfail from TestObjCNewSyntax.py test_expr_gmodules()Todd Fiala2016-10-241-4/+0
* Added a decorator for the macOS version and switched over testcases that used...Sean Callanan2016-10-205-10/+5
* More testsuite xfail markings cleanup.Jim Ingham2016-10-182-3/+2
* This test is no longer failing for gmodules.Jim Ingham2016-10-151-4/+0
* This test passes on i386 now.Jim Ingham2016-10-141-4/+0
* This test is passing on i386 now.Jim Ingham2016-10-141-2/+0
* This test now passes.Jim Ingham2016-10-121-2/+0
* This was skipped due to a clang PR that has been fixed.Jim Ingham2016-10-111-1/+0
* Skip TestRuntimeIvars on i386; the Objective-C V1 runtime doesn't list ivars.Sean Callanan2016-09-301-1/+1
* Don't expect new-style Objective-C literals to work on i386 with the V1 runtime.Sean Callanan2016-09-291-0/+1
* Fixed TestObjCMethods2/i386 by separating out the portions that require ObjC V2.Sean Callanan2016-09-291-13/+17
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0646-879/+1568
* xfailed TestObjCNewSyntax.py on macOS for gmodulesTodd Fiala2016-08-101-0/+1
* Add support for Objective-C class properties.Greg Clayton2016-07-142-0/+27
* Added a test case for bitfield ivars. It currently fails.Sean Callanan2016-06-242-0/+56
* Fix an issue where LLDB would show the key and value of a single entry NSDict...Enrico Granata2016-06-243-0/+82
* Handle variadic Objective-C methods from DWARF correctly.Sean Callanan2016-06-242-0/+35
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-071-8/+1
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-071-1/+8
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-262-0/+2
* Fix clean rule for a makefilePavel Labath2016-04-011-1/+1
* Fixed a problem where a dSYM wasn't properly found because it had the wrong nameSean Callanan2016-03-302-2/+3
* Remove decorators related to debug info types.Zachary Turner2016-02-093-8/+4
* Remove skip and xfail decorators for target architecture.Zachary Turner2016-02-095-5/+5
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0442-57/+102
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-2/+3
* Skipped IncompleteModulesTestCase on OS XTodd Fiala2016-01-231-2/+1
* Writing a test case for r257234 I found another place that wasJim Ingham2016-01-093-0/+70
* Marked TestModulesInlineFunctions.py XFAILTodd Fiala2015-12-041-0/+1
* Fix test error in TestObjCCheckers.pyTodd Fiala2015-12-041-1/+1
* Fixed another issue with wrong case in #import.Sean Callanan2015-11-061-1/+1
OpenPOWER on IntegriCloud