Chromium Code Reviews

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

Issue 2092016: Ignore accesses below ChromeThread::GetCurrentThreadIdentifier... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/ignores.txt
===================================================================
--- tools/valgrind/tsan/ignores.txt (revision 47666)
+++ tools/valgrind/tsan/ignores.txt (working copy)
@@ -83,3 +83,8 @@
# There's some weird failure test going on in this tiny test function in sqlite
fun_r:threadLockingTest
+
+# Ignore accesses below GetCurrentThreadIdentifier.
+# There is a benign race which is hard to suppress properly,
+# see http://crbug.com/44580
+fun_r:*ChromeThread*GetCurrentThreadIdentifier*
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine