From c7157395997c7be29eeca3cb4d823266165ee63e Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 4 Apr 2018 12:54:49 -0700 Subject: [PATCH] Add arc::Weak to tsan filter. (#298) --- ci/tsan | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/tsan b/ci/tsan index bc9867f5b..552e0accf 100644 --- a/ci/tsan +++ b/ci/tsan @@ -3,3 +3,4 @@ # TSAN does not understand fences and `Arc::drop` is implemented using a fence. # This causes many false positives. race:Arc*drop +race:arc*Weak*drop