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

broadinstitute / gamgee / 1190
93%
master: %

Build:
Build:
LAST BUILD BRANCH: jt_rbs_vb2
DEFAULT BRANCH: master
Ran 21 Oct 2014 04:44PM UTC
Jobs 1
Files 85
Run time 40s
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
1190

push

travis-ci

Karthik Gururaj
Modified operator == in IndividualFieldValue to use iterators which
take care of bcf_*_vector_end values implicitly
A more serious bug in the previous implementation of the == operator was
in the way string fields were handled. Points to remember for string
fields:
1. The size() function returns the number of characters allocated for the string.
2. The variable m_num_bytes also stores the number of characters
allocated for the string (same as size())
3. When operator[i] is called for string fields, the address that is
accessed is m_format_ptr->p + i*m_num_bytes (not m_format_ptr->p + i).
The address accessed is outside the original allocated memory.

Moral of the story: use iterators always, or remember the intricacies of
string v/s other types of fields.

1384 of 1483 relevant lines covered (93.32%)

925.64 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1190.2 21 Oct 2014 04:44PM UTC 0
93.32
Travis Job 1190.2
Source Files on build 1190
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1190
  • ac8e9b1a on github
  • Prev Build on intel_clang_fix (#1188)
  • Next Build on intel_clang_fix (#1192)
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