On Sep 12, 2016 10:36, "Bram Moolenaar" <[email protected]> wrote: > > > Ismail Donmez wrote: > > > on openSUSE Linux PPC64 I see one failure with Test_get_buf_options: > > > > From test_bufwintabinfo.vim: > > Executing Test_get_buf_options() > > Executing Test_get_win_options() > > Executing Test_getbufwintabinfo() > > Executed 3 tests > > 1 FAILED: > > Found errors in Test_get_buf_options(): > > function RunTheTest[9]..Test_get_buf_options line 3: Expected 8 but got 0 > > > > > > Interestingly PPC64LE is fine. > > That line is: > > call assert_equal(8, opts.tabstop) > > > The tabstop option can't be zero. You'll need to do some debugging to > find out what fails.
I saw the same when building Debian's packages. https://buildd.debian.org/status/logs.php?pkg=vim&ver=2%3A7.4.2347-1&suite=sid Notice how all the big endian architectures failed? If you look at the logs, it's the issue Ismail is reporting. I just submitted PR #1060 which should fix the issue. Cheers, James -- -- 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.
