summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-0314-14/+14
* Skip TestBacktraceAll on android-armTamas Berghammer2015-11-031-1/+4
* Changes for Bug 25251Ravitheja Addepally2015-11-033-0/+211
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-0314-28/+29
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2843-0/+3119
OpenPOWER on IntegriCloud