diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 12:30:30 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 12:30:30 +0000 |
commit | ef98734057347d0baea73855339ba2441e7c59f9 (patch) | |
tree | ff9325015eb98f38c95eedbf76ab5a6836e84f88 /tools | |
parent | 003c74662c55f74c0cc761319d2f250242382e6d (diff) | |
download | chromium_src-ef98734057347d0baea73855339ba2441e7c59f9.zip chromium_src-ef98734057347d0baea73855339ba2441e7c59f9.tar.gz chromium_src-ef98734057347d0baea73855339ba2441e7c59f9.tar.bz2 |
Don't run HTTPSRequestTest tests under Valgrind on Mac
BUG=62314
TBR=glider
Review URL: http://codereview.chromium.org/4682001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest.txt | 3 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest_mac.txt | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest.txt index 9aa93e7..0af617c 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest.txt @@ -4,6 +4,3 @@ KeygenHandlerTest.*ConcurrencyTest # Fails Valgrind with varying stack traces. http://crbug.com/43179 SpdyNetworkTransactionTest.PostWithEarlySynReply - -# These tests fail under Valgrind, see http://crbug.com/62314 -SSLClientSocketTest.* diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest_mac.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest_mac.txt index 57f2365..6986bdf 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest_mac.txt @@ -1,2 +1,6 @@ # Very slow under Valgrind, (see <http://crbug.com/37289>). KeygenHandlerTest.SmokeTest + +# These tests fail under Valgrind on Mac, see http://crbug.com/62314 +SSLClientSocketTest.* +HTTPSRequestTest.* |