summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/objc/foundation/TestObjCMethods.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-262/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-2/+4
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-102/+56
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-2/+2
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-3/+3
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-3/+3
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* TestObjCMethods.FoundationTestCase was failing due to an error, fixed now.Greg Clayton2014-07-161-13/+16
* Marked TestObjCMethods failing tests XFAIL, fixed cleanup code, removed now-p...Todd Fiala2014-07-091-2/+4
* Fixed a test suite failure on Darwin due to logging issues.Greg Clayton2014-02-131-1/+1
* Removed spurious lookup of the $__lldb_exprSean Callanan2014-02-061-2/+0
* Fixed a test suite exception that was cause by bad python (sys.unlink instead...Greg Clayton2014-01-231-1/+1
* Make sure to cleanup the "dwarf-lookups.txt" log file.Greg Clayton2014-01-111-1/+7
* We are doing spurious name lookups when running expressions in objective C me...Greg Clayton2014-01-111-0/+42
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* <rdar://problem/12953853>Greg Clayton2013-01-081-1/+1
* Option changes:Enrico Granata2012-12-121-1/+1
* <rdar://problem/12798131> Greg Clayton2012-12-041-4/+4
* Missed a few places where I didn't delete the obsolete (commented out) versio...Jim Ingham2012-09-221-12/+1
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-14/+23
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+6
* Fixed a problem in our local Clang's method forSean Callanan2012-01-051-0/+4
* Cleaned up the SBType.h file to not include internal headers and reorganizedGreg Clayton2011-08-031-2/+2
* Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen2011-07-111-2/+1
* Centralize all of the type name code so that we always strip the leadingGreg Clayton2011-06-301-1/+1
* Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) andJohnny Chen2011-06-281-1/+0
* Move global_variables dir to lang/c and foundation dir to lang/objc.Johnny Chen2011-06-251-0/+255
OpenPOWER on IntegriCloud