Index: tools/tsan.supp |
diff --git a/tools/tsan.supp b/tools/tsan.supp |
index c997058db22d16d4334e4489870ea20e6edc26b3..0b07f62c5972ada3934a8eebd629caa48c815b6c 100644 |
--- a/tools/tsan.supp |
+++ b/tools/tsan.supp |
@@ -17,15 +17,7 @@ race:SkFontHost_FreeType |
# Not threadsafe, should be fixed. |
race:RefFCI |
-race:SkString::RefRec |
+race:SkString |
# Not threadsafe, should be deleted. |
race:SkPDF |
- |
-# Should be these can be removed once TSAN learns sk_acquire_load / sk_release_store. |
-race:SkOnce |
-race:SkRefCntBase |
- |
-# This is SkLazyPtr. Also can be cleaned up when TSAN learns sk_acquire_load / sk_release_store. |
-race:sk_acquire_load |
-race:__tsan_atomic64_compare_exchange_val |