summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/valgrind
diff options
context:
space:
mode:
authordank@chromium.org <dank@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 21:01:42 +0000
committerdank@chromium.org <dank@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 21:01:42 +0000
commitc35c5e5f0a6d50f184759419c418b198f989ce72 (patch)
treedf1f051dc8fdc449adc2d7d2e2c3811b4e2b791c /chrome/test/data/valgrind
parentcc65ed864542d486654269b7ac72ecf8a0fef2cf (diff)
downloadchromium_src-c35c5e5f0a6d50f184759419c418b198f989ce72.zip
chromium_src-c35c5e5f0a6d50f184759419c418b198f989ce72.tar.gz
chromium_src-c35c5e5f0a6d50f184759419c418b198f989ce72.tar.bz2
Another day, another round of suppressions from my local continous mac ui valgrind run.
Move one suppression from 6547 to new bug 18664 as we widen it, 'cause 6547 was marked closed, and the history was messy. Also disable ErrorPageTest.DNSError_GoBack2Forward2 -- it hangs often on mac under valgrind, possibly a bug in valgrind. BUG=6547,16628,18661,18664 TEST=swing mac around your head on its power cord, see if any memory leaks out Review URL: http://codereview.chromium.org/165076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/valgrind')
-rw-r--r--chrome/test/data/valgrind/ui_tests.gtest.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/data/valgrind/ui_tests.gtest.txt b/chrome/test/data/valgrind/ui_tests.gtest.txt
index bbf54cf..b0b2037 100644
--- a/chrome/test/data/valgrind/ui_tests.gtest.txt
+++ b/chrome/test/data/valgrind/ui_tests.gtest.txt
@@ -8,3 +8,5 @@ SunSpiderReferenceTest.Perf
V8BenchmarkReferenceTest.Perf
# Buggy test; see http://crbug.com/6522
DownloadTest.UnknownSize
+# Hangs on mac at exit, during final valgrind leak checking? (valgrind bug?)
+ErrorPageTest.DNSError_GoBack2Forward2