Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Unified Diff: tools/valgrind/drmemory/suppressions.txt

Issue 1376493003: suppress unaddr error blink::SecurityOrigin::addSuborigin in blink_unittests on Dr. Memory bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions.txt
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 157fbb85db2721e0d5fca3971f4e9dcdda9b6a5c..f7b539ab8f66db58915d00dd84225365ea3058e3 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -743,3 +743,9 @@ name=bug_522049
*!base::MessagePumpDefault::Run
*!base::MessageLoop::RunHandler
*!base::MessageLoop::Run
+
+UNADDRESSABLE ACCESS
+name=bug_536803
+*!blink::SecurityOrigin::addSuborigin
+*!blink::SecurityOriginTest_Suborigins_Test::TestBody
+*!testing::internal::HandleExceptionsInMethodIfSupported<>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698