diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-14 13:39:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 13:39:57 +0200 |
commit | 93f8c2793cf5020d6fca00b6f10e4a158578034f (patch) | |
tree | 417aba79b1256c6ca5567bbdc037b09d9de7dc4e /test/functional/lua/buffer_updates_spec.lua | |
parent | fdbb5a8f727c8fa2f84f6ae3952598a25db37cb3 (diff) | |
download | rneovim-93f8c2793cf5020d6fca00b6f10e4a158578034f.tar.gz rneovim-93f8c2793cf5020d6fca00b6f10e4a158578034f.tar.bz2 rneovim-93f8c2793cf5020d6fca00b6f10e4a158578034f.zip |
ci: AppVeyor: fix cov job, remove duplicate non-cov one (#10217)
* ci: AppVeyor: set GCOV_ERROR_FILE
This prevents the warnings/errors to be spilled into test results,
causing them to fail them, e.g.:
[ FAILED ] C:/projects/neovim/test/functional\core\main_spec.lua @ 97: Command-line option -s errors out when trying to use nonexistent file with -s
C:/projects/neovim/test/functional\core\main_spec.lua:98: Expected objects to be the same.
Passed in:
(string) 'Cannot open for reading: "Xtest-functional-core-main-s.nonexistent": no such file or directory
profiling:C:\projects\neovim\build/src/nvim/CMakeFiles/nvim.dir/buffer.c.gcda:Data file mismatch - some data files may have been concurrently updated without locking support
'
Expected:
(string) 'Cannot open for reading: "Xtest-functional-core-main-s.nonexistent": no such file or directory
'
stack traceback:
C:/projects/neovim/test/functional\core\main_spec.lua:98: in function <C:/projects/neovim/test/functional\core\main_spec.lua:97>
For reference, the locking appears to have been reworked for gcc 9.1 [1].
1: https://github.com/gcc-mirror/gcc/commit/56621355b
helpers.clear: keep GCOV_ERROR_FILE in environment
* ci: AppVeyor: remove MINGW_64 config (used with cov now)
Also:
- run MINGW_64-gcov first, and with PRs, since it provides coverage.
Diffstat (limited to 'test/functional/lua/buffer_updates_spec.lua')
0 files changed, 0 insertions, 0 deletions