Files
FairMQ/test
Dennis Klein a0e8271aca test: suppress libzmq-induced thread-sanitizer false positives
- libzmq is not tsan-instrumented, so tsan cannot see the happens-before
  its queues establish between user threads and libzmq I/O threads,
  producing false-positive data races on message buffers
- add test/thread_sanitizer_suppressions.txt and point TSAN_OPTIONS at it
  via the sanitizers job env so it reaches the tests and their device
  subprocesses
- suppress: accesses made directly from libzmq, the zero-copy message
  deleters libzmq runs from msg_t::close, shmem receive-side metadata
  reads, and std::regex/locale lazy-init races in libstdc++
2026-06-09 23:00:58 +02:00
..
2023-02-24 14:28:18 +01:00
2025-06-13 08:17:53 +02:00
2023-02-24 13:59:27 +01:00
2023-02-24 14:28:18 +01:00
2023-10-24 15:22:21 +02:00
2023-02-24 14:28:18 +01:00
2023-02-24 14:28:18 +01:00
2021-01-25 13:46:40 +01:00