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

Unified Diff: content/browser/renderer_host/resource_dispatcher_host_browsertest.cc

Issue 7187013: Disable some tests that will fail after the WebKit roll. These tests probably (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months 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 | « content/browser/renderer_host/render_view_host_manager_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/resource_dispatcher_host_browsertest.cc
===================================================================
--- content/browser/renderer_host/resource_dispatcher_host_browsertest.cc (revision 89361)
+++ content/browser/renderer_host/resource_dispatcher_host_browsertest.cc (working copy)
@@ -52,7 +52,9 @@
// Test title for content created by javascript window.open().
// See http://crbug.com/5988
-IN_PROC_BROWSER_TEST_F(ResourceDispatcherHostBrowserTest, DynamicTitle1) {
+// Disabled for http://code.google.com/p/chromium/issues/detail?id=86346
+IN_PROC_BROWSER_TEST_F(ResourceDispatcherHostBrowserTest,
+ DISABLED_DynamicTitle1) {
ASSERT_TRUE(test_server()->Start());
GURL url(test_server()->GetURL("files/dynamic1.html"));
@@ -64,7 +66,9 @@
// Test title for content created by javascript window.open().
// See http://crbug.com/5988
-IN_PROC_BROWSER_TEST_F(ResourceDispatcherHostBrowserTest, DynamicTitle2) {
+// Disabled for http://code.google.com/p/chromium/issues/detail?id=86346
+IN_PROC_BROWSER_TEST_F(ResourceDispatcherHostBrowserTest,
+ DISABLED_DynamicTitle2) {
ASSERT_TRUE(test_server()->Start());
GURL url(test_server()->GetURL("files/dynamic2.html"));
« no previous file with comments | « content/browser/renderer_host/render_view_host_manager_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698