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

Unified Diff: base/data/valgrind/base_unittests.gtest.txt

Issue 404036: No need to run out of memory test under valgrind - they will obviously leak,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/data/valgrind/base_unittests.gtest.txt
===================================================================
--- base/data/valgrind/base_unittests.gtest.txt (revision 32433)
+++ base/data/valgrind/base_unittests.gtest.txt (working copy)
@@ -13,3 +13,7 @@
# Hangs sometimes on linux, see http://crbug.com/22138
ClipboardTest.*
+
+# These tests trigger a CHECK so they will leak memory. They don't test
+# anything else, so just disable them on valgrind.
Lei Zhang 2009/11/18 23:47:44 Can you add a note indicating this is bug 28179?
+OutOfMemoryTest.*
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698