diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 18:09:51 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 18:09:51 +0000 |
commit | 1caeb9996ad2e9581d6da4bf52030650945682ea (patch) | |
tree | b066c288287dab8010953b8a6310a0a9472f589c | |
parent | fae0c716da991395bc240cf871a3540e19efceb6 (diff) | |
download | chromium_src-1caeb9996ad2e9581d6da4bf52030650945682ea.zip chromium_src-1caeb9996ad2e9581d6da4bf52030650945682ea.tar.gz chromium_src-1caeb9996ad2e9581d6da4bf52030650945682ea.tar.bz2 |
Disabling failing test on valgrind john, please revert this once you fixed the problem.
TBR=johnnyg@chromium.org
BUG=48975
TEST=none
Review URL: http://codereview.chromium.org/2950004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52188 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/data/valgrind/ui_tests.gtest.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/test/data/valgrind/ui_tests.gtest.txt b/chrome/test/data/valgrind/ui_tests.gtest.txt index c88643b..f201715 100644 --- a/chrome/test/data/valgrind/ui_tests.gtest.txt +++ b/chrome/test/data/valgrind/ui_tests.gtest.txt @@ -47,3 +47,12 @@ DownloadTest.* DefaultPluginUITest.DefaultPluginLoadTest # See http://crbug.com/38575 WorkerTest.* + +# See http://crbug.com/48975 +DesktopNotificationsTest.TestCancel +DesktopNotificationsTest.TestClose +DesktopNotificationsTest.TestEarlyDestruction +DesktopNotificationsTest.TestQueueing +DesktopNotificationsTest.TestShow +DesktopNotificationsTest.TestUserInputEscaping + |