summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-06 08:09:25 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-06 08:09:25 +0000
commitb9d13a462ed9facb4cf0d36c86f51baf32c23178 (patch)
tree712b64e8276090c7d5de89bb1ae38b81f674258f /tools
parent18ac442568192f6540a670cce661e6979d233f94 (diff)
downloadchromium_src-b9d13a462ed9facb4cf0d36c86f51baf32c23178.zip
chromium_src-b9d13a462ed9facb4cf0d36c86f51baf32c23178.tar.gz
chromium_src-b9d13a462ed9facb4cf0d36c86f51baf32c23178.tar.bz2
Exclude IPCSyncChannelTest's completely
TBR=hbono BUG=140442,129620 Review URL: https://chromiumcodereview.appspot.com/10916138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155143 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/gtest_exclude/ipc_tests.gtest.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/valgrind/gtest_exclude/ipc_tests.gtest.txt b/tools/valgrind/gtest_exclude/ipc_tests.gtest.txt
index 22a2c17..21b12ac 100644
--- a/tools/valgrind/gtest_exclude/ipc_tests.gtest.txt
+++ b/tools/valgrind/gtest_exclude/ipc_tests.gtest.txt
@@ -4,6 +4,5 @@ IPCSyncChannelTest.ChattyServer
IPCChannelTest.ChannelTest
# Crashes under Valgrind. See http://crbug.com/46782
IPCSyncChannelTest.Multiple
-# Crashes under Valgrind. See http://crbug.com/140442
-IPCSyncChannelTest.RestrictedDispatch4WayDeadlock
-IPCSyncChannelTest.ReentrantReply
+# These crash under Valgrind way too often. See http://crbug.com/140442
+IPCSyncChannelTest.*