summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx
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-1319-19/+0
* [lldb][DataFormatters] Support pretty printing std::string when built with -f...Jordan Rupprecht2019-11-222-3/+10
* [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
* [lldb] Test data formatters for empty stringsRaphael Isemann2019-09-252-1/+12
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-2516-17/+29
* [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-0420-57/+20
* [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-0216-34/+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-112-2/+2
* [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
* Fix whitespace in the python test suite.Raphael Isemann2018-07-275-7/+7
* 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
* 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
* 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-1914-14/+14
* 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
* 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
OpenPOWER on IntegriCloud