vim / vim

The official Vim repository

Home Page:https://www.vim.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test fails

ronin49 opened this issue · comments

Steps to reproduce

make test

Expected behaviour

test pass

Version of Vim

latest

Environment

arch

Logs and stack traces

-------------------------------
Executed:  6154 Tests
 Skipped:    71 Tests
  FAILED:     1 Tests


Failures:
        From test_normal.vim:
        Found errors in Test_mouse_shape_after_cancelling_gr():
        command line..script /home/work/vim/src/testdir/runtest.vim[607]..function RunTheTest[57]..Test_mouse_shape_after_cancelling_gr line 26: Expected ['beam', 'arrow'] but got ['arrow', 'arrow']

TEST FAILURE
make[2]: *** [Makefile:53: report] Error 1
make[2]: Leaving directory '/home/work/vim/src/testdir'
make[1]: *** [Makefile:2190: scripttests] Error 2
make[1]: Leaving directory '/home/work/vim/src'
make: *** [Makefile:39: test] Error 2
[work@archlinux vim]$

It seems that #12157 will fix this.