diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-07 07:46:19 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-07 07:46:19 +0000 |
commit | 1d21e4402d5f87766399afb56b20964af3f8a64e (patch) | |
tree | bacbe0170218bb5ff936d7b0cfc1db5603a01598 /tools | |
parent | 7d2ecfe83288a4903f35e77bec3cb338556f3ecd (diff) | |
download | chromium_src-1d21e4402d5f87766399afb56b20964af3f8a64e.zip chromium_src-1d21e4402d5f87766399afb56b20964af3f8a64e.tar.gz chromium_src-1d21e4402d5f87766399afb56b20964af3f8a64e.tar.bz2 |
Ignore one more function from Windows guts since it occasionally leads to false reports
TBR=glider
Review URL: http://codereview.chromium.org/2645005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/ignores_win32.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores_win32.txt b/tools/valgrind/tsan/ignores_win32.txt index 5f2449e..051f95df 100644 --- a/tools/valgrind/tsan/ignores_win32.txt +++ b/tools/valgrind/tsan/ignores_win32.txt @@ -20,6 +20,7 @@ fun_r:*InitializeClock* # Some unknown Windows guts fun_r:Ordinal_* fun:unnamedImageEntryPoint +fun_r:RtlDestroyQueryDebugBuffer # Strange reports on net_unittests, maybe related to raising # a debug exception by PlatformThread |