summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-76/+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/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-19/+7
* Enable StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_wi...Ed Maste2015-09-141-1/+0
* Update expectedFailureFreeBSD to expectedFlakeyFreeBSD for intermittent testsEd Maste2015-09-091-1/+1
* Revert "Enable StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_th...Ed Maste2015-09-081-0/+1
* Enable StopHookForMultipleThreadsTestCase::test_stop_hook_multiple_threads_wi...Ed Maste2015-09-081-1/+0
* Xfail pexpect tests for Windows hosts.Chaoren Lin2015-07-161-1/+1
* Make TestStopHook* remote platform compatibleTamas Berghammer2015-07-061-1/+12
* Added expectedFlakey test decoratorVince Harron2015-06-261-1/+1
* Fix a variety of typos.Bruce Mitchener2015-06-181-1/+1
* Skip test failing on FreeBSD buildbot due to pexepect issuesEd Maste2015-06-031-0/+1
* Refactored lldb executable name discoveryVince Harron2015-05-181-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Fix StopHookForMultipleThreadsTestCase tests after r233098Ilia K2015-03-261-1/+1
* XFAIL pexpect tests on Windows.Zachary Turner2015-01-201-0/+1
* Add a couple of extra exepct strings so this test file keeps in sync with lldbJason Molenda2014-10-021-0/+2
* Add decorator for TestStopHookMultipleThreads failing on FreeBSDEd Maste2014-07-311-0/+1
* Fixes a number of issue related to test portability on Windows.Zachary Turner2014-07-181-1/+1
* Flipped intermittent test failures from skip to XFAIL.Todd Fiala2014-07-101-1/+1
* Skip tests that are intermittent on Linux, fix gdb-remote port-grabbing code.Todd Fiala2014-07-091-1/+1
* Marked linux TestStopHookMultipleThreads as expected failure.Todd Fiala2014-02-281-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Disable TestStopHookMultipleThreads.py (on Linux) due to llvm.org/pr15037Daniel Malea2013-09-301-0/+1
* Enable tests affected by llvm.org/pr14637Daniel Malea2013-09-251-1/+0
* Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637Daniel Malea2013-09-171-0/+1
* Re-enabling TestStopHookMultipleThreadsDaniel Malea2013-09-171-1/+0
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Test suite cleanup for Linux: mark test cases expected to fail due to open bu...Daniel Malea2012-12-191-0/+1
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-061-0/+2
* If we spawn an lldb process for test (via pexpect), do not load the init file...Johnny Chen2011-10-071-1/+1
* Fix a problem where the stop-hook command 'frame variable g_val' produces not...Johnny Chen2011-10-051-0/+74
OpenPOWER on IntegriCloud