summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/objc/foundation/TestObjCMethods2.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-169/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-83/+16
* Fix a test case which was failing. There was no actual problem in the test lo...Enrico Granata2015-09-221-1/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-6/+6
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-6/+6
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Fixed the an objective C test case so it passes correctly.Greg Clayton2014-07-161-4/+4
* Marked TestObjCMethods failing tests XFAIL, fixed cleanup code, removed now-p...Todd Fiala2014-07-091-1/+0
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* <rdar://problem/12362092>Enrico Granata2013-02-231-4/+2
* <rdar://problem/12890171>Enrico Granata2013-01-291-1/+1
* <rdar://problem/12028723>Enrico Granata2013-01-091-1/+1
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-191-1/+1
* Missed a few places where I didn't delete the obsolete (commented out) versio...Jim Ingham2012-09-221-19/+1
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-23/+30
* <rdar://problem/11505459> Stripping off the object's type from the output of ...Enrico Granata2012-08-091-1/+1
* Add i386-only expectedFailure decorators for current ToT.Johnny Chen2012-05-151-0/+2
* Changed some tabs to spaces to make Python likeSean Callanan2012-04-061-24/+24
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+12
* The "desired result type" code in the expressionSean Callanan2011-12-211-0/+28
* Updated Clang to take an enhancement to the waySean Callanan2011-12-161-0/+27
* Added the ability to dereference an Objective-C objectSean Callanan2011-12-081-1/+28
* Move global_variables dir to lang/c and foundation dir to lang/objc.Johnny Chen2011-06-251-0/+157
OpenPOWER on IntegriCloud