mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test(oldtest): unskip existing tests that use Blobs
This commit is contained in:
parent
e53b71627f
commit
6eb41e5c8d
@ -95,7 +95,6 @@ func Test_rename_copy()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_rename_fails()
|
func Test_rename_fails()
|
||||||
throw 'skipped: TODO: '
|
|
||||||
call writefile(['foo'], 'Xrenamefile')
|
call writefile(['foo'], 'Xrenamefile')
|
||||||
|
|
||||||
" Can't rename into a non-existing directory.
|
" Can't rename into a non-existing directory.
|
||||||
|
@ -168,7 +168,6 @@ func Test_swapname()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_swapfile_delete()
|
func Test_swapfile_delete()
|
||||||
throw 'skipped: need the "blob" feature for this test'
|
|
||||||
autocmd! SwapExists
|
autocmd! SwapExists
|
||||||
function s:swap_exists()
|
function s:swap_exists()
|
||||||
let v:swapchoice = s:swap_choice
|
let v:swapchoice = s:swap_choice
|
||||||
|
@ -368,7 +368,6 @@ endfunc
|
|||||||
|
|
||||||
" Check that reading a truncted undo file doesn't hang.
|
" Check that reading a truncted undo file doesn't hang.
|
||||||
func Test_undofile_truncated()
|
func Test_undofile_truncated()
|
||||||
throw 'skipped: TODO: '
|
|
||||||
new
|
new
|
||||||
call setline(1, 'hello')
|
call setline(1, 'hello')
|
||||||
set ul=100
|
set ul=100
|
||||||
|
Loading…
Reference in New Issue
Block a user