summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter
Commit message (Expand)AuthorAgeFilesLines
* [ObjC] Add dataformatter for NSDecimalNumberJonas Devlieghere2018-06-132-1/+13
* Fix tuple getter in std unique pointer pretty-printerPavel Labath2018-06-112-0/+16
* Fix _NSCFBoolean data formatter.Jonas Devlieghere2018-05-181-2/+4
* [ObjC] Fix the NSConcreteData formatter and test itVedant Kumar2018-02-222-2/+14
* gmodules XFAIL two more tests that only fail for android (pr36109)Pavel Labath2018-01-262-0/+2
* Fix linux fallout from c++ gmodules enablePavel Labath2018-01-261-0/+1
* Use test-specific module caches to avoid stale header conflictsVedant Kumar2018-01-254-0/+9
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-1965-71/+71
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-0414-85/+0
* Add a data formatter for libc++ std::bitsetPavel Labath2017-11-143-0/+72
* Add data formatter for libc++ std::queuePavel Labath2017-11-013-0/+60
* Add data formatter for libc++ std::tuplePavel Labath2017-11-013-0/+68
* Add data formatter for libc++'s forward_listPavel Labath2017-10-313-0/+66
* Add support for running the lldb testsuite against an apple watchJason Molenda2017-09-271-1/+1
* Remove the details of the libstdc++ implementation that wereJason Molenda2017-09-251-17/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2511-1/+12
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-251-1/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-221-0/+1
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-211-1/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-211-0/+1
* Updated NSNumber formatter for new internal representation.Sean Callanan2017-06-191-2/+13
* Skip TestLibCxxAtomic with gccPavel Labath2017-04-201-0/+1
* Add libc++ category the three more testsPavel Labath2017-04-203-48/+103
* Add libc++ category to the remaining libc++ data formattersPavel Labath2017-04-126-75/+76
* Fix libc++ vector<bool> data formatter (bug #32553)Pavel Labath2017-04-121-1/+0
* Add missing annotation to TestDataFormatterUnorderedPavel Labath2017-04-111-0/+1
* Mark this test as XFAIL on all platforms, it's happening everywhere.Jason Molenda2017-04-071-1/+1
* XFAIL TestDataFormatterLibcxxVBool on Linux & AndroidTamas Berghammer2017-04-061-0/+1
* Annotate some more libc++ tests with the new categoryPavel Labath2017-04-053-29/+20
* Add support for sythetic operator dereferenceTamas Berghammer2017-03-311-0/+6
* Do not dereference std::unique_ptr by defaultTamas Berghammer2017-03-312-5/+47
* Centralize libc++ test skipping logicPavel Labath2017-03-291-17/+16
* Move the stop point to somewhere before the final use of theJim Ingham2017-01-311-1/+2
* Display the pointer value in the libstdc++ unique_ptr summaryPavel Labath2016-11-091-4/+4
* Revert "Improve the libstdc++ smart pointer formatters"Pavel Labath2016-10-252-48/+16
* Add data formatter for libstdc++ unique_ptrTamas Berghammer2016-10-213-0/+91
* Add data formatter for libstdc++ tupleTamas Berghammer2016-10-213-0/+66
* Improve the libstdc++ smart pointer formattersTamas Berghammer2016-10-212-16/+48
* This test now passes.Jim Ingham2016-10-111-1/+0
* xfail TestDataFormatterNSIndexPath.py on macOS i386Todd Fiala2016-10-061-0/+1
* Fixup the xfail situation on Windows.Zachary Turner2016-10-051-0/+1
* Do not assume we will be able to discover the return type of this selector ca...Enrico Granata2016-09-301-1/+1
* Fix an issue where libc++ changed the type information we get for std::map::i...Enrico Granata2016-09-282-10/+10
* Remove ancient icc decoratorsPavel Labath2016-09-264-12/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0676-2859/+4061
* Change the formula for tagged NSIndexPath data formattingEnrico Granata2016-09-013-0/+110
* Add a data formatter for std::function in libcxxEnrico Granata2016-08-313-0/+80
* Fix an issue where a synthetic child provider could only provide a value of t...Enrico Granata2016-08-312-2/+22
* Fixup TestPyObjSynthProvider.py and enable it againPavel Labath2016-08-312-1/+2
* XFail new TestPyObjSynthProvider.py on linux until I can investigate the caus...Pavel Labath2016-08-311-0/+1
OpenPOWER on IntegriCloud