comparison src/testdir/test_functions.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 44e9d98555a9
children 1d2e1c23e458
comparison
equal deleted inserted replaced
25968:c506b33fff84 25969:a5a772dace5b
2284 call delete('XotherName') 2284 call delete('XotherName')
2285 endfunc 2285 endfunc
2286 2286
2287 func Test_state() 2287 func Test_state()
2288 CheckRunVimInTerminal 2288 CheckRunVimInTerminal
2289 let g:test_is_flaky = 1
2289 2290
2290 let getstate = ":echo 'state: ' .. g:state .. '; mode: ' .. g:mode\<CR>" 2291 let getstate = ":echo 'state: ' .. g:state .. '; mode: ' .. g:mode\<CR>"
2291 2292
2292 let lines =<< trim END 2293 let lines =<< trim END
2293 call setline(1, ['one', 'two', 'three']) 2294 call setline(1, ['one', 'two', 'three'])