summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Improve the way LLDB escapes arguments before passing them to the shellEnrico Granata2016-04-041-1/+5
* disabled TSAN tests until the author can help track down CI failuresTodd Fiala2016-04-042-0/+2
* Fix flakyness in TestWatchpointMultipleThreadsPavel Labath2016-04-042-7/+2
* 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
* Fix flakyness in TestWatchpointMultipleThreadsPavel Labath2016-03-302-13/+3
* Fixed the failing test TestCommandScriptImmediateOutput on MacOSX. Turns out ...Greg Clayton2016-03-302-5/+5
* Fix an issue with nested aliases where the help system wouldn't correctly tra...Enrico Granata2016-03-251-0/+8
* Make File option flags consistent for Python APIStephane Sezer2016-03-242-1/+44
* Make 'type lookup' print an error message instead of complete radio silence w...Enrico Granata2016-03-241-0/+1
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-236-0/+219
* Change 'apropos' such that it doesn't look into the "long help/syntax" string...Enrico Granata2016-03-231-1/+1
* Fix a bug caused by my alias refactoring where, if an alias was defined in te...Enrico Granata2016-03-223-0/+87
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-42/+42
* Fix thread/process ID reading from linux core filesPavel Labath2016-03-167-0/+94
* 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
* Fixed MemoryCache L1 cache flushMarianne Mailhot-Sarrasin2016-03-113-0/+81
* [LLDB][MIPS] Fix TestDisassembleBreakpointMohit K. Bhakkad2016-03-071-1/+1
* Revert a part of "Add/Improve complex, vector, aggregate types handling for S...Pavel Labath2016-02-291-3/+3
* Add/Improve complex, vector, aggregate types handling for SysV ARM (hard/soft...Omair Javaid2016-02-291-3/+3
* [LLDB][MIPS] Fix TestInferiorAssert.py for MIPSSagar Thakur2016-02-261-0/+4
* Get register context for the 32-bit process in a WoW64 process minidumpAdrian McCarthy2016-02-253-0/+107
* xfail case sensitivity test on Linux.Zachary Turner2016-02-241-0/+1
* Some fixes for case insensitive paths on Windows.Zachary Turner2016-02-243-0/+134
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-1910-14/+14
* Remove XFAIL from test passing on FreeBSDEd Maste2016-02-191-1/+0
* Remove XFAIL from test passing on FreeBSDEd Maste2016-02-191-1/+0
* Remove expectedFlakeyFreeBSD decorator for prompt settingEd Maste2016-02-181-1/+0
* Add target and host platform enumerations so we're not using strings.Zachary Turner2016-02-182-2/+4
* Bump up timeout in TestChangeProcessGroupPavel Labath2016-02-161-1/+1
* [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
* When calling TypeSystemMap::Clear, objects being destroyed in the process of Jim Ingham2016-02-121-17/+16
* XFAIL TestCommandScriptImmediateOutput on FreeBSD alsoEd Maste2016-02-111-1/+1
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-1017-48/+46
* [LLDB][MIPS] Generalise MIPS arch namesMohit K. Bhakkad2016-02-103-3/+3
* Remove skipIf<compiler> decorators.Zachary Turner2016-02-0912-12/+12
* Remove decorators related to debug info types.Zachary Turner2016-02-091-1/+1
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-098-9/+9
* Remove expected failure and skip decorators for host os.Zachary Turner2016-02-096-37/+37
* Remove skipIfHostPlatform and skipUnlessHostPlatform decorators.Zachary Turner2016-02-092-4/+4
* Remove the skipUnlessArch decorator.Zachary Turner2016-02-091-7/+7
* A number of improvements to decorator conditionals.Zachary Turner2016-02-082-2/+2
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-0846-78/+78
* Fix an issue where certain CommandObjects (or Options thereof) were being cre...Enrico Granata2016-02-061-0/+48
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-04134-150/+301
OpenPOWER on IntegriCloud