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

google / benchmark / 904
92%

Build:
DEFAULT BRANCH: master
Ran 11 Mar 2017 12:58AM UTC
Jobs 1
Files 35
Run time 2s
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
904

push

travis-ci

EricWF
Fix std::string detection hack for SetLabel.

Previously benchmark_api.h wasn't allowed to include standard library
headers. For this reason SetLabel had a hack to accept std::string
without including <string>. The hack worked by attempting to detect
the injected class name `basic_string`. However Clang has changed
it's behavior regarding injected class names so this hack no longer
works.

This patch removes the hack and replaces it with a function that
actually names std::string. However we still cannot pass std::string
across the dylib boundary because of libstdc++'s dual C++11 ABI.

1320 of 1553 relevant lines covered (85.0%)

3503960.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 904.1 (COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage) 11 Mar 2017 12:58AM UTC 0
85.0
Travis Job 904.1
Source Files on build 904
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #904
  • 8ae6448c on github
  • Prev Build on master (#892)
  • Next Build on master (#906)
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