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

ivmai / libatomic_ops / 593
96%

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

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

Jobs
ID Job ID Ran Files Coverage
6 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") 31 Mar 2023 04:53AM UTC 15
96.59
Travis Job 593.6
Source Files on build 593
  • Tree
  • List 15
  • Changed 12
  • Source Changed 1
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #593
  • 2c8ba251 on github
  • Prev Build on master (#592)
  • Next Build on master (#594)
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

© 2025 Coveralls, Inc