summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-0410-12/+20
* The SetStopInfo from a Mach Exception was setting the stopJim Ingham2016-02-031-1/+0
* Move some android platform functions to lldbplatformutil.Zachary Turner2016-02-031-4/+4
* Remove skipUnlessListedRemote test decoratorPavel Labath2016-02-031-5/+0
* Fix inverted conditional in TestInferiorAssert.pyZachary Turner2016-02-021-2/+2
* Don't return a tuple from the skip test function.Zachary Turner2016-02-022-3/+3
* XFAIL TestConsecutiveBreakpoints.test_single_step_thread_specific on OSXPavel Labath2016-02-021-0/+1
* skip TestWatchLocation on OS XTodd Fiala2016-02-021-0/+1
* Remove redundant test in TestExitDuringStepPavel Labath2016-02-021-12/+4
* Fix single-stepping onto a breakpointPavel Labath2016-02-021-25/+67
* Set correct ThreadStopInfo in case of trace eventAbhishek Aggarwal2016-02-012-4/+0
* 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 some python 3 incompatibilities that went in overnight.Zachary Turner2016-01-271-1/+3
* Refactor some of the xfail / skip decorators to share logic.Zachary Turner2016-01-273-3/+5
* Decorarte TestInferiorAssert xfails on AArch64 LinuxOmair Javaid2016-01-271-3/+3
* [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde2016-01-273-0/+109
* Fix TestRerun.py on Windows.Zachary Turner2016-01-261-25/+6
* Fix TestSyntheticCapping for Python 3.Zachary Turner2016-01-261-19/+19
OpenPOWER on IntegriCloud