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

neovim / neovim / 7222
65%
master: 77%

Build:
Build:
LAST BUILD BRANCH: win_functional_tests
DEFAULT BRANCH: master
Ran 26 Feb 2015 09:26AM UTC
Jobs 3
Files 0
Run time –
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
7222

push

travis-ci

elmart
Fix warnings: message.c: copy_hotkeys_and_msg: Garbage value: FP. #2062

Problem    : Branch condition evaluates to a garbage value @ 2868.
Diagnostic : False positive.
Rationale  : Array has_hotkey, declared at 2812, is initialized by
             console_dialog_alloc (only the needed number of elements).
             That same number of elements is used by
             copy_hotkeys_and_msg.
             Suggested path error is impossible, because it involves a
             different number of elements in those functions.
Resolution : Above condition is cumbersome to prove through assertions.
             Thus, we prefer to just initialize the array to all-false
             at declaration point before calling console_dialog_alloc.
Jobs
ID Job ID Ran Files Coverage
1 7222.1 (CI_TARGET=clang) 26 Feb 2015 09:26AM UTC 0
Travis Job 7222.1
5 7222.5 (CI_TARGET=clang) 26 Feb 2015 09:32AM UTC 0
Travis Job 7222.5
6 7222.6 (CI_TARGET=gcc) 26 Feb 2015 09:32AM UTC 0
Travis Job 7222.6
Source Files on build 7222
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7222
  • 36092f3a on github
  • Prev Build on nightly (#7211)
  • Next Build on nightly (#7240)
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