summaryrefslogtreecommitdiffstats
path: root/lldb/test/api/multithreaded
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2811-576/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithrea...Greg Clayton2015-10-261-2/+0
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-1/+3
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+0
* Use six to portably handle module renames in Python 2 and 3Zachary Turner2015-10-211-1/+3
* Skip TestMultithreaded on Windows.Adrian McCarthy2015-10-211-14/+11
* Add expectedFlakeyFreeBSD to TestMultithreaded testsEd Maste2015-09-141-0/+3
* XFAIL Tests that require C++ exceptions on Windows.Zachary Turner2015-08-211-0/+4
* Mark test_sb_api_listener_event_process_state as flakeyYing Chen2015-07-011-0/+1
* Revert "Mark test_sb_api_listener_event_process_state as flakey"Ying Chen2015-06-291-1/+0
* Mark test_sb_api_listener_event_process_state as flakeyTamas Berghammer2015-06-291-0/+1
* Fix TestMultithreaded.Chaoren Lin2015-05-291-1/+1
* Refactor test runner to print sub-test-case pass/fail rate.Zachary Turner2015-05-281-1/+1
* Mark TestMultithreaded.test_sb_api_listener_resume as XFAIL with gcc 4.8 and ...Oleksiy Vyalov2015-05-051-1/+1
* XFAILing a test that fails with gcc 4.9 x86_64Vince Harron2015-05-041-0/+1
* TestMultithreaded improvementsVince Harron2015-05-041-12/+11
* XFAIL tests that are failed on linux with gcc-4.9.2Ying Chen2015-04-211-0/+3
* Fix lld command on Windows for many tests.Adrian McCarthy2015-03-271-0/+1
* Make OSX test run firewall friendly.Oleksiy Vyalov2015-01-221-1/+3
* fix Bug21211 : reworked test/api/multithreaded/test_listener_event_descriptio...Shawn Best2014-11-212-17/+49
* add Makefile rule for test program CREATE_STD_THREADSShawn Best2014-11-141-1/+1
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-0/+1
* Some more test markingEnrico Granata2014-10-161-1/+1
* Add decorator for FreeBSD failureEd Maste2014-10-081-0/+1
* This test also relies on the SB API headers. Same logicEnrico Granata2014-10-061-0/+4
* Add ENABLE_THREADS for these threaded testsEd Maste2014-10-021-0/+1
* Add some tests to be skipped when run remotely and also fixed a test to be mo...Greg Clayton2014-09-181-0/+4
* Clean up after the multithreaded test case finishes.Jason Molenda2014-08-261-0/+3
* Fix broken TestMultithreaded on Linux.Todd Fiala2014-05-131-2/+0
* Re-enable TestMultithreaded.py test on Linux.Todd Fiala2014-02-281-1/+0
* Remove decorators for now-fixed pr18191Ed Maste2014-01-181-4/+0
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-132-2/+2
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* test: Update decorators for FreeBSD failures with threaded inferior supportEd Maste2013-12-091-4/+4
* <rdar://problem/15368142>Enrico Granata2013-11-012-2/+1
* Skip this test case pending figuring out why it failsEnrico Granata2013-11-011-0/+1
* test: Update FreeBSD failure decoratorsEd Maste2013-09-131-0/+4
* Use getwd(0) on FreeBSD as on OS X.Ed Maste2013-09-051-1/+1
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-4/+5
* Disable test case that causes assertion failure on LinuxDaniel Malea2013-05-151-1/+2
* Didn't mean to check in this change...Jim Ingham2013-05-151-1/+1
* Need to add the LLDB.framework directory to the rpath for the driver programs...Jim Ingham2013-05-151-1/+1
* Fix GCC buildbot failures in API/Multithreaded testsDaniel Malea2013-05-142-1/+2
* Skip C++ API/Multithreaded tests that are unsupported with Clang/libstdc++Daniel Malea2013-05-141-0/+4
* Adding C++ tests that drive LLDB from multiple threadsDaniel Malea2013-05-1411-0/+520
OpenPOWER on IntegriCloud