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

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

Issue 6665037: Disable ResourceDispatcherTest.CrossSiteAfterCrash test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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 | « no previous file | 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_uitest.cc
diff --git a/content/browser/renderer_host/resource_dispatcher_host_uitest.cc b/content/browser/renderer_host/resource_dispatcher_host_uitest.cc
index f20503bc5095ebca5dde86b26446f9715ea8aefe..2e02c47772eb368e7f9a441b204cf2cfa792ab77 100644
--- a/content/browser/renderer_host/resource_dispatcher_host_uitest.cc
+++ b/content/browser/renderer_host/resource_dispatcher_host_uitest.cc
@@ -181,7 +181,7 @@ TEST_F(ResourceDispatcherTest, CrossSiteOnunloadCookie) {
EXPECT_TRUE(tab->GetTabTitle(&tab_title));
EXPECT_EQ(L"set cookie on unload", tab_title);
- // Navigate to a new cross-site page, to dispatch unload event and set the
+ // Navigate to a new cross-site page, to dispatch unload event and set theq
// cookie.
CheckTitleTest("content-sniffer-test0.html",
"Content Sniffer Test 0", 1);
@@ -202,7 +202,7 @@ TEST_F(ResourceDispatcherTest, CrossSiteOnunloadCookie) {
// app isn't stripped of debug symbols, this takes about five minutes to
// complete and isn't conducive to quick turnarounds. As we don't currently
// strip the app on the build bots, this is bad times.
-TEST_F(ResourceDispatcherTest, CrossSiteAfterCrash) {
+TEST_F(ResourceDispatcherTest, FAILS_CrossSiteAfterCrash) {
// This test only works in multi-process mode
if (ProxyLauncher::in_process_renderer())
return;
« 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