index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
test
/
functionalities
/
data-formatter
/
data-formatter-objc
/
TestDataFormatterObjC.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-464
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-0
/
+2
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-7
/
+2
*
Add a data formatter for __NSArray0, the type of empty arrays
Enrico Granata
2015-10-14
1
-0
/
+2
*
This is the work I was building up to with my patches yesterday
Enrico Granata
2015-10-07
1
-6
/
+6
*
Route the preferred-display-language mechanism to the ValueObjectPrinter and ...
Enrico Granata
2015-10-07
1
-2
/
+0
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-127
/
+28
*
Split the portion of the data-formatter-objc test case that deals with NSStri...
Enrico Granata
2015-07-17
1
-85
/
+0
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
1
-6
/
+6
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
1
-6
/
+6
*
Replace sys.platform skips in tests with @skip decorators which check against...
Robert Flack
2015-03-30
1
-30
/
+30
*
Fix ObjCDataFormatterTestCase.test_nsdate_* tests (ver. 2)
Ilia K
2015-03-23
1
-1
/
+1
*
Move a bunch of summary formatters to oneliner mode. This makes more cases el...
Enrico Granata
2014-11-11
1
-10
/
+8
*
These tests all seem to pass on my machine, marking them as non-Xfail on Darw...
Enrico Granata
2014-10-03
1
-2
/
+0
*
Make this test case a little more resilient to class name changes
Enrico Granata
2014-10-02
1
-1
/
+1
*
Mark failing tests in TestDataFormatterObjC on Darwin as XFAIL
Todd Fiala
2014-07-09
1
-0
/
+2
*
Make sure this test has a looser dependency on the exact class generated here...
Enrico Granata
2014-03-25
1
-1
/
+1
*
Adapt test to avoid short string types.
Jim Ingham
2014-03-20
1
-9
/
+9
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
Fix test to compile and run on iOS.
Greg Clayton
2013-12-03
1
-25
/
+30
*
<rdar://problem/12042982>
Enrico Granata
2013-10-04
1
-1
/
+1
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-1
/
+1
*
Splitting the appkit data formatters test in smaller test cases - this should...
Enrico Granata
2013-04-23
1
-55
/
+177
*
Fix the .categories, it had "dataformatter" not "dataformatters".
Jim Ingham
2013-02-25
1
-4
/
+0
*
<rdar://problem/12028723>
Enrico Granata
2013-01-09
1
-6
/
+6
*
<rdar://problem/11689939>
Enrico Granata
2012-12-13
1
-1
/
+1
*
Option changes:
Enrico Granata
2012-12-12
1
-2
/
+2
*
<rdar://problem/12709976>
Enrico Granata
2012-12-10
1
-0
/
+9
*
<rdar://problem/12099592> Adding back a bunch of code-running summaries
Enrico Granata
2012-10-03
1
-0
/
+12
*
Fix all the test case breakages caused by folks writing tests all over the pl...
Jim Ingham
2012-09-22
1
-25
/
+9
*
Initial commit of a new testsuite feature: test categories.
Enrico Granata
2012-09-21
1
-0
/
+4
*
<rdar://problem/12161825> Rephrase formatter for NSIndexSet in terms of index...
Enrico Granata
2012-09-18
1
-1
/
+1
*
<rdar://problem/11485744> Implement important data formatters in C++. Have th...
Enrico Granata
2012-09-04
1
-2
/
+0
*
<rdar://problem/11753405> Making sure we deal correctly with signed NSNumber ...
Enrico Granata
2012-07-13
1
-2
/
+9
*
<rdar://problem/11755446> Making sure to provide summaries for one more NSStr...
Enrico Granata
2012-06-28
1
-0
/
+3
*
Fixing a bug where the summary for certain NSStrings was being returned as em...
Enrico Granata
2012-05-15
1
-0
/
+2
*
Automatically enabling the Cocoa formatter categories for command-line LLDB. ...
Enrico Granata
2012-04-26
1
-41
/
+0
*
Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...
Johnny Chen
2012-04-06
1
-0
/
+12
*
Fixing an issue where Unicode characters in an NSString were printed as escap...
Enrico Granata
2012-03-29
1
-1
/
+52
*
Fixing an issue where saying 'po foo' made both the summary and the descripti...
Enrico Granata
2012-03-28
1
-0
/
+6
*
adding a summary for Objective-C type 'Class'
Enrico Granata
2012-03-27
1
-0
/
+14
*
Removing cascading through inheritance chains for data formatters
Enrico Granata
2012-03-22
1
-14
/
+0
*
Changed several of the Cocoa formatters to match the output style that Xcode ...
Enrico Granata
2012-03-13
1
-23
/
+23
*
added a new formatter for CF(Mutable)BitVector
Enrico Granata
2012-03-03
1
-0
/
+2
*
(a) adding formatters for:
Enrico Granata
2012-03-02
1
-1
/
+19
*
(a) adding an introspection formatter for NS(Mutable)IndexSet
Enrico Granata
2012-03-01
1
-4
/
+82
*
This commit:
Enrico Granata
2012-02-29
1
-5
/
+73
*
Reworking the ObjC formatters test case not to test everything in one huge co...
Enrico Granata
2012-02-24
1
-13
/
+97
*
This patch provides a set of formatters for most of the commonly used Cocoa c...
Enrico Granata
2012-02-23
1
-138
/
+81
[next]