summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-490/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+3
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-105/+70
* Add jThreadsInfo support to lldb-serverPavel Labath2015-07-161-1/+1
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
* Update TestConcurrentEvents to use UnixSignals instead of python signals.Chaoren Lin2015-06-021-8/+4
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-291-4/+11
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
* Disable TestConcurrentEvents.py on Windows.Zachary Turner2015-05-221-1/+1
* Skip tests that are timing out on the FreeBSD buildbotEd Maste2015-05-091-0/+31
* XFAILing a single test in TestConcurrentEventsPavel Labath2015-04-221-0/+1
* Enable TestConcurrentEvents on LinuxPavel Labath2015-04-221-16/+0
* NativeProcessLinux: Merge operation and monitor threadsPavel Labath2015-04-201-1/+0
* XFAIL tests that are known to fail occasionally on LinuxVince Harron2015-03-051-0/+1
* Modify ThreadStateCoodrinator in order to resume threads if stop wasn't reque...Chaoren Lin2015-02-031-1/+1
* Correct typo: waychpoint -> watchpointEd Maste2014-04-071-1/+1
* Adjust TestConcurrentEvents.py test running for Linux.Todd Fiala2014-02-281-21/+16
* FreeBSD hardware watchpoint implementationEd Maste2014-02-191-18/+0
* Remove decorators for llvm.org/pr17920 fixed by r200646Ed Maste2014-02-111-6/+0
* Remove failure decorators for FreeBSD bugEd Maste2014-02-021-5/+0
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Add decorator for FreeBSD watchpoint failureEd Maste2013-12-091-0/+1
* Added two new test case decorator functions: @skipIfRemote and @skipIfRemoteD...Greg Clayton2013-12-051-1/+21
* test: Decorators for pr17910Ed Maste2013-12-021-11/+11
* Re-enable check previously disabled due to llvm.org/pr16603Daniel Malea2013-08-071-4/+3
* Test compatibility improvements for ICCDaniel Malea2013-08-061-1/+1
* Assorted test suite fixes as a result of GCC 4.8 validation effortsDaniel Malea2013-07-301-0/+21
* tests: Mark expected FreeBSD failures due to pr16706Ed Maste2013-07-251-0/+17
* tests: Mark expected FreeBSD failures due to pr16696Ed Maste2013-07-251-0/+11
* Fix gcc buildbot failures, re-enable tests disabled due to llvm.org/pr16575Daniel Malea2013-07-121-11/+2
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-111-21/+0
* Enable Mac OS X tests disabled due to llvm.org/pr16567Daniel Malea2013-07-111-9/+0
* Improve TestConcurrentEvents.pyDaniel Malea2013-07-111-73/+109
* Cleanup in TestConcurrentEvents.pyDaniel Malea2013-07-091-17/+9
* Add TestConcurrentEvents test for LLDB's handling of inferior threadsDaniel Malea2013-07-091-0/+485
OpenPOWER on IntegriCloud