aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-05-18 12:57:04 +0800
committerGitHub <noreply@github.com>2022-05-18 12:57:04 +0800
commit6e414b698cbcc4f1e42564febad030d1a0a52230 (patch)
tree71d6d12f3b06ddf955ac4bd804135a5691fd70d1 /test/functional/ui
parentb70856009dadacddd8eb95c7cd462c86b1c13209 (diff)
downloadrneovim-6e414b698cbcc4f1e42564febad030d1a0a52230.tar.gz
rneovim-6e414b698cbcc4f1e42564febad030d1a0a52230.tar.bz2
rneovim-6e414b698cbcc4f1e42564febad030d1a0a52230.zip
test: unskip tests on Windows (#18600)
Remove the command('qall!') from mksession_spec.lua because it prevents helpers.rmdir() from retrying. Allow extra trailing spaces when matching terminal lines.
Diffstat (limited to 'test/functional/ui')
-rw-r--r--test/functional/ui/messages_spec.lua1
-rw-r--r--test/functional/ui/output_spec.lua1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/ui/messages_spec.lua b/test/functional/ui/messages_spec.lua
index 041337df8a..ee1e37c675 100644
--- a/test/functional/ui/messages_spec.lua
+++ b/test/functional/ui/messages_spec.lua
@@ -1312,7 +1312,6 @@ end)
describe('ui/msg_puts_printf', function()
it('output multibyte characters correctly', function()
- if helpers.pending_win32(pending) then return end
local screen
local cmd = ''
local locale_dir = test_build_dir..'/share/locale/ja/LC_MESSAGES'
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua
index 7305baa761..50e5dfac84 100644
--- a/test/functional/ui/output_spec.lua
+++ b/test/functional/ui/output_spec.lua
@@ -14,7 +14,6 @@ local has_powershell = helpers.has_powershell
local set_shell_powershell = helpers.set_shell_powershell
describe("shell command :!", function()
- if helpers.pending_win32(pending) then return end
local screen
before_each(function()
clear()