Commit 41792b3
committed
ci: add ThreadSanitizer suppressions for Catch2 false positives
- create tsan.supp to suppress known Catch2 internal race conditions
- configure TSAN_OPTIONS to use suppressions file at test runtime
- suppress races in Catch::RunContext::resetAssertionInfo
Signed-off-by: NotKeira <github.rxs06@accounts.keira.boo>1 parent 5d16c2d commit 41792b3
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments