diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 08:50:26 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-04 08:50:26 +0000 |
commit | 55535201638b57671a0296768a75ee3332033de1 (patch) | |
tree | 5e6c31b5bbd2612bbab5f977fb23f9d27639b431 | |
parent | 46a9477e2a3a3e94bbf136ded005d04b3bd91432 (diff) | |
download | chromium_src-55535201638b57671a0296768a75ee3332033de1.zip chromium_src-55535201638b57671a0296768a75ee3332033de1.tar.gz chromium_src-55535201638b57671a0296768a75ee3332033de1.tar.bz2 |
Disables OutOfProcessPPAPITest.PostMessage on valgrind bots.
THis change disables OutOfProcessPPAPITest.PostMessage on valgrind because it often exceeds timeouts on our memory bots.
TBR=timurrrr,glider,thestig
BUG=89961
TEST=make the "Linux Tests (valgrind)(6)" bot and the "Chromium Mac UI (valgrind)(1)" bot greener.
Review URL: http://codereview.chromium.org/7574006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95398 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt index 74c287d..825f702 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt @@ -101,3 +101,4 @@ ResourceDispatcherTest.CrossSiteImmediateLoadOnunloadCookie # Out-of-process PPAPI tests fail on buildbots http://crbug.com/89961 OutOfProcessPPAPITest.Instance OutOfProcessPPAPITest.CursorControl +OutOfProcessPPAPITest.PostMessage |