aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbpexpect.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-19[lldb/test] Fix PExpect.launch issue when disabling color supportMed Ismail Bennani1-1/+1
2022-05-18[lldb/test] Fix failures caused by a previous PExpect.launch changeMed Ismail Bennani1-5/+7
2022-05-18[lldb/Test] Add `use_colors` argument to the PExpect.launch wrapperMed Ismail Bennani1-5/+10
2022-03-22[lldb/test] Increase pexpect termination timeoutsPavel Labath1-0/+2
2022-03-09[lldb/driver] Fix SIGTSTP handlingPavel Labath1-3/+10
2021-09-14[lldb/test] Start pexpect tests with a custom HOMEPavel Labath1-1/+2
2021-08-02[LLDB] Change pexpect timeout to 30 to 60Muhammad Omair Javaid1-1/+1
2021-02-12[lldb] Let TestPExpectTest test the right test classRaphael Isemann1-1/+2
2020-11-05[lldb] Also Catch invalid calls to TestPExpectTest's expect()Raphael Isemann1-0/+4
2020-08-28[lldb/test] Use @skipIfWindows for PExpectTestJordan Rupprecht1-52/+47
2020-08-14[lldb] Display autosuggestion part in gray if there is one possible suggestionShu Anzai1-0/+7
2020-08-05[lldb] Modify the `skipIfRemote` decorator so we can skip all PExpect tests.Jonas Devlieghere1-0/+2
2019-12-20[lldb/pexpect] Force-set the TERM environment variablePavel Labath1-1/+7
2019-12-13[lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann1-1/+0
2019-11-19[lldb][test] Prevent \n in calls to lldb's expect() test helper.Jordan Rupprecht1-0/+1
2019-09-04Port TestBatchMode to PExpectTest classPavel Labath1-1/+3
2019-08-30[test] Make sys.stdout compatible with both Python 2 & 3Jonas Devlieghere1-1/+2
2019-08-30[test] Fix 'argument must be str, not bytes' for Python 3.Jonas Devlieghere1-2/+2
2019-08-30[test] Make sure PROMPT is a stringJonas Devlieghere1-1/+1
2019-08-30dotest: improvements to the pexpect testsPavel Labath1-66/+31
2019-08-02[lldb][NFC] Remove unused imports in python testsRaphael Isemann1-1/+0
2019-04-02Fix flakyness in TestCommandScriptImmediateOutputPavel Labath1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-13/+39
2016-03-30Fixed the failing test TestCommandScriptImmediateOutput on MacOSX. Turns out ...Greg Clayton1-1/+1
2016-01-27Don't automtically try to import pexpect in lldbpexpect.Zachary Turner1-45/+51
2015-11-05Python 3 - Turn on absolute imports, and fix existing imports.Zachary Turner1-5/+9
2015-11-03Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner1-1/+1
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner1-0/+59