summaryrefslogtreecommitdiffstats
path: root/lldb/test/terminal/TestSTTYBeforeAndAfter.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-121/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Wrap call to zip() in list()Zachary Turner2015-10-261-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-9/+11
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-0/+1
* XFail pexpect tests for Windows hosts.Chaoren Lin2015-06-091-1/+1
* Refactored lldb executable name discoveryVince Harron2015-05-181-1/+1
* Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton2015-04-021-1/+1
* Update sys.platform switched behavior in tests to use self.getPlatform (remot...Robert Flack2015-04-011-1/+1
* XFAIL pexpect tests on Windows.Zachary Turner2015-01-201-0/+1
* Fixes a number of issue related to test portability on Windows.Zachary Turner2014-07-181-2/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Continue the cleanup started on r158737Filipe Cabecinhas2012-06-201-4/+4
* Setting terminal type to 'xterm' on Darwin; otherwise, to 'vt100'.Johnny Chen2012-02-091-1/+4
* Add safe guard for when the 'expect' program cannot be located and skip the t...Johnny Chen2012-02-091-0/+3
* Set the terminal type to 'xterm' before doing 'stty -a'.Johnny Chen2012-02-091-1/+6
* Make the expect_prompt more strict.Johnny Chen2012-02-091-1/+1
* Add a case to test that 'stty -a' displays the same output before and after r...Johnny Chen2012-02-091-0/+113
OpenPOWER on IntegriCloud