Commit 3f9ba6ad authored by bruening's avatar bruening Committed by Commit bot

Generalize Dr. Memory suppressions to match 64-bit

Generalizes several Dr. Memory suppression callstacks to remove the
testing::internal::HandleExceptionsInMethodIfSupported frame which is not
present on 64-bit.

BUG=none
TBR=zhaoqin@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#367243}
parent 1ccd19c0
......@@ -236,7 +236,6 @@ WARNING
name=AllocationRegister guard page access deliberate crash
base.dll!base::trace_event::AllocationRegister::Insert
*!base::trace_event::AllocationRegisterTest_OverflowDeathTest_Test::TestBody
*!testing::internal::HandleExceptionsInMethodIfSupported<>
############################
# Benign issues in Chromium
......@@ -397,13 +396,11 @@ MSVCR100D.dll!operator new
*!operator new
*!operator new[]
*!`anonymous namespace'::SecurityTest_NewOverflow_Test::TestBody
*!testing::internal::HandleExceptionsInMethodIfSupported<>
WARNING
name=Security test (calloc overflow)
*!`anonymous namespace'::CallocReturnsNull
*!`anonymous namespace'::SecurityTest_CallocOverflow_Test::TestBody
*!testing::internal::HandleExceptionsInMethodIfSupported<>
GDI USAGE ERROR
name=http://crbug.com/234484
......@@ -737,7 +734,6 @@ UNADDRESSABLE ACCESS
name=bug_536803
*!blink::SecurityOrigin::addSuborigin
*!blink::SecurityOriginTest_Suborigins_Test::TestBody
*!testing::internal::HandleExceptionsInMethodIfSupported<>
HANDLE LEAK
name=bug_555058_a
......
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