rsyslog/tests/tsan-rt.supp
Rainer Gerhards 5ff2618ec5 tests: suppress libfaketime in tsan runtime
Why: avoid TSAN noise from LD_PRELOADed libfaketime
Impact: TSAN runs ignore known-good libfaketime races
Before/After: before TSAN reported libfaketime races; after
suppressed in runtime suppression list
Technical Overview:
- add a libfaketime race suppression to tsan-rt.supp
- align with other external-library suppressions in that file
- keep scope at runtime-suppression level for TSAN runs
- avoid touching non-TSAN test behavior
Closes https://github.com/rsyslog/rsyslog/issues/5225

With the help of AI-Agents: Codex
2026-01-29 18:01:24 +01:00

12 lines
273 B
Plaintext

# supressions for LLVM TSAN
# doc: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
race:^close$
race:^closeSess$
race:^bs_arrcmp_glblDbgFiles$
race:^imptcp_destruct_epd$
race:doLogMsg
race:setlocale
race:doSIGTTIN
race:libfaketime
race:libmysqlclient