summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-26 15:44:35 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-26 15:44:35 +0000
commit471832812017ccf4e423f1d20bbace948401be7b (patch)
treed6eb9d6d6d084819e6288b0e0f7afe48f3846914 /tools
parent149b502da4b720658be5c728f5ae74decbaa995b (diff)
downloadchromium_src-471832812017ccf4e423f1d20bbace948401be7b.zip
chromium_src-471832812017ccf4e423f1d20bbace948401be7b.tar.gz
chromium_src-471832812017ccf4e423f1d20bbace948401be7b.tar.bz2
Add another TSan ignore for file I/O on Win32.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/tsan/ignores_win32.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/valgrind/tsan/ignores_win32.txt b/tools/valgrind/tsan/ignores_win32.txt
index 8e9339d..49bfa76 100644
--- a/tools/valgrind/tsan/ignores_win32.txt
+++ b/tools/valgrind/tsan/ignores_win32.txt
@@ -52,7 +52,8 @@ fun:_ff_prefetch_mmxext
# See: https://code.google.com/p/data-race-test/issues/detail?id=114
fun_r:SHFileOperationW
-# Ignore internal fopen synchronization:
+# Ignore internal file I/O synchronization:
fun_r:_lock_file
fun_r:_lock
fun_r:_flsbuf
+fun_r:_unlock_file