mirror of
https://github.com/neovim/neovim.git
synced 2026-01-14 09:05:23 +00:00
vim-patch:8.1.1483: skipped tests are not properly listed
Problem: Skipped tests are not properly listed. Solution: Throw a "Skipped" exception instead of using ":finish" or ":return".5d30ff1964Skips quite some (N/A) tests. vim-patch:8.1.0503: missing change to diff test (included incf1ffa916)
This commit is contained in:
@@ -723,7 +723,7 @@ endfunc
|
||||
|
||||
func Test_diff_with_cursorline()
|
||||
if !CanRunVimInTerminal()
|
||||
return
|
||||
throw 'Skipped: cannot run Vim in a terminal window'
|
||||
endif
|
||||
|
||||
call writefile([
|
||||
@@ -750,7 +750,7 @@ endfunc
|
||||
|
||||
func Test_diff_of_diff()
|
||||
if !CanRunVimInTerminal()
|
||||
return
|
||||
throw 'Skipped: cannot run Vim in a terminal window'
|
||||
endif
|
||||
if !has("rightleft")
|
||||
throw 'Skipped: rightleft not supported'
|
||||
|
||||
Reference in New Issue
Block a user