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

Unified Diff: chrome/browser/task_manager/task_manager_browsertest.cc

Issue 809553002: Add two bug numbers in comments to disabled tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/browser/task_manager/task_manager_browsertest.cc
diff --git a/chrome/browser/task_manager/task_manager_browsertest.cc b/chrome/browser/task_manager/task_manager_browsertest.cc
index 6a17cf043ce7b4be59570a85aff1b1135c6ce784..25dc0ecd162f93a733268a0e289bb749477ffaeb 100644
--- a/chrome/browser/task_manager/task_manager_browsertest.cc
+++ b/chrome/browser/task_manager/task_manager_browsertest.cc
@@ -863,8 +863,9 @@ IN_PROC_BROWSER_TEST_P(TaskManagerOOPIFBrowserTest, KillSubframe) {
// Tests what happens when a tab navigates to a site (a.com) that it previously
// has a cross-process subframe into (b.com).
//
-// TODO(nick): Disabled because the second navigation hits an ASSERT(frame()) in
-// WebLocalFrameImpl::loadRequest under --site-per-process.
+// TODO(nick): http://crbug.com/442532. Disabled because the second navigation
+// hits an ASSERT(frame()) in WebLocalFrameImpl::loadRequest under --site-per-
+// process.
IN_PROC_BROWSER_TEST_P(TaskManagerOOPIFBrowserTest,
DISABLED_NavigateToSubframeProcess) {
ShowTaskManager();
@@ -976,8 +977,8 @@ IN_PROC_BROWSER_TEST_P(TaskManagerOOPIFBrowserTest,
// Tests what happens when a tab navigates a cross-frame iframe (to b.com)
// back to the site of the parent document (a.com).
//
-// TODO(nick): Disabled because the second navigation crashes the renderer
-// under --site-per-process during blink::Frame::detach().
+// TODO(nick): http://crbug.com/433012. Disabled because the second navigation
+// crashes the renderer under --site-per-process during blink::Frame::detach().
IN_PROC_BROWSER_TEST_P(TaskManagerOOPIFBrowserTest,
DISABLED_CrossSiteIframeBecomesSameSite) {
ShowTaskManager();
« 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