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

ivmai / bdwgc / 1255
77%

Build:
DEFAULT BRANCH: master
Ran 22 Mar 2022 06:09AM UTC
Jobs 1
Files 58
Run time 5s
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

22 Mar 2022 06:01AM UTC coverage: 73.606% (+0.05%) from 73.553%
1255

push

travis-ci-com

ivmai
Remove GC_world_is_stopped variable
(refactoring)

* pthread_stop_world.c [!GC_OPENBSD_UTHREADS && !NACL] (GC_stop_count):
Do not initialize to 0; update comment.
* pthread_stop_world.c [!GC_OPENBSD_UTHREADS && !NACL]
(GC_world_is_stopped): Remove static variable.
* pthread_stop_world.c [!GC_OPENBSD_UTHREADS && !NACL]
(GC_suspend_handler_inner): Clear THREAD_RESTARTED bit in my_stop_count
instead of assertion that it is not set; remove redundant cast of
last_stop_count and my_stop_count to word; do not test value of
GC_world_is_stopped (because the bit is in GC_stop_count now).
* pthread_stop_world.c [!GC_OPENBSD_UTHREADS && !NACL && E2K]
(GC_push_all_stacks): Remove is_stopped local variable; use
GC_stop_count&THREAD_RESTARTED instead of GC_world_is_stopped.
* pthread_stop_world.c [!GC_OPENBSD_UTHREADS && !NACL] (GC_suspend_all,
GC_stop_world): Add assertion about GC_stop_count&THREAD_RESTARTED;
do not update GC_world_is_stopped value; remove redundant cast of
GC_stop_count.
* pthread_stop_world.c [!GC_OPENBSD_UTHREADS && !NACL]
(GC_suspend_all): Increment GC_stop_count by THREAD_RESTARTED (instead
of THREAD_RESTARTED+1).
* pthread_stop_world.c [!GC_OPENBSD_UTHREADS && !NACL]
(GC_start_world): Increment GC_stop_count by THREAD_RESTARTED.
* pthread_stop_world.c [!GC_OPENBSD_UTHREADS && !NACL]
(GC_stop_init): Set GC_stop_count to THREAD_RESTARTED.

7245 of 9843 relevant lines covered (73.61%)

10174862.67 hits per line

Jobs
ID Job ID Ran Files Coverage
5 1255.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) 22 Mar 2022 06:09AM UTC 0
73.61
Travis Job 1255.5
Source Files on build 1255
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1255
  • b6d44ecc on github
  • Prev Build on master (#1254)
  • Next Build on master (#1256)
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