summaryrefslogtreecommitdiffstats
path: root/chrome/browser/unload_uitest.cc
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-06 02:06:55 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-06 02:06:55 +0000
commitebc39d54914fe7d6761ac976a9a8d71619f12880 (patch)
tree737bc8bad7411146a36072b82ec7abf5572bfb6d /chrome/browser/unload_uitest.cc
parent87b92695697ae44b079a9d431ffb2a9e9837a377 (diff)
downloadchromium_src-ebc39d54914fe7d6761ac976a9a8d71619f12880.zip
chromium_src-ebc39d54914fe7d6761ac976a9a8d71619f12880.tar.gz
chromium_src-ebc39d54914fe7d6761ac976a9a8d71619f12880.tar.bz2
Disable new tests that are failing on buildbot.
Review URL: http://codereview.chromium.org/9446 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4861 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/unload_uitest.cc')
-rw-r--r--chrome/browser/unload_uitest.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/unload_uitest.cc b/chrome/browser/unload_uitest.cc
index 61f9024..729e806 100644
--- a/chrome/browser/unload_uitest.cc
+++ b/chrome/browser/unload_uitest.cc
@@ -66,7 +66,7 @@ class UnloadTest : public UITest {
// Navigate to a page with an infinite unload handler.
// Then two two async crosssite requests to ensure
// we don't get confused and think we're closing the tab.
-TEST_F(UnloadTest, CrossSiteInfiniteUnloadAsync) {
+TEST_F(UnloadTest, DISABLED_CrossSiteInfiniteUnloadAsync) {
NavigateToUnloadFileUsingTestServer(L"unloadlooping.html", L"unloadlooping");
NavigateToNolistenersFileTwiceAsync();
ASSERT_TRUE(IsBrowserRunning());
@@ -75,7 +75,7 @@ TEST_F(UnloadTest, CrossSiteInfiniteUnloadAsync) {
// Navigate to a page with an infinite unload handler.
// Then two two sync crosssite requests to ensure
// we correctly nav to each one.
-TEST_F(UnloadTest, CrossSiteInfiniteUnloadSync) {
+TEST_F(UnloadTest, DISABLED_CrossSiteInfiniteUnloadSync) {
NavigateToUnloadFileUsingTestServer(L"unloadlooping.html", L"unloadlooping");
NavigateToNolistenersFileTwice();
ASSERT_TRUE(IsBrowserRunning());
@@ -84,7 +84,7 @@ TEST_F(UnloadTest, CrossSiteInfiniteUnloadSync) {
// Navigate to a page with an infinite beforeunload handler.
// Then two two async crosssite requests to ensure
// we don't get confused and think we're closing the tab.
-TEST_F(UnloadTest, CrossSiteInfiniteBeforeUnloadAsync) {
+TEST_F(UnloadTest, DISABLED_CrossSiteInfiniteBeforeUnloadAsync) {
NavigateToUnloadFileUsingTestServer(L"beforeunloadlooping.html",
L"beforeunloadlooping");
NavigateToNolistenersFileTwiceAsync();
@@ -94,7 +94,7 @@ TEST_F(UnloadTest, CrossSiteInfiniteBeforeUnloadAsync) {
// Navigate to a page with an infinite beforeunload handler.
// Then two two sync crosssite requests to ensure
// we correctly nav to each one.
-TEST_F(UnloadTest, CrossSiteInfiniteBeforeUnloadSync) {
+TEST_F(UnloadTest, DISABLED_CrossSiteInfiniteBeforeUnloadSync) {
NavigateToUnloadFileUsingTestServer(L"beforeunloadlooping.html",
L"beforeunloadlooping");
NavigateToNolistenersFileTwice();