summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-17 10:49:38 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-17 10:49:38 +0000
commit851d667d302fe80f88a9d3117e19021ecb1577e3 (patch)
tree9eb8aae8417cb02adb86cad52ffb5c087ff65fd7 /ipc
parent62ee3b583e5d9934b2a5349649cf9a308329fe63 (diff)
downloadchromium_src-851d667d302fe80f88a9d3117e19021ecb1577e3.zip
chromium_src-851d667d302fe80f88a9d3117e19021ecb1577e3.tar.gz
chromium_src-851d667d302fe80f88a9d3117e19021ecb1577e3.tar.bz2
Don't run IPCSyncChannelTest.Multiple under Valgrind
It's failing and sometimes crashes Valgrind itself: Test crash: http://build.chromium.org/buildbot/memory/builders/Chromium%20Mac%20(valgrind)/builds/5412/steps/memory%20test:%20ipc/logs/stdio Valgrind crash: http://build.chromium.org/buildbot/memory/builders/Chromium%20Mac%20(valgrind)/builds/5400/steps/memory%20test:%20ipc/logs/stdio TBR=glider Review URL: http://codereview.chromium.org/2842011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/data/valgrind/ipc_tests.gtest.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/data/valgrind/ipc_tests.gtest.txt b/ipc/data/valgrind/ipc_tests.gtest.txt
index 4a836ab..7ae9e74 100644
--- a/ipc/data/valgrind/ipc_tests.gtest.txt
+++ b/ipc/data/valgrind/ipc_tests.gtest.txt
@@ -2,3 +2,5 @@
IPCSyncChannelTest.ChattyServer
# Hangs on Linux sometimes. See http://crbug.com/22141
IPCChannelTest.ChannelTest
+# Crashes under Valgrind. TODO(timurrrr): file a bug when crbug is working
+IPCSyncChannelTest.Multiple