diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 09:27:16 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 09:27:16 +0000 |
commit | 03289a05a531ea80b5a9cd489e3629955f40dee2 (patch) | |
tree | 69912b2423d4fde92be5b519a5ebaeae6d6d8249 /tools/valgrind | |
parent | 23b45d6e3da72ae542234d8a2b2027d34488b0b5 (diff) | |
download | chromium_src-03289a05a531ea80b5a9cd489e3629955f40dee2.zip chromium_src-03289a05a531ea80b5a9cd489e3629955f40dee2.tar.gz chromium_src-03289a05a531ea80b5a9cd489e3629955f40dee2.tar.bz2 |
Disables out-of-process PPAPI tests on memory bots.
This change disables a couple of out-of-process PPAPI tests not disabled by r93483 <http://crrev.com/93483> on memory bots because these tests exceed time outs on the bots.
TBR=timurrrr,glider,thestig
BUG=89961
TEST=make the "Linux Tests (valgrind)(5)" bot and the "Chromium Mac UI (valgrind)(1)" bot greener.
Review URL: http://codereview.chromium.org/7553007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt index 612f733..74c287d 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt @@ -97,3 +97,7 @@ SessionHistoryTest.JavascriptHistory # Fails flakily, http://crbug.com/86783 ResourceDispatcherTest.CrossSiteImmediateLoadOnunloadCookie + +# Out-of-process PPAPI tests fail on buildbots http://crbug.com/89961 +OutOfProcessPPAPITest.Instance +OutOfProcessPPAPITest.CursorControl |