summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/objc
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-28140-5376/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2739-39/+39
* Port the python api decorator to use test categoriesPavel Labath2015-10-2618-18/+18
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2339-22/+100
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2240-288/+85
* Fix test for change in a summary string (objects -> elements).Jim Ingham2015-10-121-6/+6
* Another stripped test that requires darwin and a dSYM (no Dwarf or DWO).Greg Clayton2015-10-071-0/+2
* More fixes for binaries that we strip. When we strip a binary we can't do Dwa...Greg Clayton2015-10-071-0/+4
* Fix a test that should only be run with a dSYM file by adding @skipIfDwarf an...Greg Clayton2015-10-071-0/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-3040-1010/+304
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-2/+2
* Fix a test case which was failing. There was no actual problem in the test lo...Enrico Granata2015-09-221-1/+1
* OS X unexpected success cleanupTodd Fiala2015-09-141-2/+4
* Skip the rest of the Objective C tests on Windows.Zachary Turner2015-09-023-0/+3
* Disable Objective C test on non-Darwin platforms.Zachary Turner2015-08-261-2/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-0120-30/+30
* Fix a bug where we were trying to reconstruct ivars of ObjC types from the ru...Enrico Granata2015-06-255-0/+116
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-2720-30/+30
* Working on getting the OSX build greenVince Harron2015-05-122-0/+3
* Added support for locating and importing functionsSean Callanan2015-05-016-0/+116
* This patch implements several improvements to theSean Callanan2015-04-205-0/+99
* Added a testcase that checks that struct argumentsSean Callanan2015-04-073-0/+113
* Fixed a problem where the second @import statementSean Callanan2015-04-071-1/+7
* Marked the modules tests as expected failures,Sean Callanan2015-04-032-0/+4
* A new testcase had a silly integer-value mismatch.Sean Callanan2015-04-031-1/+1
* Added a testcase that covers loading a module andSean Callanan2015-04-036-0/+123
* Add checks to the modules test case to ensureSean Callanan2015-04-021-0/+6
* Update sys.platform switched behavior in tests to use self.getPlatform (remot...Robert Flack2015-04-011-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-3034-58/+58
* Added a testcase that verifies that LLDB can loadSean Callanan2015-03-273-0/+100
* Fix this test case so it runs correctly.Greg Clayton2015-02-211-3/+5
* If a binary was stripped we sometimes didn't show the ivars of an Objective C...Greg Clayton2014-12-162-31/+101
* Fixes for remote test suite execution of the "lldb/test/lang" directory.Greg Clayton2014-11-175-24/+63
* Fix so this test runs successfully on armv7 devices.Greg Clayton2014-11-121-1/+1
* Add a makefile even though it isn't used by the test in case we need to debug...Greg Clayton2014-11-121-0/+6
* Fixes so tests compile and run remotely.Greg Clayton2014-11-0610-38/+51
* Handle types from the runtime that conform toSean Callanan2014-11-062-0/+37
* Fixed the Objective-C stripped ivar test to ensureSean Callanan2014-11-051-0/+2
* Added a test case for reading ivars from theSean Callanan2014-11-042-0/+14
* Skip ObjC test on FreeBSD that does not buildEd Maste2014-10-271-0/+1
* Skip dsym test on !DarwinEd Maste2014-10-201-0/+1
* Fixed the expression parser to handle cases whereSean Callanan2014-10-171-2/+0
* Don't enable the log here. It was just me debuggingEnrico Granata2014-10-171-1/+0
* Some more test markingEnrico Granata2014-10-161-4/+5
* Fix this test case to actually work - it was relying on a certain 'po' output...Enrico Granata2014-10-162-14/+12
* Some more failure to bug trackingEnrico Granata2014-10-161-2/+2
* I see this test case crash - skip for nowEnrico Granata2014-10-161-0/+2
* Fixed the objective C symbol parsing in ObjectFileMachO.Greg Clayton2014-07-173-8/+0
* Fixed the an objective C test case so it passes correctly.Greg Clayton2014-07-161-4/+4
* TestObjCMethods.FoundationTestCase was failing due to an error, fixed now.Greg Clayton2014-07-161-13/+16
OpenPOWER on IntegriCloud