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

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

Issue 10216005: Update tracked_objects::ThreadData TSAN suppressions after http://crrev.com/132109 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: tools/valgrind/tsan/suppressions.txt
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 0cedb4a68840835e5d33ffe0174915d65eee4ae0..7124cb2679289772ef6ccff9128dc134aa48a946 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -592,7 +592,12 @@
{
bug_102327_c
ThreadSanitizer:Race
- fun:tracked_objects::ThreadData::tracking_status
+ fun:tracked_objects::ThreadData::TrackingStatus
+}
+{
+ bug_102327_d
+ ThreadSanitizer:Race
+ fun:tracked_objects::ThreadData::SnapshotMaps
}
{
bug_103711a
@@ -818,30 +823,6 @@
fun:base::internal::RunnableAdapter::Run
}
{
- bug_113771_a
- ThreadSanitizer:Race
- fun:tracked_objects::ThreadData::TrackingStatus
- fun:tracked_objects::ThreadData::TallyABirthIfActive
- fun:base::TrackingInfo::TrackingInfo
- fun:base::PendingTask::PendingTask
-}
-{
- bug_113771_b
- ThreadSanitizer:Race
- fun:tracked_objects::ThreadData::TrackingStatus
- fun:tracked_objects::ThreadData::Now
- fun:tracked_objects::ThreadData::NowForEndOfRun
- fun:MessageLoop::RunTask
-}
-{
- bug_113771_c
- ThreadSanitizer:Race
- fun:tracked_objects::ThreadData::TrackingStatus
- fun:tracked_objects::ThreadData::Now
- fun:tracked_objects::ThreadData::NowForStartOfRun
- fun:MessageLoop::RunTask
-}
-{
bug_115540
ThreadSanitizer:Race
fun:base::Thread::message_loop
« 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