summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/thread
Commit message (Expand)AuthorAgeFilesLines
* [test] Disable TestConcurrentManySignals on Darwin.Jonas Devlieghere2019-08-281-0/+2
* [dotest] Remove long running test "decorator" and re-enable tests.Jonas Devlieghere2019-08-274-12/+0
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-0216-33/+0
* Fix TestThreadSpecificBreakpoint on WindowsAdrian McCarthy2019-08-012-15/+14
* [lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny2019-07-251-1/+0
* [lldb] [lldbsuite] Use a unique class name for TestBacktraceAllStella Stamenova2019-07-011-1/+1
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-0443-0/+55
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1912-48/+36
* [lldbsuite] Skip two more flaky tests on WindowsStella Stamenova2019-01-141-0/+1
* [lldbsuite] Skip TestExitDuringStep on WindowsStella Stamenova2019-01-111-0/+1
* [lldbsuite] Skip flakey Windows testsStella Stamenova2018-12-214-4/+4
* [lldbsuite] Un-xfail TestMiniDump and TestThreadJumpStella Stamenova2018-12-201-1/+0
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)Stella Stamenova2018-12-203-13/+0
* de-flake TestThreadStates.test_process_interruptPavel Labath2018-12-181-1/+5
* Un-XFail TestThreadStates.test_process_interruptPavel Labath2018-12-181-12/+7
* Un-XFAIL TestExitDuringBreak.py for linuxPavel Labath2018-12-181-3/+0
* A few small updates to the testsuite for running against an iOS device.Jason Molenda2018-12-171-2/+0
* Change the unwinder to not use a hard-coded limit on theJason Molenda2018-09-253-0/+50
* [lldbsuite, windows] Mark tests as XFAIL on Windows or skip themStella Stamenova2018-08-023-0/+16
* Fix whitespace in the python test suite.Raphael Isemann2018-07-273-3/+3
* Fix TestThreadExit for gcc&libc++ comboPavel Labath2018-06-251-1/+2
* Make testcase classnames uniqueJan Kratochvil2018-06-242-2/+2
* Make sure TestNumThreads works with libc++Pavel Labath2018-06-202-2/+6
* [lit, windows] Disable a number of tests that are failing on WindowsStella Stamenova2018-06-072-0/+2
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Fix some tests for PPC64le architecturePavel Labath2018-03-201-2/+4
* [test] Skip flaky TestThreadStates tests on DarwinVedant Kumar2018-03-191-3/+3
* Skip TestThreadSpecificBpPlusCondition on Darwin due to timeoutsVedant Kumar2018-03-161-0/+1
* 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
OpenPOWER on IntegriCloud