summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-464/+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
* Add a data formatter for __NSArray0, the type of empty arraysEnrico Granata2015-10-141-0/+2
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-071-6/+6
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-071-2/+0
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-127/+28
* Split the portion of the data-formatter-objc test case that deals with NSStri...Enrico Granata2015-07-171-85/+0
* 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-30/+30
* Fix ObjCDataFormatterTestCase.test_nsdate_* tests (ver. 2)Ilia K2015-03-231-1/+1
* Move a bunch of summary formatters to oneliner mode. This makes more cases el...Enrico Granata2014-11-111-10/+8
* These tests all seem to pass on my machine, marking them as non-Xfail on Darw...Enrico Granata2014-10-031-2/+0
* Make this test case a little more resilient to class name changesEnrico Granata2014-10-021-1/+1
* Mark failing tests in TestDataFormatterObjC on Darwin as XFAILTodd Fiala2014-07-091-0/+2
* Make sure this test has a looser dependency on the exact class generated here...Enrico Granata2014-03-251-1/+1
* Adapt test to avoid short string types.Jim Ingham2014-03-201-9/+9
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Fix test to compile and run on iOS.Greg Clayton2013-12-031-25/+30
* <rdar://problem/12042982>Enrico Granata2013-10-041-1/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-1/+1
* Splitting the appkit data formatters test in smaller test cases - this should...Enrico Granata2013-04-231-55/+177
* Fix the .categories, it had "dataformatter" not "dataformatters".Jim Ingham2013-02-251-4/+0
* <rdar://problem/12028723>Enrico Granata2013-01-091-6/+6
* <rdar://problem/11689939>Enrico Granata2012-12-131-1/+1
* Option changes:Enrico Granata2012-12-121-2/+2
* <rdar://problem/12709976>Enrico Granata2012-12-101-0/+9
* <rdar://problem/12099592> Adding back a bunch of code-running summariesEnrico Granata2012-10-031-0/+12
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-25/+9
* Initial commit of a new testsuite feature: test categories.Enrico Granata2012-09-211-0/+4
* <rdar://problem/12161825> Rephrase formatter for NSIndexSet in terms of index...Enrico Granata2012-09-181-1/+1
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-041-2/+0
* <rdar://problem/11753405> Making sure we deal correctly with signed NSNumber ...Enrico Granata2012-07-131-2/+9
* <rdar://problem/11755446> Making sure to provide summaries for one more NSStr...Enrico Granata2012-06-281-0/+3
* Fixing a bug where the summary for certain NSStrings was being returned as em...Enrico Granata2012-05-151-0/+2
* Automatically enabling the Cocoa formatter categories for command-line LLDB. ...Enrico Granata2012-04-261-41/+0
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-061-0/+12
* Fixing an issue where Unicode characters in an NSString were printed as escap...Enrico Granata2012-03-291-1/+52
* Fixing an issue where saying 'po foo' made both the summary and the descripti...Enrico Granata2012-03-281-0/+6
* adding a summary for Objective-C type 'Class'Enrico Granata2012-03-271-0/+14
* Removing cascading through inheritance chains for data formattersEnrico Granata2012-03-221-14/+0
* Changed several of the Cocoa formatters to match the output style that Xcode ...Enrico Granata2012-03-131-23/+23
* added a new formatter for CF(Mutable)BitVectorEnrico Granata2012-03-031-0/+2
* (a) adding formatters for:Enrico Granata2012-03-021-1/+19
* (a) adding an introspection formatter for NS(Mutable)IndexSetEnrico Granata2012-03-011-4/+82
* This commit:Enrico Granata2012-02-291-5/+73
* Reworking the ObjC formatters test case not to test everything in one huge co...Enrico Granata2012-02-241-13/+97
* This patch provides a set of formatters for most of the commonly used Cocoa c...Enrico Granata2012-02-231-138/+81
OpenPOWER on IntegriCloud