comparison src/testdir/test_diffmode.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 d3f992bc6ef8
children 2e8226c03007
comparison
equal deleted inserted replaced
25968:c506b33fff84 25969:a5a772dace5b
843 call TermWait(a:buf) 843 call TermWait(a:buf)
844 call VerifyScreenDump(a:buf, a:dumpfile, {}) 844 call VerifyScreenDump(a:buf, a:dumpfile, {})
845 endfunc 845 endfunc
846 846
847 func Test_diff_screen() 847 func Test_diff_screen()
848 let g:test_is_flaky = 1
848 CheckScreendump 849 CheckScreendump
849 CheckFeature menu 850 CheckFeature menu
850 851
851 let lines =<< trim END 852 let lines =<< trim END
852 func UnifiedDiffExpr() 853 func UnifiedDiffExpr()