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

ivmai / bdwgc / 1415
77%

Build:
DEFAULT BRANCH: master
Ran 22 Nov 2022 04:18PM 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 Nov 2022 04:18PM UTC coverage: 74.335% (-0.007%) from 74.342%
1415

push

travis-ci-com

ivmai
Use emscripten_stack_get_base instead of emscripten_scan_stack

Issue #504 (bdwgc).

Simplify obtaining the stack base for Emscripten by using the direct
emscripten_stack_get_base(), instead of the ASYNCIFY-only
emscripten_scan_stack().

The previous variant of getting the stack base (using
emscripten_scan_stack function) is still available, it could be
chosen by passing -D USE_EMSCRIPTEN_SCAN_STACK to CFLAGS.

* os_dep.c [!ECOS && !NOSYS && !SYMBIAN && EMSCRIPTEN]: Include
emscripten.h only if USE_EMSCRIPTEN_SCAN_STACK; add comment.
* os_dep.c [!ECOS && !NOSYS && !SYMBIAN && EMSCRIPTEN]
(emscripten_stack_base, scan_stack_cb): Define only if
USE_EMSCRIPTEN_SCAN_STACK.
* os_dep.c [!ECOS && !NOSYS && !SYMBIAN && EMSCRIPTEN
&& !USE_EMSCRIPTEN_SCAN_STACK]: Include emscripten/stack.h.
* os_dep.c [!ECOS && !NOSYS && !SYMBIAN && EMSCRIPTEN]
(GC_get_main_stack_base): Call emscripten_stack_get_base() instead of
emscripten_scan_stack(scan_stack_cb) unless USE_EMSCRIPTEN_SCAN_STACK
is defined.

7461 of 10037 relevant lines covered (74.33%)

9786639.93 hits per line

Jobs
ID Job ID Ran Files Coverage
5 1415.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 Nov 2022 04:18PM UTC 0
74.33
Travis Job 1415.5
Source Files on build 1415
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1415
  • e4247e8e on github
  • Prev Build on master (#1414)
  • Next Build on master (#1416)
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