diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 10:49:38 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 10:49:38 +0000 |
commit | 851d667d302fe80f88a9d3117e19021ecb1577e3 (patch) | |
tree | 9eb8aae8417cb02adb86cad52ffb5c087ff65fd7 /ipc | |
parent | 62ee3b583e5d9934b2a5349649cf9a308329fe63 (diff) | |
download | chromium_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.txt | 2 |
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 |