comparison src/testdir/test_gui.vim @ 25969:a5a772dace5b v8.2.3518

patch 8.2.3518: Test_xrestore sometimes fails Commit: https://github.com/vim/vim/commit/f08b0eb8691ff09f98bc4beef986ece1c521655f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 16 13:00:14 2021 +0100 patch 8.2.3518: Test_xrestore sometimes fails Problem: Test_xrestore sometimes fails. Solution: Mark the test as flayky. Move marking test as flaky to the test instead of listing them in runtest.
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Oct 2021 14:15:04 +0200
parents 1cde96e768e4
children aade8ef975d5
comparison
equal deleted inserted replaced
25968:c506b33fff84 25969:a5a772dace5b
118 call assert_true(getwinposy() >= 0) 118 call assert_true(getwinposy() >= 0)
119 call assert_equal([getwinposx(), getwinposy()], getwinpos()) 119 call assert_equal([getwinposx(), getwinposy()], getwinpos())
120 endfunc 120 endfunc
121 121
122 func Test_quoteplus() 122 func Test_quoteplus()
123 let g:test_is_flaky = 1
123 let skipped = '' 124 let skipped = ''
124 125
125 if !g:x11_based_gui 126 if !g:x11_based_gui
126 let skipped = g:not_supported . 'quoteplus' 127 let skipped = g:not_supported . 'quoteplus'
127 else 128 else