Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@micbou
Copy link

@micbou micbou commented Sep 15, 2017

Test_terminal_no_cmd will not hang on Windows if we run the command with !start instead of simply !. Also, we fix test flakiness by waiting for the terminal to display the string look here.

Fix Test_terminal_no_cmd hanging by running the command with "!start".
Wait for the terminal to display the expected string.
@codecov-io
Copy link

Codecov Report

Merging #2096 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2096      +/-   ##
==========================================
+ Coverage   73.99%      74%   +<.01%     
==========================================
  Files          90       90              
  Lines      131749   131750       +1     
  Branches    28946    28948       +2     
==========================================
+ Hits        97489    97498       +9     
+ Misses      34235    34231       -4     
+ Partials       25       21       -4
Impacted Files Coverage Δ
src/if_xcmdsrv.c 83.63% <0%> (-0.72%) ⬇️
src/gui.c 46.29% <0%> (-0.06%) ⬇️
src/channel.c 82.63% <0%> (-0.05%) ⬇️
src/window.c 81.61% <0%> (+0.03%) ⬆️
src/os_unix.c 53.36% <0%> (+0.04%) ⬆️
src/undo.c 81.76% <0%> (+0.06%) ⬆️
src/ex_cmds.c 77.8% <0%> (+0.08%) ⬆️
src/if_py_both.h 76.23% <0%> (+0.14%) ⬆️
src/gui_gtk_x11.c 47.86% <0%> (+0.15%) ⬆️
src/gui_beval.c 44.78% <0%> (+0.3%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fc2b270...3bcb6b5. Read the comment docs.

@brammool brammool closed this in e738a1a Sep 16, 2017
adizero pushed a commit to adizero/vim that referenced this pull request May 19, 2018
Problem:    Test_terminal_no_cmd hangs on MS-Windows with GUI. (Christian
            Brabandt)
Solution:   Run the command with "start" and wait for the text to appear.
            (micbou, closes vim#2096)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants