• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

k-takata / vim / 530 / 15
88%
master: 84%

Build:
Build:
LAST BUILD BRANCH: use-check-commands
DEFAULT BRANCH: master
Ran 10 Oct 2020 04:42PM UTC
Files 129
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Oct 2020 03:54PM UTC coverage: 88.533%. First build
BUILD=yes TEST=test CONFOPT= LEAK_CFLAGS="-DEXITFREE" SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=no LOG_DIR="$TRAVIS_BUILD_DIR/logs" FEATURES=huge TEST="scripttests test_libvterm" CONFOPT="--enable-perlinterp --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp" CFLAGS="--coverage -DUSE_GCOV_FLUSH" LDFLAGS=--coverage

push

travis-ci

k-takata
win32,python3: Fix python3 stdin issue

This fixes the python3 issues related to the following issues:
 #6641, #7053, #7061, #7083, https://github.com/vim/vim-win32-installer/issues/193

In the first issue #6641, I reported that vim crashed when stdin was
redirected, but it turned out that it was not correct. Vim crashes when
it reads the input from stdin when the `-` option is used.
When vim is executed by `vim -`, vim closes stdin in fileio.c and main.c
by `close(0)`. Python 3 cannot use stdin because of this, and that's why
python 3 aborts.

This PR checks if stdin is readable, and if not, reconnect stdin to
"CONIN$".

Note that the following patch is not needed anymore:
https://github.com/vim/vim/commit/253b16a4a#commitcomment-43022526

136273 of 153923 relevant lines covered (88.53%)

334741.24 hits per line

Source Files on job 530.15 (BUILD=yes TEST=test CONFOPT= LEAK_CFLAGS="-DEXITFREE" SHADOWOPT= SRCDIR=./src CHECK_AUTOCONF=no LOG_DIR="$TRAVIS_BUILD_DIR/logs" FEATURES=huge TEST="scripttests test_libvterm" CONFOPT="--enable-perlinterp --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp" CFLAGS="--coverage -DUSE_GCOV_FLUSH" LDFLAGS=--coverage)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 482
  • Travis Job 530.15
  • 06af295b on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc