diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-12 21:19:29 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-12 21:19:29 +0000 |
commit | 92068be3cf85d83d50f272b3339e12d77664a06d (patch) | |
tree | 2bc2440a18f4e04b2167cd73246ca387d60baf05 /tools | |
parent | dba25108786dd82e4babf983a581307b4bc8108a (diff) | |
download | chromium_src-92068be3cf85d83d50f272b3339e12d77664a06d.zip chromium_src-92068be3cf85d83d50f272b3339e12d77664a06d.tar.gz chromium_src-92068be3cf85d83d50f272b3339e12d77664a06d.tar.bz2 |
Valgrind: Disable two tests that are timing out in ChromiumOS.
BUG=85865,85866
TEST=none
TBR=thestig
Review URL: http://codereview.chromium.org/7003137
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt index 2d6bcf4..60e5502 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt @@ -74,3 +74,11 @@ AutomatedUITestBase.ShowBookmarkBar # Video decoding under valgrind is really slow, see http://crbug.com/53825 MediaTest.VideoBear* + +# Flakily times out. +# http://crbug.com/85865 +AppCacheUITest.AppCacheLayoutTests_NoPHP + +# Flakily times out. +# http://crbug.com/85866 +MetricsServiceTest.CloseRenderersNormally |