]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0587: tests: Test_gui_lowlevel_keyevent is still flaky v9.1.0587
authorKen Takata <kentkt@csc.jp>
Mon, 15 Jul 2024 17:52:25 +0000 (19:52 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 15 Jul 2024 17:52:25 +0000 (19:52 +0200)
commit490c1daa2484772d78d059f6eed91bd6f4fd0f39
tree82cb93b4e881f0cfb5561a7eae878352047701b8
parent700cf8cfa1e926e2ba676203b3ad90c2c2083f1d
patch 9.1.0587: tests: Test_gui_lowlevel_keyevent is still flaky

Problem:  tests: Test_gui_lowlevel_keyevent is still flaky
          (after v9.1.0571)
Solution: skip generating key event for Ctrl-C,
          remove the test_is_flaky variable again (Ken Takata)

v9.1.0571 was not enough.
Ctrl-C interruption may occur before the preceding events are processed.
Exclude Ctrl-C to avoid the flakiness.

closes: #15224

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_gui.vim
src/version.c