summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-27 14:43:55 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-27 14:43:55 +0000
commitec165e1cfff8d44fc5674ef7304e1c9dd7d02c87 (patch)
treec41e6ccd4c7149e2889af02e7529046fb27986dd /tools/valgrind
parentd0e23c224b938d85f7c719161477fc6fc05cc84e (diff)
downloadchromium_src-ec165e1cfff8d44fc5674ef7304e1c9dd7d02c87.zip
chromium_src-ec165e1cfff8d44fc5674ef7304e1c9dd7d02c87.tar.gz
chromium_src-ec165e1cfff8d44fc5674ef7304e1c9dd7d02c87.tar.bz2
Exclude two failing tests for Dr. Memory runs and re-enable a couple of tests that has started to pass
TBR=bruening Review URL: http://codereview.chromium.org/7071045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87018 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt
index aa7ca01..bb72c3a 100644
--- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt
+++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt
@@ -1,14 +1,13 @@
-# See http://crbug.com/51145
-HttpNetworkTransactionTest.*
-HttpNetworkLayerTest.GET
-
# See http://crbug.com/82391
URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest
+# Dr. Memory hits an assertion:
+# http://code.google.com/p/drmemory/issues/detail?id=422
+HttpAuthTest.*
+HttpAuthHandlerFactoryTest.*
+
# TODO(timurrrr): investigate these
-ClientSocketPoolBaseTest.*
CookieMonsterTest.GarbageCollectionTriggers
-SSLClientSocketTest.*
ProxyResolverJS*
ProxyResolverV8Test.*
X509CertificateTest.*