summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/gtest_exclude
diff options
context:
space:
mode:
authorkelvinp@chromium.org <kelvinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 09:44:27 +0000
committerkelvinp@chromium.org <kelvinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 09:44:27 +0000
commit356eb0666ec7d6e6902948532a4b141c6b103fe8 (patch)
treef695d072b3f709c0ac7d3f93d0ba113e737f5f46 /tools/valgrind/gtest_exclude
parent8e93267fd484f77a71bf962fb5917154015bd42d (diff)
downloadchromium_src-356eb0666ec7d6e6902948532a4b141c6b103fe8.zip
chromium_src-356eb0666ec7d6e6902948532a4b141c6b103fe8.tar.gz
chromium_src-356eb0666ec7d6e6902948532a4b141c6b103fe8.tar.bz2
Fix MonitoredVideoStubTest failure in memory runs
Cause: The test fails because on slow machines, the connectivity check timer may fires before the test finishes. As a result, there is an unexpected transition to not ready on the video channel. Fix: Take that transition into account. BUG=369191 Review URL: https://codereview.chromium.org/264963007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/gtest_exclude')
-rw-r--r--tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt
index 868ab92..c322014 100644
--- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt
+++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt
@@ -1,6 +1,2 @@
# http://crbug.com/241856
VideoSchedulerTest.StartAndStop
-
-# http://crbug.com/369191
-MonitoredVideoStubTest.OnChannelConnected
-MonitoredVideoStubTest.OnChannelStayConnected