* Dominique Pellé <[email protected]> [2016-08-29 09:21 +0200]:
> Elimar Riesebieter <[email protected]> wrote: > > > $ make report > > > > Test results: > > > > > > From test_alot.vim: > > Found errors in Test_tabpage_with_tab_modifier(): > > function > > RunTheTest[9]..Test_tabpage_with_tab_modifier[13]..<SNR>40_check_tab line > > 4: Expected 'help' but got 'text' > > function > > RunTheTest[9]..Test_tabpage_with_tab_modifier[14]..<SNR>40_check_tab line > > 4: Expected 'help' but got 'text' > > function > > RunTheTest[9]..Test_tabpage_with_tab_modifier[15]..<SNR>40_check_tab line > > 4: Expected 'help' but got 'text' > > function > > RunTheTest[9]..Test_tabpage_with_tab_modifier[16]..<SNR>40_check_tab line > > 4: Expected 'help' but got 'text' > > function > > RunTheTest[9]..Test_tabpage_with_tab_modifier[17]..<SNR>40_check_tab line > > 4: Expected 'help' but got 'text' > > function > > RunTheTest[9]..Test_tabpage_with_tab_modifier[18]..<SNR>40_check_tab line > > 4: Expected 'help' but got 'text' > > function > > RunTheTest[9]..Test_tabpage_with_tab_modifier[19]..<SNR>40_check_tab line > > 4: Expected 'help' but got 'text' > > function > > RunTheTest[9]..Test_tabpage_with_tab_modifier[20]..<SNR>40_check_tab line > > 4: Expected 'help' but got 'text' > > function > > RunTheTest[9]..Test_tabpage_with_tab_modifier[21]..<SNR>40_check_tab line > > 4: Expected 'help' but got 'text' > > function > > RunTheTest[9]..Test_tabpage_with_tab_modifier[22]..<SNR>40_check_tab line > > 4: Expected 'help' but got 'text' > > TEST FAILURE > > Makefile:41: recipe for target 'report' failed > > make: *** [report] Error 1 > > > > Elimar > > Just a guess: could it be that the test relies on having previously done > "make install" to find help files and you have not run "make install" > before running the tests? > > If that's the case, it's a problem with tests, as I don't think that tests > should rely on "make install". The proper order should be something > like this: > > $ cd vim > $ rm src/auto/config.cache > $ ./configure --with-features=huge --enable-gui=gtk3 > $ make -j4 > $ make test > $ sudo make install # if all tests passed The tests are fired up before make install and after make. The tests are running in a shadowdir. Thanks for investigation Elimar -- >what IMHO then? IMHO - Inhalation of a Multi-leafed Herbal Opiate ;) --posting from alex in debian-user-- -- -- 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.
