Updated TSan suppressions
[libcds.git] / tools / tsan-suppression
1 # Run-time flags: envvar TSAN_OPTIONS="';' delimited option list"
2 # Useful options (full list see https://github.com/google/sanitizers/wiki/ThreadSanitizerFlags):
3 #   suppressions=<supression_file_name>
4 #   verosity=n Verbosity level (0 - silent, 1 - a bit of output, 2+ - more output).
5 #   history_size=[0..7], default 2
6
7 race:cds_test::thread::run
8
9 # DHP 
10 #race:cds::gc::details::retired_ptr::free
11
12 # uRCU false positive
13 #race:cds::urcu::gc*::batch_retire*
14
15 # EllenBinTree false positive
16 #race:ellen_bintree_pool::internal_node_allocator*::allocate
17
18 # TODO: TSan false positive or library issues?
19 #race:cds::container::OptimisticQueue*::alloc_node