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

neovim / neovim / 1492
77%

Build:
DEFAULT BRANCH: master
Ran 22 Apr 2014 07:23PM UTC
Jobs 2
Files 182
Run time 3min
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

pending completion
1492

push

travis-ci

tarruda
Broken build on 32 bit: Fix -Wtautological-constant-out-of-range-compare.

Problem:

[ 51%] Building C object src/CMakeFiles/nvim.dir/os/rstream.c.o
/Users/eliseo/projects/os/neovim/src/os/rstream.c:237:24: error: comparison of constant
      9223372036854775807 with expression of type 'size_t' (aka 'unsigned long') is always true
      [-Werror,-Wtautological-constant-out-of-range-compare]
  assert(rstream->fpos <= INT64_MAX);
         ~~~~~~~~~~~~~ ^  ~~~~~~~~~
/usr/include/assert.h:93:25: note: expanded from macro 'assert'
    (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __FILE__, __LINE__, #e) : (void)0)
                        ^

Solution:

Assertion temporarily disabled.
TODO: Review types so that assertion can be used.

64955 of 113379 relevant lines covered (57.29%)

90618.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1492.1 22 Apr 2014 07:26PM UTC 0
60.06
Travis Job 1492.1
2 1492.2 22 Apr 2014 07:23PM UTC 0
0.37
Travis Job 1492.2
Source Files on build 1492
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1492
  • a1a0c005 on github
  • Prev Build on master (#1482)
  • Next Build on master (#1508)
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