I just tried building 8.0.1264 from a fresh git clone. There are more test failures on macOS 10.12.6:
rom test_undo.vim: Found errors in Test_undo_write(): function RunTheTest[34]..Test_undo_write line 8: Expected ['one one one', 'two', 'two', 'three'] but got ['one one onejust some text', 'two', 'two', 'three'] function RunTheTest[34]..Test_undo_write line 10: Expected ['one one one', 'two', 'two'] but got ['one one onejust some text', 'two', 'two'] function RunTheTest[34]..Test_undo_write line 12: Expected ['one one one'] but got ['one one onejust some text'] function RunTheTest[34]..Test_undo_write line 14: Expected [''] but got ['just some text'] function RunTheTest[34]..Test_undo_write line 16: Expected ['one one one'] but got ['one one onejust some text'] function RunTheTest[34]..Test_undo_write line 18: Expected ['one one one', 'two', 'two'] but got ['one one onejust some text', 'two', 'two'] function RunTheTest[34]..Test_undo_write line 20: Expected ['one one one', 'two', 'two', 'three'] but got ['one one onejust some text', 'two', 'two', 'three'] TEST FAILURE make[2]: *** [report] Error 1 make[1]: *** [scripttests] Error 2 make: *** [test] Error 2 I'm beginning to wonder what the point of CI is if it's not going to catch this kind of thing. It seems like every few weeks I'm reporting something like this. -Manny -- -- 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.
