summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/data-formatter/data-formatter-objc
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-287-1383/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-272-2/+2
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-232-0/+4
* Update every test to import `lldb_shared`.Zachary Turner2015-10-222-15/+4
* 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-302-156/+36
* Teach the NSString data formatter to handle embedded NULs in short ASCII stringsEnrico Granata2015-07-172-0/+26
* Improve the NSString data formatter so that explicitly-lengthed Unicode strin...Enrico Granata2015-07-172-0/+11
* Split the portion of the data-formatter-objc test case that deals with NSStri...Enrico Granata2015-07-174-85/+203
* 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-232-3/+3
* Fix ObjCDataFormatterTestCase.test_nsdate_* testsIlia K2015-03-231-2/+2
* 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
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-1/+1
* lldb arm64 import.Jason Molenda2014-03-291-1/+1
* 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-032-31/+53
* <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-252-5/+1
* <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-102-0/+12
* <rdar://problem/12426557> Fixing the NSIndexSet data formatterEnrico Granata2012-10-051-1/+1
* <rdar://problem/12099592> Adding back a bunch of code-running summariesEnrico Granata2012-10-032-0/+21
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-222-28/+10
* Initial commit of a new testsuite feature: test categories.Enrico Granata2012-09-212-0/+5
* <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-132-2/+13
* <rdar://problem/11755446> Making sure to provide summaries for one more NSStr...Enrico Granata2012-06-282-0/+6
* Fixing a bug where the summary for certain NSStrings was being returned as em...Enrico Granata2012-05-152-0/+4
* 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-292-1/+59
* 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-272-0/+20
* 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
OpenPOWER on IntegriCloud