diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-19 04:24:25 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-19 04:24:25 +0000 |
commit | bfa0a4bdd5d76c7fa5339ea0e89aa94f6895606c (patch) | |
tree | 403a6c068db4cc9a50e75894e62dffd17eb54283 /tools | |
parent | e75b44e20e49dc4ce602d297066bdd2d2a4bf722 (diff) | |
download | chromium_src-bfa0a4bdd5d76c7fa5339ea0e89aa94f6895606c.zip chromium_src-bfa0a4bdd5d76c7fa5339ea0e89aa94f6895606c.tar.gz chromium_src-bfa0a4bdd5d76c7fa5339ea0e89aa94f6895606c.tar.bz2 |
Disables OutOfProcessPPAPITest.InputEvent on valgrind bots.
This change disables OutOfProcessPPAPITest.InputEvent, which started failing on our valgrind bots since r114924 <http://crrev.com/r114924>.
TBR=glider
BUG=108014
TEST=make the "Linux Tests (valgrind)(9)" bot and the "Chromium OS UI (valgrind)(9)" bot greener.
Review URL: http://codereview.chromium.org/8993002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt index 926004d..fcf0d01 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt @@ -140,3 +140,6 @@ WidgetOwnershipTest.Ownership_ViewsNativeWidgetOwnsWidget_NativeDestroy # Leaks in audio tests http://crbug.com/106036 PPAPITest.Audio_* OutOfProcessPPAPITest.Audio_* + +# Started failing since r114924 http://crbug.com/108014 +OutOfProcessPPAPITest.InputEvent |