summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/thread
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-131-4/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-1350-50/+0
* update TestThreadStepOut.py to expect correct source line on arm64.Jason Molenda2019-12-112-3/+3
* [lldb] Remove Xfail decorators from steadily passing testsMuhammad Omair Javaid2019-12-091-1/+0
* [lldb] [Process/NetBSD] Fix handling concurrent watchpoint eventsMichał Górny2019-11-255-5/+0
* [lldb] [Process/NetBSD] Copy watchpoints to newly-created threadsMichał Górny2019-11-259-9/+0
* [lldb] [Process/NetBSD] Improve threading supportMichał Górny2019-11-2517-20/+0
* Remove +x permission on some filesSylvestre Ledru2019-11-161-0/+0
* Modernize TestThreadStepOut.pyJim Ingham2019-10-281-43/+16
* Canonicalize variable usage in testsuite MakefilesAdrian Prantl2019-09-252-2/+4
* [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVERJonas Devlieghere2019-09-244-0/+4
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-0418-54/+18
* [lldb] [test] Mark 'reenabled' tests XFAIL on NetBSDMichal Gorny2019-09-044-0/+4
* [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
OpenPOWER on IntegriCloud