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

Unified Diff: chrome/test/data/extensions/api_test/processes/api/test.js

Issue 1792453004: Disable newTabPagesShareProcess in ProcessesApiTest.Processes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: chrome/test/data/extensions/api_test/processes/api/test.js
diff --git a/chrome/test/data/extensions/api_test/processes/api/test.js b/chrome/test/data/extensions/api_test/processes/api/test.js
index a4ceb52e7bac159ee99a3247639668e842578f26..ee165bbaf195c20734c676d76eb2678b86e8693f 100644
--- a/chrome/test/data/extensions/api_test/processes/api/test.js
+++ b/chrome/test/data/extensions/api_test/processes/api/test.js
@@ -169,6 +169,9 @@ chrome.test.runTests([
}));
},
+ // DISABLED: crbug.com/594318
+ // Fails in --site-per-process
+ /*
function newTabPagesShareProcess() {
getProcessId(tabs[3].id, pass(function(pid3) {
getProcessId(tabs[4].id, pass(function(pid4) {
@@ -177,6 +180,7 @@ chrome.test.runTests([
}));
}));
},
+ */
function idsInUpdateEvent() {
listenOnce(chrome.processes.onUpdated, function(processes) {
« 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