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

ivmai / bdwgc / 1506
73%
master: 77%

Build:
Build:
LAST BUILD BRANCH: draft-travis
DEFAULT BRANCH: master
Ran 17 May 2023 09:04AM UTC
Jobs 1
Files 58
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

17 May 2023 09:04AM UTC coverage: 73.093% (+0.4%) from 72.72%
1506

push

travis-ci-com

ivmai
Fix GC_excl_table overrun on overflow in GC_exclude_static_roots

Previously, in case of full GC_excl_table[], an attempt to insert an
element to it caused write past end of GC_excl_table (when shifting the
tail elements) before aborting cause of the table overflow.

* mark_rts.c (GC_exclude_static_roots_inner): Move check of
GC_excl_table_entries upper to be before first access to GC_excl_table;
move i local variable down to be near place of usage; cast result of
next-GC_excl_table to size_t.

5 of 5 new or added lines in 1 file covered. (100.0%)

7253 of 9923 relevant lines covered (73.09%)

12221995.27 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
62.42
0.7% finalize.c
15
74.34
0.27% tests/test.c
20
94.65
4.72% mark.c
26
74.93
0.04% alloc.c
Jobs
ID Job ID Ran Files Coverage
4 1506.4 (CONF_OPTIONS="--enable-gcov --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" CFLAGS_EXTRA="-D USE_CUSTOM_SPECIFIC" CC_FOR_CHECK=g++ MAKEFILE_TARGETS="all" MAKEFILE_TARGETS_CHECK="check" NO_CLONE_LIBATOMIC_OPS=true REPORT_COVERAGE=true TESTS_CUSTOM_RUN=true) 17 May 2023 09:04AM UTC 58
73.09
Travis Job 1506.4
Source Files on build 1506
  • Tree
  • List 58
  • Changed 35
  • Source Changed 7
  • Coverage Changed 35
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #1506
  • f9d26e20 on github
  • Prev Build on release-8_2 (#1503)
  • Next Build on release-8_2 (#1508)
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