summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/valgrind/gtest_exclude/net_unittests.gtest.txt3
-rw-r--r--tools/valgrind/gtest_exclude/net_unittests.gtest_mac.txt4
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.*