summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/thread
Commit message (Expand)AuthorAgeFilesLines
* Including <functional> for std::bindRaphael Isemann2018-03-051-0/+1
* Move "concurrent events" tests back into one folderPavel Labath2018-02-2770-344/+1
* Fix breakpoint thread name conditionals after breakpoint options refactor.Jim Ingham2018-02-232-35/+29
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-3035-70/+105
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-1916-21/+21
* Xfail TestConcurrentTwoWatchpointsOneSignal on armPavel Labath2017-11-081-0/+1
* "Fix" concurrent events test for armPavel Labath2017-11-0721-22/+2
* Fix classifications on two concurrent event testsPavel Labath2017-11-032-1/+1
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-022-3/+1
* Remove android watchpoint xfailsPavel Labath2017-11-022-2/+0
* Add a "watchpoint" test category and annotate tests appropriatelyPavel Labath2017-10-3121-0/+21
* Add support for running the lldb testsuite against an apple watchJason Molenda2017-09-271-0/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-253-0/+4
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-253-4/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-223-0/+4
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-213-4/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-213-0/+4
* remove FreeBSD xfail decorator from TestExitDuringBreakEd Maste2017-08-101-3/+0
* XFAIL/XFlakey some tests what become very flakey on the Linux buildbotTamas Berghammer2017-07-272-0/+2
* Skip test_unique_stacks on Darwin, because it doesn't terminate reliably.Sean Callanan2017-07-251-1/+3
* Introduce new command: thread backtrace uniquePavel Labath2017-06-122-14/+86
* We shouldn't put actual tests in directories that containJim Ingham2017-05-233-1/+1
* Centralize libc++ test skipping logicPavel Labath2017-03-298-7/+8
* 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
OpenPOWER on IntegriCloud