2023-02-13 18:33:42 +03:00
|
|
|
# For ThreadSanitizerSuppressions
|
|
|
|
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
|
|
|
|
|
2023-03-08 16:26:59 +03:00
|
|
|
# Awkward usages of '*' in this file like '/ds/*ring_buffer.h' are necessary to handle the cases where tsan thinks
|
|
|
|
# src/ds/ring_buffer.h as src/ds/test/../ring_buffer.h for example
|
2023-02-13 18:33:42 +03:00
|
|
|
|
2023-03-08 16:26:59 +03:00
|
|
|
# For partitions_test
|
2023-02-13 18:33:42 +03:00
|
|
|
deadlock:*/store.h
|
|
|
|
deadlock:*/untyped_map.h
|
2023-03-08 16:26:59 +03:00
|
|
|
|
|
|
|
# For governance_test
|
|
|
|
race:*/node/*rpc/*frontend.h
|