summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-139-9/+0
* [lldb][DataFormatters] Support pretty printing std::string when built with -f...Jordan Rupprecht2019-11-222-13/+16
* Disable the empty string check in TestDataFormatterStdStringPavel Labath2019-09-271-1/+2
* [lldb] Test data formatters for empty stringsRaphael Isemann2019-09-252-0/+6
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-254-4/+4
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-049-27/+9
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-029-18/+0
* Remove header grouping comments.Jonas Devlieghere2018-11-113-3/+3
* [tests, libstdcxx] Add missing test category on the TestDataFormatterStdUniqu...Stella Stamenova2018-08-101-0/+1
* Fix whitespace in the python test suite.Raphael Isemann2018-07-271-1/+1
* [testsuite] Implement a category to skip libstdcxx testsDavide Italiano2018-07-109-30/+9
* Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-099-9/+26
* [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-069-26/+9
* Fix tuple getter in std unique pointer pretty-printerPavel Labath2018-06-112-0/+16
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-199-10/+10
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-048-44/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-259-0/+10
* Add support for sythetic operator dereferenceTamas Berghammer2017-03-311-0/+6
* Do not dereference std::unique_ptr by defaultTamas Berghammer2017-03-312-5/+47
* 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
* Remove ancient icc decoratorsPavel Labath2016-09-264-12/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-067-423/+527
* This doesn't compiler on Darwin. Skipping it.Greg Clayton2016-07-121-0/+1
* Add data formatter for libstdc++ shared_ptr and weak_ptrTamas Berghammer2016-07-063-0/+80
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-191-1/+1
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-094-4/+4
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-046-6/+12
* Remove expectedFailureFreeBSD decorator from now-passing testsEd Maste2015-11-243-3/+0
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-036-6/+6
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-036-12/+12
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2818-0/+1221
OpenPOWER on IntegriCloud