summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc
Commit message (Expand)AuthorAgeFilesLines
* Remove -gmodules restriction from testAdrian Prantl2018-03-161-1/+0
* Split skipIf decorator, the condition is supposed to be ORAdrian Prantl2018-03-151-1/+2
* [Dictionary] Rewrite the test added in r327587 as an inline test.Davide Italiano2018-03-152-0/+13
* [test] Replace some references to Apple-internal bugsVedant Kumar2018-03-131-3/+3
* Rename clang.modules-cache-path to symbols.clang-modules-cache-pathAdrian Prantl2018-03-101-1/+1
* Mark ObjC testcase as skipUnlessDarwin and fix a typo in test function.Adrian Prantl2018-03-021-1/+2
* Don't compile testcase with clang modules enabled.Adrian Prantl2018-03-022-2/+1
* Make the clang module cache setting available without a targetAdrian Prantl2018-03-025-0/+53
* Re-enable lang/objc/modules/TestObjCModulesJonas Devlieghere2018-02-161-4/+0
* Rewrite testcase to not depend on Foundation implementation details.Adrian Prantl2018-02-087-31/+22
* [testsuite] Skip a flakey test.Davide Italiano2018-02-051-0/+1
* [lang/Objc] UNXFAIL a test. Nullability has been implemented in clang.Davide Italiano2018-02-051-1/+0
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-3016-44/+51
* Use test-specific module caches to avoid stale header conflictsVedant Kumar2018-01-256-6/+6
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-1937-51/+52
* A third attempt to mark TestRdar12408181.py as skippedVedant Kumar2018-01-171-1/+3
* Try again to mark TestRdar12408181.py as skippedVedant Kumar2018-01-171-3/+7
* Skip a flaky test (TestRdar12408181.py)Vedant Kumar2018-01-171-1/+3
* [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
OpenPOWER on IntegriCloud