Bram Moolenaar wrote: > Patch 8.0.0329 > Problem: Xfontset and guifontwide are not tested. > Solution: Add tests. (Kazunobu Kuriyama) > Files: src/testdir/test_gui.vim
A test introduced by above patch fails when I configure vim-8.0.329 with: $ configure --with-features=huge --enable-gui=motif === Test results: >From test_gui.vim: Found errors in Test_set_guifontset(): Caught exception in Test_set_guifontset(): Vim(language):E197: Cannot set language to "ja_JP.eucJP" @ function RunTheTest[21]..Test_set_guifontset, line 13 TEST FAILURE make: *** [report] Error 1 === With --enable-gui=gtk2, all tests pass. Line 13 in Test_set_guifontset is: language ctype ja_JP.eucJP I don't have time to investigate now. Maybe it happens because I don't have the Japanese locale installed. Or maybe it's a limitation of the Motif GUI, since all tests pass when using the gtk2 GUI. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
