(Actually I'm using PKGBUILD to build vim package for Archlinux and building fails on test introduced in commin d1a8d65)
All tests are passed.
Archlinux x86_64
git
xecuted: 4737 Tests
Skipped: 104 Tests
FAILED: 1 Tests
Failures:
From test_highlight.vim:
Found errors in Test_hlset():
command line..script /home/vladimir/pkgs/vim/src/vim/src/testdir/runtest.vim[455]..function RunTheTest[44]..Test_hlset[104]..CheckLegacyAndVim9Success[1]..CheckTransLegacySuccess[8]..CheckLegacySuccess[7]..Func line 8: Expected ['myhlg2 xxx term=underline,strikethrough cterm=underline,strikethrough', ' gui=underline,strikethrough'] but got ['myhlg2 xxx term=underline,strikethrough cterm=underline,strikethrough gui=underline,strikethrough']
command line..script /home/vladimir/pkgs/vim/src/vim/src/testdir/runtest.vim[455]..function RunTheTest[44]..Test_hlset[104]..CheckLegacyAndVim9Success[2]..CheckTransDefSuccess[7]..CheckDefSuccess[7]..Func line 8: Expected ['myhlg2 xxx term=underline,strikethrough cterm=underline,strikethrough', ' gui=underline,strikethrough'] but got ['myhlg2 xxx term=underline,strikethrough cterm=underline,strikethrough gui=underline,strikethrough']
command line..script /home/vladimir/pkgs/vim/src/vim/src/testdir/runtest.vim[455]..function RunTheTest[44]..Test_hlset[104]..CheckLegacyAndVim9Success[3]..CheckTransVim9Success[7]..CheckScriptSuccess[6]..script /home/vladimir/pkgs/vim/src/vim/src/testdir/XScriptSuccess18 line 9: Expected ['myhlg2 xxx term=underline,strikethrough cterm=underline,strikethrough', ' gui=underline,strikethrough'] but got ['myhlg2 xxx term=underline,strikethrough cterm=underline,strikethrough gui=underline,strikethrough']
TEST FAILURE
make[2]: *** [Makefile:49: report] Error 1
make[2]: Leaving directory '/home/vladimir/pkgs/vim/src/vim/src/testdir—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub.
Triage notifications on the go with GitHub Mobile for iOS or Android.
![]()
Seems something fishy with spaces.
I see the same bug on xubuntu-18.04.6 (clang-11), 8.2.3582, huge, nogui.
I found that the test:
I suppose that the test needs to do :set columns=… to be reliable. I'll confirm and create a PR if that fixes it.
Hello dpelle.
Yes, I have COLUMNS=140 and with pr#9101 vim from git compiles fine.
To @vp1981: I created PR #9101 to fix this.
Can you confirm that it also fixes it for you?
Confirming that #9101 fixed the issue for me on Ubuntu 20.04.3 LTS
—
You are receiving this because you commented.