summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter
Commit message (Expand)AuthorAgeFilesLines
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-192-2/+2
* [TestLibCxxAtomic] Skip for GCC.Siva Chandra2016-02-131-0/+1
* [TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.Siva Chandra2016-02-131-0/+1
* Data formatter support for libc++ std::atomic<T>Enrico Granata2016-02-123-0/+81
* The data formatters for NSArray, NSDictionary and (only partially) NSSet cont...Enrico Granata2016-02-124-64/+1
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-101-1/+1
* Remove skipIf<compiler> decorators.Zachary Turner2016-02-0912-12/+12
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-095-5/+5
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-087-7/+7
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0442-58/+98
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
* Fix a bug where type <formatter> list would ignore the -w argumentEnrico Granata2016-01-291-0/+4
* Fix a bug where LLDB would not print the name of the function that a scripted...Enrico Granata2016-01-296-0/+92
* Fix an issue where the type <formatter> list command would not accept a valid...Enrico Granata2016-01-281-0/+26
* Fix TestSyntheticCapping for Python 3.Zachary Turner2016-01-261-19/+19
* Remove XFAIL from a few tests that have been fixed on Windows.Zachary Turner2016-01-081-1/+0
* Add a test case that validates that my change in r255603 does the right thingEnrico Granata2015-12-183-0/+85
* Enable the 'type X list' formatters commands to list formatters in language c...Enrico Granata2015-12-151-1/+4
* Remove some xfail-s fixed by r253026Tamas Berghammer2015-11-261-1/+0
* Remove expectedFailureFreeBSD decorator from now-passing testsEd Maste2015-11-243-3/+0
* Uniquify all the type X delete commands via one common base classEnrico Granata2015-11-141-1/+1
* Re-add XFAILs to two testsPavel Labath2015-11-131-0/+1
* Fix to solve Bug 23139 & Bug 23560Abhishek Aggarwal2015-11-131-1/+0
* Python 3 - Use the exec function, not the exec statement.Zachary Turner2015-11-061-1/+3
* Fix an issue where LLDB would truncate summaries for string types without pro...Enrico Granata2015-11-041-1/+20
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-0353-53/+53
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-0357-114/+114
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-28178-0/+10451
OpenPOWER on IntegriCloud