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

Unified Diff: build/sanitizers/tsan_suppressions.cc

Issue 951673002: Revert "Pull chromium at 2c3ffb2355a27c32f45e508ef861416b820c823b" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « build/json_schema_api.gni ('k') | build/secondary/third_party/cacheinvalidation/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/sanitizers/tsan_suppressions.cc
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc
index 24c24d6d25f9f8aa78f13e85e706d5b44263e8f5..5704f2df1fe544b802aa1f472014923c681bd536 100644
--- a/build/sanitizers/tsan_suppressions.cc
+++ b/build/sanitizers/tsan_suppressions.cc
@@ -69,8 +69,8 @@ char kTSanDefaultSuppressions[] =
"race:v8::Locker::Initialize\n"
// http://crbug.com/223352
-"race:uprv_malloc_54\n"
-"race:uprv_realloc_54\n"
+"race:uprv_malloc_52\n"
+"race:uprv_realloc_52\n"
// http://crbug.com/239359
"race:media::TestInputCallback::OnData\n"
@@ -325,15 +325,6 @@ char kTSanDefaultSuppressions[] =
// https://crbug.com/455665
"race:mojo::common::*::tick_clock\n"
-// https://crbug.com/459429
-"race:randomnessPid\n"
-
-// https://crbug.com/460243
-"race:IPC::ChannelMojoHost::OnClientLaunched\n"
-
-// https://crbug.com/454655
-"race:content::BrowserTestBase::PostTaskToInProcessRendererAndWait\n"
-
// End of suppressions.
; // Please keep this semicolon.
« no previous file with comments | « build/json_schema_api.gni ('k') | build/secondary/third_party/cacheinvalidation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698