Updated TSan suppressions
authorkhizmax <libcds.dev@gmail.com>
Sat, 19 Nov 2016 17:03:14 +0000 (20:03 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 19 Nov 2016 17:03:14 +0000 (20:03 +0300)
tools/tsan-suppression

index b784e967b260e47aee8fb7a2f82da04caffd21d9..10a741d5ca8a5432789b3fb89c2fa76c65e3e415 100644 (file)
@@ -1,14 +1,19 @@
-# Boost race [?] in test framework. Do not affect to libcds
-race:CppUnitMini::ThreadPool::~ThreadPool
+# Run-time flags: envvar TSAN_OPTIONS="';' delimited option list"
+# Useful options (full list see https://github.com/google/sanitizers/wiki/ThreadSanitizerFlags):
+#   suppressions=<supression_file_name>
+#   verosity=n Verbosity level (0 - silent, 1 - a bit of output, 2+ - more output).
+#   history_size=[0..7], default 2
+
+race:cds_test::thread::run
 
 # DHP 
 
 # DHP 
-race:cds::gc::details::retired_ptr::free
+#race:cds::gc::details::retired_ptr::free
 
 # uRCU false positive
 
 # uRCU false positive
-race:cds::urcu::gc*::batch_retire*
+#race:cds::urcu::gc*::batch_retire*
 
 # EllenBinTree false positive
 
 # EllenBinTree false positive
-race:ellen_bintree_pool::internal_node_allocator*::allocate
+#race:ellen_bintree_pool::internal_node_allocator*::allocate
 
 # TODO: TSan false positive or library issues?
 
 # TODO: TSan false positive or library issues?
-race:cds::container::OptimisticQueue*::alloc_node
+#race:cds::container::OptimisticQueue*::alloc_node