summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/stop-hook
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-287-383/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-273-3/+3
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-233-1/+7
* Update every test to import `lldb_shared`.Zachary Turner2015-10-223-24/+4
* Use six to portably handle module renames in Python 2 and 3Zachary Turner2015-10-211-1/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-303-55/+20
* 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-162-2/+2
* Make TestStopHook* remote platform compatibleTamas Berghammer2015-07-062-2/+24
* Added expectedFlakey test decoratorVince Harron2015-06-262-2/+2
* Fix a variety of typos.Bruce Mitchener2015-06-182-2/+2
* Skip test failing on FreeBSD buildbot due to pexepect issuesEd Maste2015-06-031-0/+1
* Refactored lldb executable name discoveryVince Harron2015-05-182-2/+2
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-303-3/+3
* Fix StopHookForMultipleThreadsTestCase tests after r233098Ilia K2015-03-261-1/+1
* Applying D7950 to four near copies of the file.Chaoren Lin2015-03-022-39/+28
* XFAIL pexpect tests on Windows.Zachary Turner2015-01-202-0/+2
* Remove print statement that was accidentally left in.Greg Clayton2014-11-211-1/+0
* Fixed the stop hook test after recent editline changes.Greg Clayton2014-11-181-3/+9
* Add a couple of extra exepct strings so this test file keeps in sync with lldbJason Molenda2014-10-021-0/+2
* Get test executables compiling on Windows.Zachary Turner2014-08-131-1/+1
* 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-182-2/+2
* 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
* Change TestStopHookMechanism to @expectedFailureLinux.Todd Fiala2014-02-281-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-103-3/+3
* Disable stop-hook test on FreeBSD as on LinuxEd Maste2013-11-221-0/+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-152-2/+2
* More test case cleanup (Linux and Mac):Daniel Malea2013-02-151-1/+1
* Update test scripts and Makefiles to allow testing with GCC:Daniel Malea2013-01-251-1/+1
* Marking test cases with @expectedFailureLinux as per recently opened bugsDaniel Malea2013-01-241-0/+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
* Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda2012-11-081-0/+1
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-8/+4
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-1/+1
* Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude...Johnny Chen2012-04-063-0/+6
* If we spawn an lldb process for test (via pexpect), do not load the init file...Johnny Chen2011-10-072-2/+2
* Fix a problem where the stop-hook command 'frame variable g_val' produces not...Johnny Chen2011-10-053-0/+167
* Add a simple regression test for 'target stop-hook list' with no target speci...Johnny Chen2011-09-231-0/+5
* Added a test for problems caused when Clang errantly makes the line range for...Jim Ingham2011-09-232-1/+9
OpenPOWER on IntegriCloud