summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-074-31/+11
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-074-11/+31
* It has been brought to my attention that, given two variablesEnrico Granata2016-05-252-6/+9
* Fix an issue where LLDB would crash if one tried to 'frame variable' an unord...Enrico Granata2016-05-251-0/+1
* Make LLDB print out an explicit marker when it's displaying formatters that a...Enrico Granata2016-05-161-0/+2
* Clean up test results on Windows.Zachary Turner2016-05-131-1/+0
* Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...Greg Clayton2016-05-121-5/+1
* I forgot to check in the test case for the changes I made to synthetic childr...Enrico Granata2016-05-024-0/+127
* Add a --element-count option to the expression commandEnrico Granata2016-04-256-0/+203
* Fix test cases for big-endian systemsUlrich Weigand2016-04-145-69/+145
* Remove what I believe are the last known instances of formatters that run codeEnrico Granata2016-04-084-48/+11
* Remove even more of the data formatters that silently run codeEnrico Granata2016-04-082-31/+1
* skip and xfail two std::list-related libcxx tests that fail on OS X with TOT ...Todd Fiala2016-04-012-0/+2
* Remove more of the code-running ObjC data formatter supportEnrico Granata2016-04-011-6/+1
* Enhance the 'type X list' commands such that they actually alert the user if ...Enrico Granata2016-03-302-1/+4
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-42/+42
* On some platforms, the compiler is allowed to assume that BOOL == bool. On ot...Enrico Granata2016-03-152-1/+9
* Make it so that the data formatter for NSError can see through a variable of ...Enrico Granata2016-03-152-5/+8
* 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