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

ivmai / libatomic_ops / 593 / 6
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 31 Mar 2023 04:53AM UTC
Files 15
Run time 0s
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

31 Mar 2023 04:53AM UTC coverage: 96.591% (+0.03%) from 96.557%
CONF_OPTIONS="--enable-gcov --enable-shared" CC_FOR_CHECK=gcc MAKEFILE_TARGET=all REPORT_COVERAGE=true CFLAGS_EXTRA="-march=native -D DEBUG_RUN_ONE_TEST -D VERBOSE_STACK"

push

travis-ci-com

ivmai
Eliminate 'atomic_thread_fence is unsupported with tsan' gcc-11 warning

The workaround is to use __atomic_test_and_set instead of
__atomic_thread_fence in case of option -fsanitize=thread is passed
to gcc (or clang).  The old behavior could be turned on by defining
AO_USE_ATOMIC_THREAD_FENCE macro.

* src/atomic_ops/sysdeps/gcc/generic.h [!AO_UNIPROCESSOR
&& AO_THREAD_SANITIZER && !AO_USE_ATOMIC_THREAD_FENCE] (AO_nop_read,
AO_nop_write, AO_nop_full): Do not define (using
__atomic_thread_fence); add comment.

2777 of 2875 relevant lines covered (96.59%)

1088816.21 hits per line

Source Files on job 593.6 (CONF_OPTIONS="--enable-gcov --enable-shared" CC_FOR_CHECK=gcc MAKEFILE_TARGET=all REPORT_COVERAGE=true CFLAGS_EXTRA="-march=native -D DEBUG_RUN_ONE_TEST -D VERBOSE_STACK")
  • Tree
  • List 15
  • Changed 12
  • Source Changed 1
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 425
  • Travis Job 593.6
  • 2c8ba251 on github
  • Prev Job for CONF_OPTIONS="--enable-gcov --enable-shared" CC_FOR_CHECK=gcc MAKEFILE_TARGET=all REPORT_COVERAGE=true CFLAGS_EXTRA="-march=native -D DEBUG_RUN_ONE_TEST -D VERBOSE_STACK" on master (#592.6)
  • Next Job for CONF_OPTIONS="--enable-gcov --enable-shared" CC_FOR_CHECK=gcc MAKEFILE_TARGET=all REPORT_COVERAGE=true CFLAGS_EXTRA="-march=native -D DEBUG_RUN_ONE_TEST -D VERBOSE_STACK" on master (#594.6)
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