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

ivmai / bdwgc / 343
77%

Build:
DEFAULT BRANCH: master
Ran 15 Jan 2018 05:32AM UTC
Jobs 1
Files 36
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
343

push

travis-ci

ivmai
Fix global operator delete definition for C++14 in gc_cpp

Issue #195 (bdwgc).

Sized variants of global operator delete should be defined along with
the non-sized ones.  Otherwise compiler might invoke the one from the
standard library (as observed in e.g. Cygwin) leading to a crash.

* gc_cpp.cc [!_MSC_VER && __cplusplus>201103L] (operator delete):
Define sized variant (the size argument is ignored for now).
* gc_cpp.cc [!_MSC_VER && __cplusplus>201103L && GC_OPERATOR_NEW_ARRAY
&& !CPPCHECK] (operator delete[]): Likewise.

5136 of 7421 relevant lines covered (69.21%)

1309739.8 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
finalize.c
4
100.0
headers.c
24
100.0
allchblk.c
45
100.0
os_dep.c
Jobs
ID Job ID Ran Files Coverage
28 343.28 (CONF_OPTIONS="--enable-gcov --enable-handle-fork --enable-munmap --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" CFLAGS_EXTRA="-D USE_CUSTOM_SPECIFIC" REPORT_COVERAGE=true) 15 Jan 2018 05:32AM UTC 0
69.21
Travis Job 343.28
Source Files on build 343
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #343
  • 3150107d on github
  • Prev Build on master (#340)
  • Next Build on master (#346)
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