diff options
author | Daniel Hahler <git@thequod.de> | 2019-09-24 08:55:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-24 08:55:27 +0200 |
commit | 0ab7da8561bfcc4c644afb9cf48083a5696c1792 (patch) | |
tree | ed81acbdacb3f5d23163dfa2fc9bc249b907ec39 /src/nvim/lua/executor.c | |
parent | 2476a97ced2a868b0dd2146618c9c5d77c1c84b1 (diff) | |
download | rneovim-0ab7da8561bfcc4c644afb9cf48083a5696c1792.tar.gz rneovim-0ab7da8561bfcc4c644afb9cf48083a5696c1792.tar.bz2 rneovim-0ab7da8561bfcc4c644afb9cf48083a5696c1792.zip |
timer_spec: fix/harden flaky tests (#11080)
Those are flaky when using luacov (which causes reproducible slowness).
E.g.:
[ ERROR ] test/functional\eval\timer_spec.lua @ 105: timers can invoke redraw in blocking getchar() call
test\functional\ui\screen.lua:587: Row 3 did not match.
Expected:
|ITEM 1 |
|ITEM 2 |
|*{1:~ }|
|{1:~ }|
|{1:~ }|
|^ |
Actual:
|ITEM 1 |
|ITEM 2 |
|*ITEM 3 |
|{1:~ }|
|{1:~ }|
|^ |
Diffstat (limited to 'src/nvim/lua/executor.c')
0 files changed, 0 insertions, 0 deletions