summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc
Commit message (Expand)AuthorAgeFilesLines
* [Python3] Fix TestObjCMethods.py to work with py2 and 3.Davide Italiano2019-02-181-1/+1
* [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek2019-02-071-0/+1
* Adjust documentation for git migration.James Y Knight2019-01-291-1/+0
* [testsuite] Remove unused seven module imports.Jonas Devlieghere2019-01-281-10/+0
* Add decorator support for the DWARF version produced by the compilerAdrian Prantl2019-01-241-0/+1
* [Test] Fix up tests affected by the new LLVM header.Jonas Devlieghere2019-01-221-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Simplify testcase by using lldbutil.run_to_source_breakpoint()Adrian Prantl2019-01-071-15/+2
* [lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...Kuba Mracek2019-01-041-0/+11
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-203-17/+128
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+10
* [lldb] Add synthetic frontend for _NSCallStackArrayKuba Mracek2018-11-121-2/+12
* [lldb] Extract more fields from NSException valuesKuba Mracek2018-11-123-0/+135
* Remove header grouping comments.Jonas Devlieghere2018-11-112-2/+2
* [SymbolFile] Implement GetCompleteObjCClass for .debug_namesJonas Devlieghere2018-06-271-3/+16
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* @skipUnlessDarwin TestOrderedSetPavel Labath2018-05-301-0/+1
* [ObjC] Add a Makefile for the test added in r333465.Davide Italiano2018-05-291-0/+6
* [ObjC] Fix the formatter for NSOrderedSet.Davide Italiano2018-05-292-0/+25
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* 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
OpenPOWER on IntegriCloud