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

Unified Diff: content/browser/renderer_host/render_view_host_manager_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
Index: content/browser/renderer_host/render_view_host_manager_browsertest.cc
===================================================================
--- content/browser/renderer_host/render_view_host_manager_browsertest.cc (revision 89361)
+++ content/browser/renderer_host/render_view_host_manager_browsertest.cc (working copy)
@@ -38,8 +38,9 @@
// Test for crbug.com/24447. Following a cross-site link with rel=noreferrer
// and target=_blank should create a new SiteInstance.
+// Disabled for http://code.google.com/p/chromium/issues/detail?id=86346
IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest,
- SwapProcessWithRelNoreferrerAndTargetBlank) {
+ DISABLED_SwapProcessWithRelNoreferrerAndTargetBlank) {
// Start two servers with different sites.
ASSERT_TRUE(test_server()->Start());
net::TestServer https_server(
@@ -92,8 +93,9 @@
// Test for crbug.com/24447. Following a cross-site link with just
// target=_blank should not create a new SiteInstance.
+// Disabled for http://code.google.com/p/chromium/issues/detail?id=86346
IN_PROC_BROWSER_TEST_F(RenderViewHostManagerTest,
- DontSwapProcessWithOnlyTargetBlank) {
+ DISABLED_DontSwapProcessWithOnlyTargetBlank) {
// Start two servers with different sites.
ASSERT_TRUE(test_server()->Start());
net::TestServer https_server(

Powered by Google App Engine
This is Rietveld 408576698