Hi Justin, On Mon, Apr 2, 2018 at 10:20 AM, Justin M. Keyes <[email protected]> wrote: > 2018-04-02 18:13 GMT+02:00 Yegappan Lakshmanan <[email protected]>: >> Hi all, >> >> Since Vim 8.0, a large number of old style tests (around 77) have >> been converted to new style tests. I have confirmed that these tests >> run successfully on MacOS, Redhat Linux and MS-Windows Visual >> Studio build. It will be helpful to confirm that these tests run >> successfully in other environments (Solaris, FreeBSD, VMS, >> Windows cygwin build, etc.). If you have access to these environments, >> can you build the latest Vim and run the "make test" command from >> the source directory and report any test failures? > > Did anyone ever confirm that the new tests are semantically equivalent > to the old tests? Or were they merged without verification? >
I manually looked at the artifacts from the old style tests and the new style tests to make sure they are equivalent. In some cases, I have looked at the code coverage results to make sure the new tests are semantically equivalent to the old style tests. I have also visually inspected the tests side-by-side to make sure that all the cases are converted. This is a time consuming process and it took several months to convert these. - Yegappan -- -- 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.
