summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-100/+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-1/+3
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-17/+6
* 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
* 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
* XFAIL pexpect tests on Windows.Zachary Turner2015-01-201-0/+1
* 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
* Fixes a number of issue related to test portability on Windows.Zachary Turner2014-07-181-1/+1
* Change TestStopHookMechanism to @expectedFailureLinux.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 stop-hook test on FreeBSD as on LinuxEd Maste2013-11-221-0/+1
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* More test case cleanup (Linux and Mac):Daniel Malea2013-02-151-1/+1
* Marking test cases with @expectedFailureLinux as per recently opened bugsDaniel Malea2013-01-241-0/+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
* Added a test for problems caused when Clang errantly makes the line range for...Jim Ingham2011-09-231-0/+8
* A second try to make the TestStopHookMechanism.py more robust after recent ch...Johnny Chen2011-09-231-6/+2
* The "Stop Hooks" anchors have been removed from the stop-hook output.Johnny Chen2011-09-231-1/+1
* Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' ex...Johnny Chen2011-08-261-1/+1
* Move to plevel dirs stop-hook, target, process_launch, and signal to reside u...Johnny Chen2011-06-271-0/+90
OpenPOWER on IntegriCloud