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