summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a problem where a test case referred to aSean Callanan2015-11-061-1/+1
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-0339-39/+39
* Python 3 - Don't use `commands` module anymore.Zachary Turner2015-11-031-2/+2
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-0342-86/+92
* Skip this test is the test suite is running in a mode where it has no WindowS...Enrico Granata2015-10-281-6/+9
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-28140-0/+5376
OpenPOWER on IntegriCloud