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

RippeR37 / libbase / 39 / 17
85%
master: 83%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 13 Nov 2020 03:35PM UTC
Files 31
Run time 3s
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

13 Nov 2020 01:16PM UTC coverage: 88.0% (+0.2%) from 87.8%
JOB_CONFIG="BUILD_TYPE=Debug && CODE_COVERAGE=1"

push

travis-ci

RippeR37
Workaround for a bug in Clang compiler which crashed on too big `Bind*()` input

Previously, if a developer would provide more bind arguments to the
`base::Bind*()` call then the function takes, a static_assert() would be fired
but clang would still instantiate `std::index_sequence` with huge count (close
to maximum `size_t` value) which could freeze the machine before crashing.

Added workaround ensures that no such thing happens if the input to the
`base::Bind*()` function is too big.

484 of 550 relevant lines covered (88.0%)

24.58 hits per line

Source Files on job 39.17 (JOB_CONFIG="BUILD_TYPE=Debug && CODE_COVERAGE=1")
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24
  • Travis Job 39.17
  • 86508479 on github
  • Prev Job for JOB_CONFIG="BUILD_TYPE=Debug && CODE_COVERAGE=1" on develop (#38.17)
  • Next Job for JOB_CONFIG="BUILD_TYPE=Debug && CODE_COVERAGE=1" on develop (#42.17)
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