Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2257)

Unified Diff: base/debug/tsan_suppressions.cc

Issue 423643002: tsan_suppressions: remove vp9 suppression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/tsan_suppressions.cc
diff --git a/base/debug/tsan_suppressions.cc b/base/debug/tsan_suppressions.cc
index aeb0e5a64d9baca9dd2001372135de73e523f715..76d4cc18d3c3442ba1b3506341f6b60a291bcef2 100644
--- a/base/debug/tsan_suppressions.cc
+++ b/base/debug/tsan_suppressions.cc
@@ -253,9 +253,6 @@ char kTSanDefaultSuppressions[] =
"race:sctp_express_handle_sack\n"
"race:system_base_info\n"
-// http://crbug.com/350982
-"race:libvpx/vp9/decoder/vp9_thread.c\n"
-
// http://crbug.com/363999
"race:v8::internal::EnterDebugger::*EnterDebugger\n"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698