Commit 4fb39317 authored by jyasskin's avatar jyasskin Committed by Commit bot

Suppress the DrMemory report for an intentional RELEASE_ASSERT failure.

BUG=497344
TBR=bruening@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#333143}
parent 44c6cdbc
......@@ -1054,6 +1054,13 @@ name=http://crbug.com/64887 (GMock printing uninit data)
...
*!testing::*::PrintBytesInObjectTo*
# This is an EXPECT_DEATH() that hits a RELEASE_ASSERT(),
# which intentionally writes to NULL in order to crash.
UNADDRESSABLE ACCESS
name=https://crbug.com/497344
blink_platform.dll!blink::SecurityOrigin::addSuborigin
*!blink::SecurityOriginTest_Suborigins_Test::TestBody
###############################################################
# Proactively borrowed from memcheck/suppressions.txt.
# We have not yet seen these, but we are expanding the sets of tests
......
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