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

harfbuzz / harfbuzz / 5049
79%

Build:
DEFAULT BRANCH: master
Ran 25 Oct 2018 06:46PM UTC
Jobs 1
Files 256
Run time 23s
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
5049

push

travis-ci

behdad
Remove some use of Crap in hb-set.

When hb_set_t::page_for_insert needs to insert at the end of the page_map
it ends up evaluating '&page_map[i + 1]' which has hb_vector return an
lvalue of a Crap so that nothing can be moved to its address. This turns
into issues with ThreadSanitizer on Crap when two threads modify different
hb_set_t instances. This can be avoided by using '&page_map[i] + 1'
instead.

7847 of 10956 relevant lines covered (71.62%)

6991.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5049.1 25 Oct 2018 06:46PM UTC 0
71.62
Travis Job 5049.1
Source Files on build 5049
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5049
  • 94e421ab on github
  • Prev Build on master (#5041)
  • Next Build on master (#5054)
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