summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Xfail some Arm-Linux specific failuresOmair Javaid2016-01-113-0/+6
* Replace accidental DOS (and mixed) line endings in a few text filesDimitry Andric2016-01-111-31/+31
* Fix TestMiniDump.py for Python 2/3 (and for a change to debug info)Adrian McCarthy2016-01-111-3/+3
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-115-84/+5
* Fix TestDebugBreak.py failure with gcc, for loop declarations are not allowed...Ying Chen2016-01-081-2/+2
* Remove XFAIL from a few tests that have been fixed on Windows.Zachary Turner2016-01-083-3/+0
* Remove XFAIL from TestThreadStates on Windows.Zachary Turner2016-01-081-1/+0
* Treat an embedded int3/__debugbreak() as a breakpoint on Windows, includes a ...Adrian McCarthy2016-01-083-0/+85
* Add expectedFailureFreeBSD to an additional thread state test failing on FreeBSDEd Maste2015-12-221-0/+1
* Improve error handling for `frame select` command when there are too many arg...Adrian McCarthy2015-12-221-0/+1
* 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
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-158-12/+12
* [Test] Addresses failing test when path to make contains spacesKate Stone2015-12-141-2/+2
* Make debug info specification use categories system.Zachary Turner2015-12-141-1/+1
* [LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic se...Mohit K. Bhakkad2015-12-141-0/+1
* Add some tests for stack and local variable inspection for mini dumps.Adrian McCarthy2015-12-113-9/+109
* Create test for llvm.org/pr25806Tamas Berghammer2015-12-1113-15/+100
* XFAIL TestLoadUnload for Windows->AndroidPavel Labath2015-12-111-0/+1
* Correctly XFAIL TestReturnValuePavel Labath2015-12-091-1/+1
* XFAIL TestReturnValue for remote Windows->Android testsPavel Labath2015-12-091-0/+1
* Remove the -c option from dotest.py.Zachary Turner2015-12-081-3/+0
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-081-8/+2
* Get rid of global variables in dotest.pyZachary Turner2015-12-083-5/+8
* Add NetBSD in platform specific logging of the specified category in Register...Kamil Rytarowski2015-12-071-0/+3
* Recommit "Fix race during process interruption"Pavel Labath2015-12-071-1/+3
* Make TestThreadStates more stablePavel Labath2015-12-071-25/+11
* [LLDB][MIPS] Marking some expected failuresMohit K. Bhakkad2015-12-072-11/+17
* Make TestThreadSpecificBreakpoint.py more focused.Zachary Turner2015-12-045-53/+143
* [LLDB][MIPS] XFAIL TestCrashDuringStep.py for MIPSJaydeep Patil2015-12-041-0/+1
* Un XFAIL some tests that are now passing on Windows.Zachary Turner2015-12-032-2/+0
* Fix TestLoadUnload for Windows -> POSIX remote debuggingTamas Berghammer2015-12-031-1/+2
* XFAIL TestReturnValue for linux i386 clang 3.5-3.6Tamas Berghammer2015-12-021-0/+1
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-11/+13
* PTRACE ABI to read FXSAVE area for 32-bit inferiorAbhishek Aggarwal2015-12-021-1/+1
* Revert "Fix race during process interruption"Pavel Labath2015-12-011-3/+1
* Fix race during process interruptionPavel Labath2015-12-011-1/+3
* Fix TestRegisters.py on armTamas Berghammer2015-11-261-1/+1
* Remove some xfail-s fixed by r253026Tamas Berghammer2015-11-261-1/+0
* Make some of the tests in TestRegisters.py arm compatibleTamas Berghammer2015-11-262-117/+101
* Remove expectedFailureFreeBSD decorator from now-passing testsEd Maste2015-11-243-3/+0
* Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarfEd Maste2015-11-241-1/+0
* Add expectedFailureFreeBSD decorators for new Python fd leakEd Maste2015-11-241-0/+3
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-203-0/+85
* Use the system clang, since this support should now be in; does not un-xfail ...Enrico Granata2015-11-202-12/+2
* Revert "FOO"Adrian McCarthy2015-11-203-85/+0
* FOOAdrian McCarthy2015-11-203-0/+85
* Cleanup work required to get the ASAN tests to run in the new test suite infr...Enrico Granata2015-11-193-3/+5
* [TestExitDuringStep] Adjust after a recent type map change.Siva Chandra2015-11-181-1/+2
* Fix some issues with swig & string conversion.Zachary Turner2015-11-181-2/+8
OpenPOWER on IntegriCloud