summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/api
Commit message (Expand)AuthorAgeFilesLines
* Mark this as skipped for now. There is a race condition withJason Molenda2017-03-101-0/+1
* Ah, this was an early exit to leave built products around, it wasn't meant toJason Molenda2017-02-271-1/+0
* Fix a race condition in FuncUnwinders where the mutex was beingJason Molenda2017-02-242-0/+6
* Fix multi-process-driver.cpp build on NetBSDKamil Rytarowski2017-02-021-1/+1
* Ignore SIGPIPE in the mini-driver used by these tests.Jim Ingham2016-12-211-0/+10
* Remove some annotations from TestMultipleTargetsPavel Labath2016-12-121-8/+2
* Fix buildbots that are failing due to this test by adding all expected fails ...Greg Clayton2016-12-091-0/+9
* Rename multiple target test so it is unique.Greg Clayton2016-12-091-1/+1
* Fix TestMultipleTargets for on x86_64 architecturesPavel Labath2016-12-091-0/+2
* Calling SBDebugger::CeeateTarget being called on multiple threads was crashin...Greg Clayton2016-12-093-0/+78
* Enable TestMultithreaded-sb_api_listener_event_process_state on linux/gccPavel Labath2016-11-241-8/+0
* [Test Suite] Pull generateSource into lldbtestChris Bieneman2016-10-319-49/+16
* Revert "[Test Suite] Pull generateSource into lldbtest"Chris Bieneman2016-10-279-16/+49
* [Test Suite] Pull generateSource into lldbtestChris Bieneman2016-10-279-49/+16
* Reduce the number of simultaneous debug sessions to 10 and removeJason Molenda2016-09-132-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-46/+97
* Fix API usage in TestMultithreaded.test_sb_api_listener_event_process_statePavel Labath2016-08-231-0/+5
* Rewriting TestMultithreaded.py to solve flakyness on LinuxRavitheja Addepally2016-05-112-29/+18
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-073-0/+68
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-101-1/+1
* Remove skip and xfail decorators for target architecture.Zachary Turner2016-02-091-1/+1
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-081-3/+1
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-042-4/+7
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
* XFAIL TestMultithreaded on linuxPavel Labath2016-01-071-1/+1
* Remove XTIMEOUT from TestMultithreaded on linuxPavel Labath2016-01-061-0/+1
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-151-1/+1
* Remove the -c option from dotest.py.Zachary Turner2015-12-081-2/+2
* Get rid of global variables in dotest.pyZachary Turner2015-12-081-2/+2
* getwd(3) with NULL pointer extension is supported on NetBSDKamil Rytarowski2015-12-071-2/+2
* Re-add an xfail removed by r254163Tamas Berghammer2015-11-271-0/+1
* Remove some xfail-s fixed by r253026Tamas Berghammer2015-11-261-4/+0
* Re-XFAIL two more tests I missedPavel Labath2015-11-131-0/+2
* Re-add XFAILs to two testsPavel Labath2015-11-131-0/+1
* Fix to solve Bug 23139 & Bug 23560Abhishek Aggarwal2015-11-131-3/+0
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-033-3/+3
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-033-6/+7
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2819-0/+1041
OpenPOWER on IntegriCloud