summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 22:32:17 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-22 22:32:17 +0000
commit816e7e7616b20367c8d017c53140944d1cbdf260 (patch)
tree6401f56487c6fc98f93f46e4d12e98a14810bc7f
parentb2477480c0605851d97dcbb84644e5a7a1599bc3 (diff)
downloadchromium_src-816e7e7616b20367c8d017c53140944d1cbdf260.zip
chromium_src-816e7e7616b20367c8d017c53140944d1cbdf260.tar.gz
chromium_src-816e7e7616b20367c8d017c53140944d1cbdf260.tar.bz2
SpdyNetworkTransactionSpdy21Test.WriteError fails on ChromeOS Valgrind
This started failing somewhere around r128174, but no smoking gun. Disabling test. BUG=118883 TEST=Valgrind on ChromeOS TBR=rch@chromium.org Review URL: https://chromiumcodereview.appspot.com/9835029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128316 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/valgrind/gtest_exclude/net_unittests.gtest-memcheck.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-memcheck.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-memcheck.txt
index 264a7fa..03e19c7 100644
--- a/tools/valgrind/gtest_exclude/net_unittests.gtest-memcheck.txt
+++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-memcheck.txt
@@ -24,3 +24,6 @@ DiskCacheBackendTest.ShutdownWithPendingIO_Fast
# flaky failure on Linux Tests (valgrind)(2),
# see http://code.google.com/p/chromium/issues/detail?id=117196
SSLClientSocketTest.VerifyReturnChainProperlyOrdered
+
+# http://crbug.com/118883
+SpdyNetworkTransactionSpdy21Test.WriteError