Index: tools/valgrind/drmemory/suppressions_full.txt |
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt |
index 5071c8ea3410d0e2f46cf1296fa144fd4395735a..ef276e51880f365f8a8f84490a1a5aa2ed6a0564 100644 |
--- a/tools/valgrind/drmemory/suppressions_full.txt |
+++ b/tools/valgrind/drmemory/suppressions_full.txt |
@@ -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 |