summaryrefslogtreecommitdiffstats
path: root/chrome/browser/session_history_uitest.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-27 22:43:38 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-27 22:43:38 +0000
commit0572d4f6ead89fd19176d0c8346ef1a281458073 (patch)
tree8c3b56ae86ce76fd0879c81222f677edaa8265d4 /chrome/browser/session_history_uitest.cc
parente5390a4d7d04cf148ace753239662a1bb32e5e4a (diff)
downloadchromium_src-0572d4f6ead89fd19176d0c8346ef1a281458073.zip
chromium_src-0572d4f6ead89fd19176d0c8346ef1a281458073.tar.gz
chromium_src-0572d4f6ead89fd19176d0c8346ef1a281458073.tar.bz2
Retry r48417.
Disable UnloadTest.BrowserCloseTabWhenOtherTabHasListener on windows because it is failing. BUG=45281 TEST=tree is green Review URL: http://codereview.chromium.org/2279006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/session_history_uitest.cc')
-rw-r--r--chrome/browser/session_history_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/session_history_uitest.cc b/chrome/browser/session_history_uitest.cc
index 830f9be..7fc93f5 100644
--- a/chrome/browser/session_history_uitest.cc
+++ b/chrome/browser/session_history_uitest.cc
@@ -268,6 +268,7 @@ TEST_F(SessionHistoryTest, FrameFormBackForward) {
// document state"
// Test that back/forward preserves POST data and document state when navigating
// across frames (ie, from frame -> nonframe).
+// http://crbug.com/45058
TEST_F(SessionHistoryTest, DISABLED_CrossFrameFormBackForward) {
scoped_refptr<HTTPTestServer> server =
HTTPTestServer::CreateServer(kDocRoot, NULL);
@@ -466,7 +467,7 @@ TEST_F(SessionHistoryTest, JavascriptHistory) {
}
// This test is failing consistently. See http://crbug.com/22560
-TEST_F(SessionHistoryTest, DISABLED_LocationReplace) {
+TEST_F(SessionHistoryTest, FAILS_LocationReplace) {
// Test that using location.replace doesn't leave the title of the old page
// visible.
scoped_refptr<HTTPTestServer> server =