[PATCH] D59159: [testsuite] Recommit the TestTerminal directory.
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 14:34:11 PST 2019
davide created this revision.
davide added a reviewer: labath.
Herald added subscribers: llvm-commits, jdoerfert, jfb, arphaman, dexonsmith, fedor.sergeev, javed.absar.
Herald added a reviewer: jfb.
Herald added a reviewer: serge-sans-paille.
Herald added a project: LLVM.
Turns out this is actually testing that editline doesn't
screw up the terminal.
[third-party] Update pexpect to 4.6.
Repository:
rL LLVM
https://reviews.llvm.org/D59159
Files:
lldb/packages/Python/lldbsuite/test/terminal/TestSTTYBeforeAndAfter.py
lldb/third_party/Python/module/pexpect-2.4/ANSI.py
lldb/third_party/Python/module/pexpect-2.4/FSM.py
lldb/third_party/Python/module/pexpect-2.4/INSTALL
lldb/third_party/Python/module/pexpect-2.4/LICENSE
lldb/third_party/Python/module/pexpect-2.4/PKG-INFO
lldb/third_party/Python/module/pexpect-2.4/README
lldb/third_party/Python/module/pexpect-2.4/doc/clean.css
lldb/third_party/Python/module/pexpect-2.4/doc/email.png
lldb/third_party/Python/module/pexpect-2.4/doc/examples.html
lldb/third_party/Python/module/pexpect-2.4/doc/index.html
lldb/third_party/Python/module/pexpect-2.4/doc/index.template.html
lldb/third_party/Python/module/pexpect-2.4/examples/README
lldb/third_party/Python/module/pexpect-2.4/examples/astat.py
lldb/third_party/Python/module/pexpect-2.4/examples/bd_client.py
lldb/third_party/Python/module/pexpect-2.4/examples/bd_serv.py
lldb/third_party/Python/module/pexpect-2.4/examples/cgishell.cgi
lldb/third_party/Python/module/pexpect-2.4/examples/chess.py
lldb/third_party/Python/module/pexpect-2.4/examples/chess2.py
lldb/third_party/Python/module/pexpect-2.4/examples/chess3.py
lldb/third_party/Python/module/pexpect-2.4/examples/df.py
lldb/third_party/Python/module/pexpect-2.4/examples/fix_cvs_files.py
lldb/third_party/Python/module/pexpect-2.4/examples/ftp.py
lldb/third_party/Python/module/pexpect-2.4/examples/hive.py
lldb/third_party/Python/module/pexpect-2.4/examples/monitor.py
lldb/third_party/Python/module/pexpect-2.4/examples/passmass.py
lldb/third_party/Python/module/pexpect-2.4/examples/python.py
lldb/third_party/Python/module/pexpect-2.4/examples/rippy.py
lldb/third_party/Python/module/pexpect-2.4/examples/script.py
lldb/third_party/Python/module/pexpect-2.4/examples/ssh_session.py
lldb/third_party/Python/module/pexpect-2.4/examples/ssh_tunnel.py
lldb/third_party/Python/module/pexpect-2.4/examples/sshls.py
lldb/third_party/Python/module/pexpect-2.4/examples/table_test.html
lldb/third_party/Python/module/pexpect-2.4/examples/topip.py
lldb/third_party/Python/module/pexpect-2.4/examples/uptime.py
lldb/third_party/Python/module/pexpect-2.4/fdpexpect.py
lldb/third_party/Python/module/pexpect-2.4/pexpect.py
lldb/third_party/Python/module/pexpect-2.4/pxssh.py
lldb/third_party/Python/module/pexpect-2.4/screen.py
lldb/third_party/Python/module/pexpect-2.4/setup.py
lldb/third_party/Python/module/pexpect-4.6/.gitignore
lldb/third_party/Python/module/pexpect-4.6/.travis.yml
lldb/third_party/Python/module/pexpect-4.6/DEVELOPERS.rst
lldb/third_party/Python/module/pexpect-4.6/LICENSE
lldb/third_party/Python/module/pexpect-4.6/MANIFEST.in
lldb/third_party/Python/module/pexpect-4.6/README.rst
lldb/third_party/Python/module/pexpect-4.6/doc/FAQ.rst
lldb/third_party/Python/module/pexpect-4.6/doc/Makefile
lldb/third_party/Python/module/pexpect-4.6/doc/api/fdpexpect.rst
lldb/third_party/Python/module/pexpect-4.6/doc/api/index.rst
lldb/third_party/Python/module/pexpect-4.6/doc/api/pexpect.rst
lldb/third_party/Python/module/pexpect-4.6/doc/api/popen_spawn.rst
lldb/third_party/Python/module/pexpect-4.6/doc/api/pxssh.rst
lldb/third_party/Python/module/pexpect-4.6/doc/api/replwrap.rst
lldb/third_party/Python/module/pexpect-4.6/doc/clean.css
lldb/third_party/Python/module/pexpect-4.6/doc/commonissues.rst
lldb/third_party/Python/module/pexpect-4.6/doc/conf.py
lldb/third_party/Python/module/pexpect-4.6/doc/examples.rst
lldb/third_party/Python/module/pexpect-4.6/doc/history.rst
lldb/third_party/Python/module/pexpect-4.6/doc/index.rst
lldb/third_party/Python/module/pexpect-4.6/doc/install.rst
lldb/third_party/Python/module/pexpect-4.6/doc/make.bat
lldb/third_party/Python/module/pexpect-4.6/doc/overview.rst
lldb/third_party/Python/module/pexpect-4.6/doc/requirements.txt
lldb/third_party/Python/module/pexpect-4.6/doc/sphinxext/github.py
lldb/third_party/Python/module/pexpect-4.6/examples/README
lldb/third_party/Python/module/pexpect-4.6/examples/astat.py
lldb/third_party/Python/module/pexpect-4.6/examples/cgishell.cgi
lldb/third_party/Python/module/pexpect-4.6/examples/chess.py
lldb/third_party/Python/module/pexpect-4.6/examples/chess2.py
lldb/third_party/Python/module/pexpect-4.6/examples/chess3.py
lldb/third_party/Python/module/pexpect-4.6/examples/df.py
lldb/third_party/Python/module/pexpect-4.6/examples/ftp.py
lldb/third_party/Python/module/pexpect-4.6/examples/hive.py
lldb/third_party/Python/module/pexpect-4.6/examples/monitor.py
lldb/third_party/Python/module/pexpect-4.6/examples/passmass.py
lldb/third_party/Python/module/pexpect-4.6/examples/python.py
lldb/third_party/Python/module/pexpect-4.6/examples/script.py
lldb/third_party/Python/module/pexpect-4.6/examples/ssh_tunnel.py
lldb/third_party/Python/module/pexpect-4.6/examples/table_test.html
lldb/third_party/Python/module/pexpect-4.6/examples/topip.py
lldb/third_party/Python/module/pexpect-4.6/examples/uptime.py
lldb/third_party/Python/module/pexpect-4.6/notes/my_forkpty.py
lldb/third_party/Python/module/pexpect-4.6/notes/notes.txt
lldb/third_party/Python/module/pexpect-4.6/notes/posixmodule.c.diff
lldb/third_party/Python/module/pexpect-4.6/pexpect/ANSI.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/FSM.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/__init__.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/_async.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/bashrc.sh
lldb/third_party/Python/module/pexpect-4.6/pexpect/exceptions.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/expect.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/fdpexpect.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/popen_spawn.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/pty_spawn.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/pxssh.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/replwrap.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/run.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/screen.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/spawnbase.py
lldb/third_party/Python/module/pexpect-4.6/pexpect/utils.py
lldb/third_party/Python/module/pexpect-4.6/requirements-testing.txt
lldb/third_party/Python/module/pexpect-4.6/setup.cfg
lldb/third_party/Python/module/pexpect-4.6/setup.py
lldb/third_party/Python/module/pexpect-4.6/tests/PexpectTestCase.py
lldb/third_party/Python/module/pexpect-4.6/tests/README
lldb/third_party/Python/module/pexpect-4.6/tests/TESTDATA.txt
lldb/third_party/Python/module/pexpect-4.6/tests/__init__.py
lldb/third_party/Python/module/pexpect-4.6/tests/adhoc.py
lldb/third_party/Python/module/pexpect-4.6/tests/alarm_die.py
lldb/third_party/Python/module/pexpect-4.6/tests/bambi.vt
lldb/third_party/Python/module/pexpect-4.6/tests/depricated_test_filedescriptor.py
lldb/third_party/Python/module/pexpect-4.6/tests/echo_w_prompt.py
lldb/third_party/Python/module/pexpect-4.6/tests/echo_wait.py
lldb/third_party/Python/module/pexpect-4.6/tests/exit1.py
lldb/third_party/Python/module/pexpect-4.6/tests/exit667.c
lldb/third_party/Python/module/pexpect-4.6/tests/fakessh/ssh
lldb/third_party/Python/module/pexpect-4.6/tests/getch.py
lldb/third_party/Python/module/pexpect-4.6/tests/globe.vt
lldb/third_party/Python/module/pexpect-4.6/tests/interact.py
lldb/third_party/Python/module/pexpect-4.6/tests/list100.py
lldb/third_party/Python/module/pexpect-4.6/tests/needs_kill.py
lldb/third_party/Python/module/pexpect-4.6/tests/pexpectTest.py
lldb/third_party/Python/module/pexpect-4.6/tests/platform_checks/CSIGNALTEST/test.c
lldb/third_party/Python/module/pexpect-4.6/tests/platform_checks/README
lldb/third_party/Python/module/pexpect-4.6/tests/platform_checks/check.py
lldb/third_party/Python/module/pexpect-4.6/tests/platform_checks/check2.py
lldb/third_party/Python/module/pexpect-4.6/tests/platform_checks/check_control_terminal.py
lldb/third_party/Python/module/pexpect-4.6/tests/platform_checks/check_handler.py
lldb/third_party/Python/module/pexpect-4.6/tests/platform_checks/check_read.py
lldb/third_party/Python/module/pexpect-4.6/tests/platform_checks/check_signals.py
lldb/third_party/Python/module/pexpect-4.6/tests/qa.py
lldb/third_party/Python/module/pexpect-4.6/tests/sigwinch_report.py
lldb/third_party/Python/module/pexpect-4.6/tests/sleep_for.py
lldb/third_party/Python/module/pexpect-4.6/tests/swapcase_echo.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_FSM.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_ansi.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_async.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_command_list_split.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_constructor.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_ctrl_chars.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_delay.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_destructor.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_dotall.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_env.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_expect.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_filedescriptor.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_interact.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_isalive.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_log.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_misc.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_missing_command.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_performance.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_pickling.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_popen_spawn.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_pxssh.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_replwrap.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_repr.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_run.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_run_out_of_pty.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_screen.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_socket.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_timeout_pattern.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_unicode.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_which.py
lldb/third_party/Python/module/pexpect-4.6/tests/test_winsize.py
lldb/third_party/Python/module/pexpect-4.6/tests/tetris.data
lldb/third_party/Python/module/pexpect-4.6/tests/ticker.py
lldb/third_party/Python/module/pexpect-4.6/tests/torturet.vt
lldb/third_party/Python/module/pexpect-4.6/tests/utils.py
lldb/third_party/Python/module/pexpect-4.6/tools/display-fpathconf.py
lldb/third_party/Python/module/pexpect-4.6/tools/display-maxcanon.py
lldb/third_party/Python/module/pexpect-4.6/tools/display-sighandlers.py
lldb/third_party/Python/module/pexpect-4.6/tools/display-terminalinfo.py
lldb/third_party/Python/module/pexpect-4.6/tools/teamcity-coverage-report.sh
lldb/third_party/Python/module/pexpect-4.6/tools/teamcity-runtests.sh
lldb/third_party/Python/module/ptyprocess-0.6.0/.gitignore
lldb/third_party/Python/module/ptyprocess-0.6.0/.travis.yml
lldb/third_party/Python/module/ptyprocess-0.6.0/LICENSE
lldb/third_party/Python/module/ptyprocess-0.6.0/README.rst
lldb/third_party/Python/module/ptyprocess-0.6.0/docs/Makefile
lldb/third_party/Python/module/ptyprocess-0.6.0/docs/api.rst
lldb/third_party/Python/module/ptyprocess-0.6.0/docs/conf.py
lldb/third_party/Python/module/ptyprocess-0.6.0/docs/images/pty_vs_popen.png
lldb/third_party/Python/module/ptyprocess-0.6.0/docs/images/pty_vs_popen.svg
lldb/third_party/Python/module/ptyprocess-0.6.0/docs/index.rst
lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/__init__.py
lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/_fork_pty.py
lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ptyprocess.py
lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/util.py
lldb/third_party/Python/module/ptyprocess-0.6.0/pyproject.toml
lldb/third_party/Python/module/ptyprocess-0.6.0/readthedocs.yml
lldb/third_party/Python/module/ptyprocess-0.6.0/tests/__init__.py
lldb/third_party/Python/module/ptyprocess-0.6.0/tests/test_echo.py
lldb/third_party/Python/module/ptyprocess-0.6.0/tests/test_invalid_binary.py
lldb/third_party/Python/module/ptyprocess-0.6.0/tests/test_preexec_fn.py
lldb/third_party/Python/module/ptyprocess-0.6.0/tests/test_spawn.py
lldb/third_party/Python/module/ptyprocess-0.6.0/tests/test_wait.py
More information about the llvm-commits
mailing list