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

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

Issue 8588061: suppress unit_tests deliberate null deref (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 4c8987368ed19fb2c99b211de1a3c79e4fc590dd..9c6df2327843239376909e66a9a12eda9743208a 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -714,6 +714,16 @@ name=NPAPITesterBase.NoHangIfInitCrashes deliberate crash
# TODO(bruening): switch to annotation once have support for that
npapi_test_plugin.dll!NPAPIClient::PluginClient::Initialize
+# This test intentionally leaks an object and checks that it's never deleted
+LEAK
Timur Iskhodzhanov 2011/11/18 20:05:40 can you add name= lines to these suppressions?
Derek Bruening 2011/12/07 14:53:59 meant to do this next time I changed this file but
Timur Iskhodzhanov 2011/12/07 15:01:29 I already did that. On 2011/12/07 14:53:59, Derek
+...
+*!BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
+
+# This test has a death test at the end that derefences a NULL pointer.
+UNADDRESSABLE ACCESS
+...
+unit_tests.exe!BrowserAboutHandlerTest_WillHandleBrowserAboutURL_Test::TestBody
Timur Iskhodzhanov 2011/12/07 13:32:16 Do you remember what was the stack? This one match
Derek Bruening 2011/12/07 14:53:59 This diff came straight from Reid and I just poste
Reid Kleckner 2011/12/07 15:04:23 Right: http://codereview.chromium.org/8585046/
+
############################
# Benign issues in Chromium
@@ -758,11 +768,6 @@ LEAK
*!TestURLRequestContextGetter::GetURLRequestContext
*!URLFetcher::Core::StartURLRequest
-# This test intentionally leaks an object and checks that it's never deleted
-LEAK
-...
-*!BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
-
WARNING
# http://code.google.com/p/chromium/issues/detail?id=72463
name=Ci#72463: prefetches in generated MemCopy
« 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