summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/tty/TestTerminal.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-39/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Python3 - Change `dict.has_key(x)` to `x in dict`Zachary Turner2015-10-261-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/+3
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-6/+2
* Use skipIf instead of skipUnless in TestTerminal for better readability.Chaoren Lin2015-06-061-1/+1
* Check before using platform specific attributes.Chaoren Lin2015-06-051-1/+2
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Skip LaunchInTerminalTestCase test on remote systemsIlia K2015-02-271-2/+2
* Close terminal after LaunchInTerminalTestCase testIlia K2015-02-111-1/+1
* Don't run functionalities/tty under sudo / as root.Jason Molenda2015-01-131-0/+10
* Added a test case for launching a process in a separate terminal window to en...Greg Clayton2015-01-061-0/+35
OpenPOWER on IntegriCloud