summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-1335-35/+0
* [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-2512-12/+0
* [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-041-3/+1
* [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] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-0431-0/+31
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move "concurrent events" tests back into one folderPavel Labath2018-02-2770-344/+1
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-3035-70/+105
* 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 android watchpoint xfailsPavel Labath2017-11-022-2/+0
* Add a "watchpoint" test category and annotate tests appropriatelyPavel Labath2017-10-3121-0/+21
* XFAIL/XFlakey some tests what become very flakey on the Linux buildbotTamas Berghammer2017-07-272-0/+2
* Centralize libc++ test skipping logicPavel Labath2017-03-291-1/+1
* Use shorter names in TestConcurrentEvents testsPavel Labath2016-10-2435-35/+35
* [LLDB][MIPS] Skip some test case which were causing LLDB to go into infinite ...Nitesh Jain2016-10-1035-35/+35
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0635-156/+148
* Breakup TestConcurrentEvents.py into separate test subdirs per test methodTodd Fiala2016-07-2271-526/+1123
* Fix race in TestExitDuringStep and unify pseudo_barrier handlingPavel Labath2016-05-101-13/+1
* [LLDB][MIPS] Fix TestConcurrentEventsMohit K. Bhakkad2016-04-181-35/+35
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
* Enable TestConcurrentEvents on i386 linuxPavel Labath2016-01-201-1/+0
* Fix decoration of TestConcurrentEventsPavel Labath2016-01-151-1/+35
* [LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic se...Mohit K. Bhakkad2015-12-141-0/+1
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-2/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-283-0/+697
OpenPOWER on IntegriCloud