summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter
Commit message (Expand)AuthorAgeFilesLines
* [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-0267-148/+0
* [DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour2019-04-242-1/+6
* [Test] Remove no_debug_info_test decorator from Obj-C data formatters.Jonas Devlieghere2019-04-0511-11/+0
* [testsuite] Split Objective-C data formatterJonas Devlieghere2019-04-0514-530/+584
* Fix a double-overrelease in the TestDataFormatterObjC test program.Adrian Prantl2019-03-141-4/+5
* [Python] Fix TestDataFormatterSmartArray to work across python versions.Davide Italiano2019-03-131-4/+4
* [lldbsuite] Un-xfail TestPyObjSynthProvider on WindowsStella Stamenova2019-03-131-1/+0
* Re-enable this test, the underlying bug was fixed and the test now passes.Jim Ingham2019-03-121-1/+0
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-111-0/+1
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-041-1/+2
* 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-1938-152/+114
* [lldbsuite] Un-xfail TestDataFormatterSynthVal on WindowsStella Stamenova2018-12-201-3/+0
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)Stella Stamenova2018-12-202-6/+0
* [lldbsuite] Each lldb suite test must have a unique class nameStella Stamenova2018-11-271-1/+1
* 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
OpenPOWER on IntegriCloud