diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 15:55:59 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 15:55:59 +0000 |
commit | 4b4eacd52b08d2f9e8c306352294c79323d41ff5 (patch) | |
tree | d40965d25cf1d0b056d54ffde29d02081f6a4a65 /tools | |
parent | 53dcc5cb1f0a7657590b16b1e171dc34ec01959b (diff) | |
download | chromium_src-4b4eacd52b08d2f9e8c306352294c79323d41ff5.zip chromium_src-4b4eacd52b08d2f9e8c306352294c79323d41ff5.tar.gz chromium_src-4b4eacd52b08d2f9e8c306352294c79323d41ff5.tar.bz2 |
Mac Valgrind failures with UI tests
Disables failing tests on Mac Valgrind bot.
BUG=51716 92177
TEST=Tests go green on Mac Valgrind bot
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7602018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt index 510f822..181efc0 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest_mac.txt @@ -106,6 +106,7 @@ AutomationProxyTest.GetBrowserWindow AutomationProxyTest.GetBrowserWindowCount AutomationProxyTest.GetCurrentURL AutomationProxyTest.GoBackForward +AutomationProxyTest.NavigateToURLAsync AutomationProxyTest2.GetActiveTabIndex AutomationProxyTest2.GetTabTitle AutomationProxyTest4.NumberValueIsEchoedByDomAutomationController @@ -113,6 +114,7 @@ AutomationProxyTest4.StringValueIsEchoedByDomAutomationController AutomatedUITestBase.OpenNewTab AutomationProxyTest5.TestLifetimeOfDomAutomationController DOMStorageTest.EventLayoutTests +DOMStorageTest.SessionStorageLayoutTests ErrorPageTest.IFrameDNSError_Basic ExtensionProxyUITest.EnableDisable HistoryTester.ConsiderSlowRedirectAsUserInitiated @@ -127,6 +129,7 @@ OutOfProcessPPAPITest.Core OutOfProcessPPAPITest.Memory OutOfProcessPPAPITest.PaintAggregator OutOfProcessPPAPITest.URLUtil +OutOfProcessPPAPITest.VideoDecoder PPAPITest.Buffer PPAPITest.CharSet PPAPITest.FileIO @@ -294,3 +297,7 @@ SessionHistoryTest.BasicBackForward # http://crbug.com/91163 AutomatedUITestBase.OpenCloseBrowserWindowWithAccelerator + +# http://crbug.com/92177 +CustomHandlerMailStartupTest.CustomHandlerMailStartup +CustomHandlerWebcalStartupTest.CustomHandlerWebcalStartup |