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

Side by Side Diff: tools/valgrind/tsan_v2/suppressions.txt

Issue 22418002: Suppress data races on tracked_objects::ThreadData::tls_index_ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # False positives in libflashplayer.so and libglib.so. Since we don't 1 # False positives in libflashplayer.so and libglib.so. Since we don't
2 # instrument them, we cannot reason about the synchronization in them. 2 # instrument them, we cannot reason about the synchronization in them.
3 race:libflashplayer.so 3 race:libflashplayer.so
4 race:libglib*.so 4 race:libglib*.so
5 5
6 # Intentional race in ToolsSanityTest.DataRace in base_unittests. 6 # Intentional race in ToolsSanityTest.DataRace in base_unittests.
7 race:base/tools_sanity_unittest.cc 7 race:base/tools_sanity_unittest.cc
8 8
9 # Data race on WatchdogCounter [test-only] 9 # Data race on WatchdogCounter [test-only]
10 race:base/threading/watchdog_unittest.cc 10 race:base/threading/watchdog_unittest.cc
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 85
86 # http://crbug.com/248101 86 # http://crbug.com/248101
87 race:sqlite3Config 87 race:sqlite3Config
88 race:mem0 88 race:mem0
89 89
90 # http://crbug.com/257396 90 # http://crbug.com/257396
91 race:base::debug::TraceEventTestFixture_TraceSamplingScope_Test::TestBody 91 race:base::debug::TraceEventTestFixture_TraceSamplingScope_Test::TestBody
92 92
93 # http://crbug.com/257543 93 # http://crbug.com/257543
94 race:*GetObjectFromEntryAddress 94 race:*GetObjectFromEntryAddress
95
96 # http://crbug.com/268941
97 race:tracked_objects::ThreadData::tls_index_
OLDNEW
« 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