summaryrefslogtreecommitdiffstats
path: root/ipc/data
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-17 17:21:43 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-17 17:21:43 +0000
commit20062551c2bf7f50fce15d9dba3fc91159fd785d (patch)
treeea3ea272e7c3dc9efce4227abd569a316385d4c2 /ipc/data
parentf8c4c3996425c83f8c79eaa0f4f57745402a593f (diff)
downloadchromium_src-20062551c2bf7f50fce15d9dba3fc91159fd785d.zip
chromium_src-20062551c2bf7f50fce15d9dba3fc91159fd785d.tar.gz
chromium_src-20062551c2bf7f50fce15d9dba3fc91159fd785d.tar.bz2
r21342 moved IPC tests from unit_tests to ipc_tests,
so tell chrome_tests.py to look in ipc rather than chrome for its gtest.txt file, and actually move it. (At least for valgrind. Purify may need the same change.) Disable IPCChannelTest.ChannelTest and VisitedLinkEventsTest.Coalescense on valgrind, as they hang there today on linux bots. BUG=22141,22146 TEST=none Review URL: http://codereview.chromium.org/165064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/data')
-rw-r--r--ipc/data/valgrind/ipc_tests.gtest.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc/data/valgrind/ipc_tests.gtest.txt b/ipc/data/valgrind/ipc_tests.gtest.txt
new file mode 100644
index 0000000..4a836ab
--- /dev/null
+++ b/ipc/data/valgrind/ipc_tests.gtest.txt
@@ -0,0 +1,4 @@
+# Takes 27-40 seconds to run.
+IPCSyncChannelTest.ChattyServer
+# Hangs on Linux sometimes. See http://crbug.com/22141
+IPCChannelTest.ChannelTest