neovim/test/functional/terminal
Daniel Hahler e1d63c180c
tests: ex_terminal_spec: retry ":terminal (with fake shell)" (#11588)
Flaky failure (Travis CI, macOS):

    [ RUN      ] :terminal (with fake shell) works with gf: 10518.41 ms FAIL
    test/functional/terminal/ex_terminal_spec.lua:248: Row 1 did not match.
    Expected:
      |*^ready $ echo "scripts/shadacat.py"                |
      |*                                                  |
      |*[Process exited 0]                                |
      |:terminal echo "scripts/shadacat.py"              |
    Actual:
      |*^                                                  |
      |*[Process exited 0]                                |
      |*                                                  |
      |:terminal echo "scripts/shadacat.py"              |
    To print the expect() call that would assert the current screen state, use
    screen:snapshot_util(). In case of non-deterministic failures, use
    screen:redraw_debug() to show all intermediate screen states.
    stack traceback:
            test/functional/ui/screen.lua:579: in function '_wait'
            test/functional/ui/screen.lua:361: in function 'expect'
            test/functional/terminal/ex_terminal_spec.lua:248: in function <test/functional/terminal/ex_terminal_spec.lua:245>
2019-12-22 11:23:39 +01:00
..
altscreen_spec.lua :terminal : set topline based on window height #8325 2019-01-29 03:00:48 +01:00
api_spec.lua defaults: 'showcmd', 'belloff', 'ruler' 2017-03-16 18:44:10 +01:00
buffer_spec.lua API: deprecate nvim_command_output 2019-12-02 20:52:06 -08:00
cursor_spec.lua :terminal : set topline based on window height #8325 2019-01-29 03:00:48 +01:00
edit_spec.lua tests: shell-test: use count for REP (#10514) 2019-07-16 21:35:53 +02:00
ex_terminal_spec.lua tests: ex_terminal_spec: retry ":terminal (with fake shell)" (#11588) 2019-12-22 11:23:39 +01:00
helpers.lua tests/ui: make screen.lua use "linegrid" representation internally 2019-10-13 22:10:42 +02:00
highlight_spec.lua terminal: add tests for palette color forwarding 2019-11-03 10:14:58 +01:00
mouse_spec.lua tests/ui: remove unnecessary screen:detach() 2019-10-13 22:10:42 +02:00
scrollback_spec.lua test/Screen:expect: replace "{IGNORE}" with "{MATCH:…}" 2019-11-09 22:26:01 -08:00
tui_spec.lua API: rename nvim_execute_lua => nvim_exec_lua 2019-12-02 22:06:42 -08:00
window_spec.lua test/ui: update tests for new msg_grid implementation 2019-09-01 15:55:10 +02:00
window_split_tab_spec.lua test: win: enable WinEnter terminal test 2019-08-18 21:40:27 -04:00