summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter
Commit message (Expand)AuthorAgeFilesLines
* Remove header grouping comments.Jonas Devlieghere2018-11-119-9/+9
* [DataFormatters] Adding formatters for libc++ std::u16string and std::u32stringShafik Yaghmour2018-10-263-3/+9
* Changing test names in TestDataFormatterLibcxxVariant.py and TestStdFunctionS...Shafik Yaghmour2018-10-121-1/+1
* Relax a data formatter testVedant Kumar2018-10-051-0/+1
* Adding skipIf to std::variant libc++ data-formatter test since get is not ava...Shafik Yaghmour2018-10-031-0/+2
* Enable C++ tests to run in the -gmodules configuration on Darwin.Adrian Prantl2018-10-011-4/+0
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-193-0/+148
* Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar2018-09-181-1/+6
* Revert "[DataFormatters] Add formatter for C++17 std::variant"Shafik Yaghmour2018-09-173-148/+0
* [DataFormatters] Add formatter for C++17 std::variantShafik Yaghmour2018-09-173-0/+148
* Avoid using short identifiers in some testsPavel Labath2018-08-311-1/+1
* Disable exceptions for TestDataFormatterLibcxxOptional.pyFrederic Riss2018-08-251-1/+1
* Add libc++ data formatter for std::functionAdrian Prantl2018-08-232-11/+30
* Add libc++ data formatters for std::optional.Adrian Prantl2018-08-153-0/+124
* [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-276-8/+8
* Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-273-93/+0
* Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-273-0/+93
* Revert "[DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-253-93/+0
* [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-253-0/+93
* Fix TestDataFormatterUnordered for older libc++ versionsPavel Labath2018-07-161-0/+5
* Make these tests c++ tests so they can be skipped on systems that don't suppo...Jim Ingham2018-07-132-4/+7
* Fix the libcxx set, multiset, vector and bitset formatters to work on referen...Jim Ingham2018-07-138-120/+202
* [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
* Remove a bunch more references to _LIBCPP_INLINE_VISIBILITYJim Ingham2018-07-068-40/+18
* Don't muck with _LIBCPP_INLINE_VISIBILITY just to get predictable line table ...Jim Ingham2018-07-051-9/+8
* [DataFormatter] Add CFDictionary data formatterJonas Devlieghere2018-06-212-1/+10
* [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
OpenPOWER on IntegriCloud