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

ivmai / bdwgc / 1257 / 5
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 27 Mar 2022 09:47PM 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

27 Mar 2022 08:46PM UTC coverage: 73.555% (+0.1%) from 73.436%
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

push

travis-ci-com

ivmai
Allow to use same signal for thread suspend and restart

* include/gc/gc.h [GC_THREADS] (GC_set_thr_restart_signal): Update
comment.
* pthread_stop_world.c [!NACL && !GC_OPENBSD_UTHREADS]
(GC_sig_suspend): Likewise.
* pthread_stop_world.c [!NACL && !GC_OPENBSD_UTHREADS]
(GC_suspend_handler_inner): If THREAD_RESTARTED bit of GC_stop_count
is set then return immediately; initialize self after DISABLE_CANCEL().
* pthread_stop_world.c [!NACL && !GC_OPENBSD_UTHREADS]
(GC_restart_handler): Reformat comment.
* pthread_stop_world.c [!NACL && !GC_OPENBSD_UTHREADS
&& GC_ENABLE_SUSPEND_THREAD] (GC_suspend_thread): Declare
saved_stop_count local variable; set suspended_ext to true w/o atomic
store if thread is self or FINISHED flag is set; move
AO_store_release(&t->suspended_ext,TRUE) down to be near raise_signal()
call; increment GC_stop_count (by THREAD_RESTARTED) before
raise_signal() call and restore the value after sem_wait().
* pthread_stop_world.c [!NACL && !GC_OPENBSD_UTHREADS] (GC_stop_init):
Log a message instead of abort if GC_sig_suspend == GC_sig_thr_restart;
do not call sigaction(GC_sig_thr_restart)
if GC_sig_suspend == GC_sig_thr_restart.
* tests/disclaim.c [GC_PTHREADS] (main): Call
GC_set_suspend_signal(GC_get_thr_restart_signal()) before GC init.

7254 of 9862 relevant lines covered (73.56%)

9608273.93 hits per line

Source Files on job 1257.5 (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)
  • Tree
  • List 0
  • Changed 35
  • Source Changed 7
  • Coverage Changed 35
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 822
  • Travis Job 1257.5
  • eddbd924 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" CC_FOR_CHECK=g++ MAKEFILE_TARGETS="all" MAKEFILE_TARGETS_CHECK="check" NO_CLONE_LIBATOMIC_OPS=true REPORT_COVERAGE=true TESTS_CUSTOM_RUN=true on master (#1256.5)
  • Next Job for 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 on master (#1258.5)
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