diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 23:12:06 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 23:12:06 +0000 |
commit | 3222ddcfc13e280c64a014d965b266b2f4c6de19 (patch) | |
tree | cfa7dc9e894659e5423d58a1539b1c4f098173ff /tools | |
parent | e50812643622e48b09c68ed7049271efdd81d045 (diff) | |
download | chromium_src-3222ddcfc13e280c64a014d965b266b2f4c6de19.zip chromium_src-3222ddcfc13e280c64a014d965b266b2f4c6de19.tar.gz chromium_src-3222ddcfc13e280c64a014d965b266b2f4c6de19.tar.bz2 |
Valgrind: Disable failing OutOfProcessPPAPITest.View_PageHideShow.
BUG=109336
TEST=none
TBR=jhawkins
Review URL: http://codereview.chromium.org/9110019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116579 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 5fc4d7d..bf34dd2 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt @@ -106,6 +106,9 @@ OutOfProcessPPAPITest.Instance OutOfProcessPPAPITest.CursorControl OutOfProcessPPAPITest.PostMessage* +# Failing, may not be related to the tests above. http://crbug.com/109336 +OutOfProcessPPAPITest.View_PageHideShow + # NaCl ui_tests fail on buildbots http://crbug.com/104517 PPAPINaClTest* |