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

akopytov / sysbench / 449
75%

Build:
DEFAULT BRANCH: master
Ran 05 Feb 2017 09:47AM UTC
Jobs 2
Files 54
Run time 13s
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
449

push

travis-ci

akopytov
Fixes #105: 1.0.0 clock_gettime runtime failure built with macOS 10.11 and Xcode 8.x

XCode 8 SDK declares clock_gettime() but macOS 10.11 and earlier do not
actually implement it. So just checking for a clock_gettime()
declaration in configure is insufficient.

Instead, do AC_SEARCH_LIBS first to check if -lrt is required, then use
AC_CHECK_FUNCS to check for clock_gettime() availability.

3084 of 4353 relevant lines covered (70.85%)

1934038.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 449.1 05 Feb 2017 09:47AM UTC 0
70.85
Travis Job 449.1
2 449.2 05 Feb 2017 09:47AM UTC 0
0.0
Travis Job 449.2
Source Files on build 449
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #449
  • 481a9fa3 on github
  • Prev Build on master (#445)
  • Next Build on master (#451)
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