diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 19:21:15 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 19:21:15 +0000 |
commit | 96f81a54c6639515a68ede374707d1301ac3951d (patch) | |
tree | 4286bb64ed4bdafebcafa90866363c0ea9aef68f /chrome/browser/history | |
parent | a1fc453a59579f0940076e9e6a229e2db99a7bed (diff) | |
download | chromium_src-96f81a54c6639515a68ede374707d1301ac3951d.zip chromium_src-96f81a54c6639515a68ede374707d1301ac3951d.tar.gz chromium_src-96f81a54c6639515a68ede374707d1301ac3951d.tar.bz2 |
More test enabling.
- RedirectTest.ClientServerServer passes locally so I'm trying re-enabling it.
- file a bug for RedirectTest.ClientCancelledByNewNavigationAfterProvisionalLoad .
- file a bug for SessionHistoryTest.CrossFrameFormBackForward
- mark SessionHistoryTest.LocationReplace as failing rather than disabled
- fix UnloadTest.BrowserCloseTabWhenOtherTabHasListener (the popup was being caught by the popup blocker)
TEST=buildbots
BUG=12913
Review URL: http://codereview.chromium.org/2264001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48417 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history')
-rw-r--r-- | chrome/browser/history/redirect_uitest.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/history/redirect_uitest.cc b/chrome/browser/history/redirect_uitest.cc index a94000e..b2d4fb8 100644 --- a/chrome/browser/history/redirect_uitest.cc +++ b/chrome/browser/history/redirect_uitest.cc @@ -138,9 +138,7 @@ TEST_F(RedirectTest, DISABLED_ClientCancelled) { } // Tests a client->server->server redirect -// TODO(creis): This is disabled temporarily while I figure out why it is -// failing. -TEST_F(RedirectTest, DISABLED_ClientServerServer) { +TEST_F(RedirectTest, ClientServerServer) { scoped_refptr<HTTPTestServer> server = HTTPTestServer::CreateServer(kDocRoot, NULL); ASSERT_TRUE(NULL != server.get()); @@ -243,6 +241,7 @@ TEST_F(RedirectTest, ClientFragments) { // alternatively load the second page from disk, but we would need to start // the browser for this testcase with --process-per-tab, and I don't think // we can do this at test-case-level granularity at the moment. +// http://crbug.com/45056 TEST_F(RedirectTest, DISABLED_ClientCancelledByNewNavigationAfterProvisionalLoad) { // We want to initiate a second navigation after the provisional load for |