summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc/foundation
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Test] Move @skipIfAsan from test class to test methods.Jonas Devlieghere2020-01-061-1/+2
* [lldb/Test] Temporarily skip TestFoundationDisassembly on the ASan bot.Jonas Devlieghere2020-01-061-0/+1
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-137-10/+0
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-251-2/+3
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-1/+1
* Clean up this test.Jim Ingham2019-09-181-46/+11
* TestFoundationDisassembly.py is not dependent on debug information.Jim Ingham2019-09-181-0/+2
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-041-3/+1
* [test] Remove print statements and verify that the symbol existsJonas Devlieghere2019-09-031-10/+1
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-271-5/+0
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-026-12/+0
* [testsuite] Split Obj-C foundation testJonas Devlieghere2019-04-104-142/+154
* [Python3] Fix TestObjCMethods.py to work with py2 and 3.Davide Italiano2019-02-181-1/+1
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-302-2/+2
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-196-15/+15
* Fix i386 being able to show member variables correctly by not returning empty...Greg Clayton2016-12-091-0/+1
* More testsuite xfail markings cleanup.Jim Ingham2016-10-181-2/+2
* This test is no longer failing for gmodules.Jim Ingham2016-10-151-4/+0
* 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-067-153/+303
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-262-0/+2
* Remove skip and xfail decorators for target architecture.Zachary Turner2016-02-091-1/+1
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-047-7/+17
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-037-7/+7
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-037-14/+15
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2812-0/+995
OpenPOWER on IntegriCloud