We should port task_manager_browsertest_util.h to the new task manager, and make sure all the tests pass when we do this, and fix any bugs we encounter along the way.
I already have a pending fix for a IoThreadHelper issue: https://codereview.chromium.org/1918423002/
Also the following 8 tests show different title-formatting behavior between the old and new task manager. Not sure if these are new taskmanager bugs or features, but we need to address them all.
Three categories of failure:
"Extension: Packaged App Test" instead of "App: Packaged App Test".
- TaskManagerBrowserTest.NoticeAppTabChanges
- TaskManagerBrowserTest.NoticeAppTab
"Tab: Unmodified" instead of "App: ".
- TaskManagerBrowserTest.NoticeHostedAppTabChanges
- TaskManagerBrowserTest.NoticeHostedAppTabAfterReload
chrome-devtools:// URL without a prefix instead of "Tab: *"
- TaskManagerBrowserTest.DevToolsNewDockedWindow
- TaskManagerBrowserTest.DevToolsNewUndockedWindow
- TaskManagerBrowserTest.DevToolsOldDockedWindow
- TaskManagerBrowserTest.DevToolsOldUndockedWindow
Comment 1 by nick@chromium.org
, Apr 26 2016