Skip to content

Commit

Permalink
test(old): unskip working tests on Windows (neovim#22650)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeertzjq authored Mar 13, 2023
1 parent b466e1d commit 773febc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/old/testdir/test_excmd.vim
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ endfunc

" Test for the :language command
func Test_language_cmd()
CheckNotMSWindows " FIXME: why does this fail on Windows CI?
CheckFeature multi_lang

call assert_fails('language ctype non_existing_lang', 'E197:')
Expand Down
1 change: 0 additions & 1 deletion test/old/testdir/test_sort.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ func Compare2(a, b) abort
endfunc

func Test_sort_strings()
CheckNotMSWindows " FIXME: Why does this fail with MSVC?
" numbers compared as strings
call assert_equal([1, 2, 3], sort([3, 2, 1]))
call assert_equal([13, 28, 3], sort([3, 28, 13]))
Expand Down
1 change: 0 additions & 1 deletion test/old/testdir/test_spell_utf8.vim
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ endfunc

" Test affix flags with two characters
func Test_spell_affix()
CheckNotMSWindows " FIXME: Why does this fail with MSVC?
call LoadAffAndDic(g:test_data_aff5, g:test_data_dic5)
call RunGoodBad("fooa1 fooa\u00E9 bar prebar barbork prebarbork startprebar start end startend startmiddleend nouend",
\ "bad: foo fooa2 prabar probarbirk middle startmiddle middleend endstart startprobar startnouend",
Expand Down

0 comments on commit 773febc

Please sign in to comment.