Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6717)

Unified Diff: chrome_frame/test/test_with_web_server.cc

Issue 11316280: Disable CF web server tests temporarily on IE9 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dear Greg. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/test_with_web_server.cc
diff --git a/chrome_frame/test/test_with_web_server.cc b/chrome_frame/test/test_with_web_server.cc
index c7d1f7f4b5b6c09301a5c21ccd06bdaa28e952aa..bd8f59b1201fd5b6b24ae68e513f1af395649296 100644
--- a/chrome_frame/test/test_with_web_server.cc
+++ b/chrome_frame/test/test_with_web_server.cc
@@ -242,6 +242,12 @@ const wchar_t kPostedResultSubstring[] = L"/writefile/";
void ChromeFrameTestWithWebServer::SimpleBrowserTestExpectedResult(
BrowserKind browser, const wchar_t* page, const char* result) {
+ if (browser == IE && chrome_frame_test::GetInstalledIEVersion() >= IE_9) {
+ LOG(INFO) << "Temporarily disabling IE9 web server tests. "
+ "See http://crbug.com/143699";
+ return;
+ }
+
int tries = 0;
ExpectAndHandlePostedResult();
// Retry tests that timeout once; see http://crbug.com/96449.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698