diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 10:45:34 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 10:45:34 +0000 |
commit | 62ee3b583e5d9934b2a5349649cf9a308329fe63 (patch) | |
tree | f7aecef2d02f13ea6a452076338c573f67a9edc5 /chrome/test | |
parent | 044de06466c30b563c2e999af6d2f782d5fa73a5 (diff) | |
download | chromium_src-62ee3b583e5d9934b2a5349649cf9a308329fe63.zip chromium_src-62ee3b583e5d9934b2a5349649cf9a308329fe63.tar.gz chromium_src-62ee3b583e5d9934b2a5349649cf9a308329fe63.tar.bz2 |
Exclude UnloadTests and one SessionHistoryTest under Valgrind
crbug is down right now so I can't file issues. Will file them once it is working again.
BUG=22927,29587,45562,46211
TBR=glider
Review URL: http://codereview.chromium.org/2809018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/valgrind/ui_tests.gtest.txt | 5 | ||||
-rw-r--r-- | chrome/test/data/valgrind/ui_tests.gtest_linux.txt | 8 | ||||
-rw-r--r-- | chrome/test/data/valgrind/ui_tests.gtest_mac.txt | 9 |
3 files changed, 6 insertions, 16 deletions
diff --git a/chrome/test/data/valgrind/ui_tests.gtest.txt b/chrome/test/data/valgrind/ui_tests.gtest.txt index 5f40e5f..0726931 100644 --- a/chrome/test/data/valgrind/ui_tests.gtest.txt +++ b/chrome/test/data/valgrind/ui_tests.gtest.txt @@ -8,9 +8,8 @@ DownloadTest.UnknownSize ErrorPageTest.DNSError_GoBack2AndForward ErrorPageTest.DNSError_GoBack2Forward2 -# Flaky timeout on Linux; see http://crbug.com/22927 -UnloadTest.BrowserCloseInfiniteBeforeUnload -UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert +# Flaky timeout on Linux; TODO(timurrrr):file a meta-bug when crbug is working +UnloadTest.* # Don't run reference tests under Valgrind # On the Mac, they don't have symbols, even, so suppressions don't work diff --git a/chrome/test/data/valgrind/ui_tests.gtest_linux.txt b/chrome/test/data/valgrind/ui_tests.gtest_linux.txt index 4692a29..897ac3d 100644 --- a/chrome/test/data/valgrind/ui_tests.gtest_linux.txt +++ b/chrome/test/data/valgrind/ui_tests.gtest_linux.txt @@ -11,11 +11,3 @@ BrowserTest.PosixSessionEnd ResourceDispatcherTest.CrossSiteAfterCrash # http://crbug.com/45574 Unhappy on ChromeOS valgrind LayoutPluginTester.UnloadNoCrash - -# See http://crbug.com/29587. -UnloadTest.CrossSiteInfiniteBeforeUnloadSync -# See http://crbug.com/45562 -UnloadTest.*BrowserCloseTabWhenOtherTabHasListener -# See http://crbug.com/46211 -UnloadTest.BrowserCloseBeforeUnloadOK -UnloadTest.BrowserCloseWithInnerFocusedFrame diff --git a/chrome/test/data/valgrind/ui_tests.gtest_mac.txt b/chrome/test/data/valgrind/ui_tests.gtest_mac.txt index daa01ca..904d2d4 100644 --- a/chrome/test/data/valgrind/ui_tests.gtest_mac.txt +++ b/chrome/test/data/valgrind/ui_tests.gtest_mac.txt @@ -9,7 +9,6 @@ AutomatedUITestBase.CloseBrowserWindow AutomatedUITestBase.OpenBrowserWindow ErrorPageTest.DNSError_GoBack2 ResourceDispatcherTest.CrossSiteNavigationErrorPage -SessionHistoryTest.JavascriptHistory TabRestoreUITest.RestoreCrossSiteWithExistingSiteInstance # Hung 7 times on the mac bots! ResourceDispatcherTest.SyncXMLHttpRequest_DuringUnload @@ -34,7 +33,6 @@ ErrorPageTest.DNSError_GoBack1 ErrorPageTest.DNSError_GoBack2 ErrorPageTest.DNSError_GoBack2AndForward ErrorPageTest.DNSError_GoBack2Forward2 -SessionHistoryTest.LocationReplace # See http://crbug.com/30367. NewTabUITest.NTPHasThumbnails NewTabUITest.UpdateUserPrefsVersion @@ -78,6 +76,7 @@ BookmarksUITest.CommandAgainGoesBackToBookmarksTab # See http://crbug.com/45564 ChromeMainTest.AppLaunch -# See http://crbug.com/39057 -# Hanging on mac valgrind ui bots. -UnloadTest.CrossSiteInfiniteBeforeUnloadAsync +# TODO(timurrrr): create a crbug issue when crbug is working again +SessionHistoryTest.FrameBackForward +SessionHistoryTest.JavascriptHistory +SessionHistoryTest.LocationReplace |