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

ivmai / bdwgc / 959 / 36
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 13 Jun 2021 12:37PM UTC
Files 58
Run time 4s
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

13 Jun 2021 12:06PM UTC coverage: 71.439% (-0.3%) from 71.708%
CONF_OPTIONS="--enable-gcov --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" CFLAGS_EXTRA="-D USE_CUSTOM_SPECIFIC" REPORT_COVERAGE=true

push

travis-ci

ivmai
Use HEURISTIC2 on OpenBSD when single-threaded

Issue #347 (bdwgc).

OpenBSD must use HEURISTIC2 for determining the main thread stack
bottom when threads are disabled due to the random stack gap inserted
by the kernel. In cases where USERSTACK is is visible to user-land, it
is not usable due to the PROT_NONE gap.

* include/private/gcconfig.h [(POWERPC || SPARC || I386 || MIPS
|| HP_PA || ALPHA || AARCH64 || ARM32 || SH && !SH4 || X86_64)
&& OPENBSD && !GC_OPENBSD_THREADS]: Do not include sys/param.h,
uvm/uvm_extern.h.
* include/private/gcconfig.h [(POWERPC || SPARC || I386 || MIPS
|| HP_PA || ALPHA || AARCH64 || ARM32 || SH && !SH4 || X86_64)
&& OPENBSD && !GC_OPENBSD_THREADS && USRSTACK] (STACKBOTTOM): Do not
define.
* include/private/gcconfig.h [(POWERPC || SPARC || I386 || MIPS
|| HP_PA || ALPHA || AARCH64 || ARM32 || SH && !SH4 || X86_64)
&& OPENBSD && !GC_OPENBSD_THREADS && USRSTACK] (HEURISTIC2): Define
macro.

6766 of 9471 relevant lines covered (71.44%)

1922334.73 hits per line

Source Files on job 959.36 (CONF_OPTIONS="--enable-gcov --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" CFLAGS_EXTRA="-D USE_CUSTOM_SPECIFIC" REPORT_COVERAGE=true)
  • Tree
  • List 0
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 688
  • Travis Job 959.36
  • f1c193d7 on github
  • Prev Job for CONF_OPTIONS="--enable-gcov --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" CFLAGS_EXTRA="-D USE_CUSTOM_SPECIFIC" REPORT_COVERAGE=true on master (#958.36)
  • Next Job for CONF_OPTIONS="--enable-gcov --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" CFLAGS_EXTRA="-D USE_CUSTOM_SPECIFIC" REPORT_COVERAGE=true on master (#961.37)
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