summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/thread
Commit message (Expand)AuthorAgeFilesLines
* PR31214: Make a test tolerate "line 0" when stepping by instruction.Paul Robinson2016-11-301-4/+10
* Fix "thread step until" handling of multiple line inputs.Jim Ingham2016-11-183-0/+117
* Don't set a software stepping breakpoint at 0 on arm or mips.Pavel Labath2016-10-261-5/+0
* Use shorter names in TestConcurrentEvents testsPavel Labath2016-10-2435-35/+35
* Remove an unnecessary and incorrect check for num locations of a breakpointJim Ingham2016-10-201-8/+0
* Adding radar number on our end for llvm.org/pr15824.Jim Ingham2016-10-101-2/+2
* Add the related radar on our end for llvm.org/pr15824.Jim Ingham2016-10-101-1/+1
* [LLDB][MIPS] Skip some test case which were causing LLDB to go into infinite ...Nitesh Jain2016-10-1035-35/+35
* Fixup the xfail situation on Windows.Zachary Turner2016-10-051-3/+0
* Fix up this test case.Jim Ingham2016-10-011-35/+0
* Fix up the test so it gets closer to passing.Jim Ingham2016-09-301-40/+11
* Add the radar on our end to the bugreport string.Jim Ingham2016-09-301-3/+3
* Add the tracking radar on our end.Jim Ingham2016-09-301-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0650-472/+865
* Disable TestThreadSpecificBpPlusCondition on Windows.Zachary Turner2016-08-121-1/+1
* Breakup TestConcurrentEvents.py into separate test subdirs per test methodTodd Fiala2016-07-2271-526/+1123
* Xfail TestCrashDuringStep and TestCreateDuringInstructionStep on arm-linuxOmair Javaid2016-05-161-0/+1
* Fix race in TestExitDuringStep and unify pseudo_barrier handlingPavel Labath2016-05-108-105/+13
* Remove flaky decorator from three tests on linuxPavel Labath2016-04-271-1/+0
* Remove flaky decorator from two tests on linuxPavel Labath2016-04-252-4/+0
* Fixup r266327Pavel Labath2016-04-181-2/+2
* [LLDB][MIPS] Fix TestConcurrentEventsMohit K. Bhakkad2016-04-181-35/+35
* [test] make expect_state_changes actually expect *only* themPavel Labath2016-04-141-4/+4
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-191-1/+1
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-106-29/+29
* [LLDB][MIPS] Generalise MIPS arch namesMohit K. Bhakkad2016-02-101-1/+1
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-087-14/+14
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0412-12/+24
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-042-2/+4
* Remove redundant test in TestExitDuringStepPavel Labath2016-02-021-12/+4
* More fixes related to counting threads on Windows.Zachary Turner2016-01-222-82/+31
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-213-91/+19
* Enable TestConcurrentEvents on i386 linuxPavel Labath2016-01-201-1/+0
* Remove last XTIMEOUTs from android testsPavel Labath2016-01-191-0/+3
* Fix decoration of TestConcurrentEventsPavel Labath2016-01-151-1/+35
* [TestThreadJump] Adjust match sub-string after recent change.Siva Chandra2016-01-121-2/+1
* Fix TestThreadJump on Windows.Zachary Turner2016-01-121-2/+1
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-111-18/+1
* Remove XFAIL from a few tests that have been fixed on Windows.Zachary Turner2016-01-081-1/+0
* Remove XFAIL from TestThreadStates on Windows.Zachary Turner2016-01-081-1/+0
* Add expectedFailureFreeBSD to an additional thread state test failing on FreeBSDEd Maste2015-12-221-0/+1
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-154-8/+8
* [LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic se...Mohit K. Bhakkad2015-12-141-0/+1
* Make TestThreadStates more stablePavel Labath2015-12-071-25/+11
* 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-031-1/+0
* Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarfEd Maste2015-11-241-1/+0
* [TestExitDuringStep] Adjust after a recent type map change.Siva Chandra2015-11-181-1/+2
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-051-0/+2
OpenPOWER on IntegriCloud