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

Unified Diff: tools/valgrind/tsan/suppressions.txt

Issue 6094003: Suppress UserScript/Pango race report (false positive?), remove some suppress... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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: tools/valgrind/tsan/suppressions.txt
===================================================================
--- tools/valgrind/tsan/suppressions.txt (revision 70146)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -80,36 +80,6 @@
}
{
- bug_64080
- ThreadSanitizer:Race
- ...
- fun:chromeos::PulseAudioMixer::~PulseAudioMixer*
- ...
- fun:Singleton<chromeos::AudioHandler*>::OnExit*
-}
-
-{
- bug_64186a
- ThreadSanitizer:Race
- fun:chromeos::CrosLibrary::Library*GetDefaultImpl*
- fun:chromeos::CrosLibrary::GetSystemLibrary*
-}
-
-{
- bug_64186b
- ThreadSanitizer:Race
- ...
- fun:MetricsService::InitTask::Run*
-}
-
-{
- bug_64188
- ThreadSanitizer:Race
- ...
- fun:base::RefCounted<net::NetLog::EventParameters>::*
-}
-
-{
bug_66994a
ThreadSanitizer:Race
fun:HistoryURLProvider::Stop*
@@ -124,23 +94,14 @@
}
{
- bug_67546a
+ bug_67957
ThreadSanitizer:Race
- ...
- fun:g_main_context_dispatch
- fun:g_main_context_iterate
- fun:g_main_context_iteration
+ fun:Replace_memcpy
+ fun:memcpy
+ fun:Serialize*
+ fun:UserScriptMaster::ScriptReloader::RunScan*
}
-{
- bug_67546b
- ThreadSanitizer:Race
- ...
- fun:g_cclosure_marshal_VOID__OBJECT
- fun:g_type_class_meta_marshal
- fun:g_closure_invoke
-}
-
############################
# Benign races
{
« 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