summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Add expect_expr function for testing expression evaluation in dotests.Raphael Isemann2020-01-151-1/+2
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-1328-28/+0
* [lldb][DataFormatters] Support pretty printing std::string when built with -f...Jordan Rupprecht2019-11-224-16/+26
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-121-9/+9
* [LLDB] Adding caching to libc++ std::function formatter for lookups that requ...shafik2019-11-062-13/+49
* Disable the empty string check in TestDataFormatterStdStringPavel Labath2019-09-271-1/+2
* [lldb] Test data formatters for empty stringsRaphael Isemann2019-09-254-1/+18
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-2520-21/+33
* [lldb] Fix that importing decls in a TagDecl end up in wrong declaration cont...Raphael Isemann2019-09-231-3/+16
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-0429-84/+29
* [Formatters] Temporarily disable libc++ std::function formatter due to perfor...Shafik Yaghmour2019-08-021-0/+3
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-0225-52/+0
* [DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour2019-04-242-1/+6
* Re-enable this test, the underlying bug was fixed and the test now passes.Jim Ingham2019-03-121-1/+0
* Fix TestDataFormatterLibcxxListLoop.py testRaphael Isemann2019-02-161-0/+8
* [Test] Fix up tests affected by the new LLVM header.Jonas Devlieghere2019-01-221-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* Remove header grouping comments.Jonas Devlieghere2018-11-115-5/+5
* [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
* 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
* 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
* Fix tuple getter in std unique pointer pretty-printerPavel Labath2018-06-112-0/+16
* 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-252-0/+4
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-1923-24/+24
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-048-44/+0
* Add a data formatter for libc++ std::bitsetPavel Labath2017-11-143-0/+72
OpenPOWER on IntegriCloud