Test_func_argtype_check and Test_type_check fail when vim is configured with --disable-channel because function test_null_job() does not exist in this configuration.
Steps to reproduce:
$ cd vim
$ ./configure --with-features=huge --enable-gui=none --disable-channel
$ make -j8
$ cd src/testdir
$ make test_vim9_assign
...snip...
2 FAILED:
Found errors in Test_func_argtype_check():
Caught exception in Test_func_argtype_check(): Vim(var):E117: Unknown function: test_null_job @ command line..script /home/dope/sb/vim/src/testdir/runtest.vim[607]..function RunTheTest[57]..Test_func_argtype_check[58]..<SNR>9_CheckSourceSuccess[4]..script :source buffer=8, line 15
Found errors in Test_type_check():
Caught exception in Test_type_check(): Vim(var):E117: Unknown function: test_null_job @ command line..script /home/dope/sb/vim/src/testdir/runtest.vim[607]..function RunTheTest[57]..Test_type_check[85]..<SNR>9_CheckSourceSuccess[4]..script :source buffer=19, line 10
make: *** [Makefile:70: test_vim9_assign] Error 1
All tests should pass.
vim-9.0.2146
OS: Linux (xubuntu-22.04.3) but it should not be relevant
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #13617 as completed via 3ee2596.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()