Commit d2f95000 authored by glider@chromium.org's avatar glider@chromium.org

Suppress massive prefetching of unaddressable memory in v8::internal::OS::MemCopy

BUG=233500
TBR=oshima

Review URL: https://codereview.chromium.org/14267016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195094 0039d316-1c4b-4281-b951-d872f2087c98
parent 1a504992
......@@ -125,6 +125,11 @@ instruction=prefetch*
ffmpegsumo.dll!ff_prefetch_mmxext
ffmpegsumo.dll!vp8_decode_mb_row_no_filter
WARNING
name=http://crbug.com/233500 - prefetches in v8::internal::OS::MemCopy
instruction=prefetch*
v8.dll!v8::internal::OS::MemCopy
############################
# Intentional errors in Chromium tests (ToolsSanityTests)
LEAK
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment