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

Unified Diff: testing/buildbot/chromium.fyi.json

Issue 2295843004: Convert Site Isolation Win bot back to --site-per-process. (Closed)
Patch Set: Rebase Created 4 years, 4 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: testing/buildbot/chromium.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index 534236d188044b78d79c916b768380ad63bb83ec..8db19d10f9b4b134b653b5acbecee5e0928d219d 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -10844,81 +10844,81 @@
"gtest_tests": [
{
"args": [
- "--isolate-extensions"
+ "--site-per-process"
],
"test": "app_shell_unittests"
},
{
"args": [
- "--isolate-extensions",
- "--test-launcher-filter-file=src/testing/buildbot/filters/isolate-extensions.browser_tests.filter"
+ "--site-per-process",
+ "--test-launcher-filter-file=src/testing/buildbot/filters/site-per-process.browser_tests.filter"
],
"test": "browser_tests"
},
{
"args": [
- "--isolate-extensions"
+ "--site-per-process"
],
"test": "components_browsertests"
},
{
"args": [
- "--isolate-extensions"
+ "--site-per-process"
],
"test": "components_unittests"
},
{
"args": [
- "--isolate-sites-for-testing=*.is",
- "--test-launcher-filter-file=src/testing/buildbot/filters/isolate-extensions.content_browsertests.filter"
+ "--site-per-process",
+ "--test-launcher-filter-file=src/testing/buildbot/filters/site-per-process.content_browsertests.filter"
],
"test": "content_browsertests"
},
{
"args": [
- "--isolate-sites-for-testing=*.is"
+ "--site-per-process"
],
"test": "content_unittests"
},
{
"args": [
- "--isolate-sites-for-testing=chrome-extension://*"
+ "--site-per-process"
],
"test": "extensions_browsertests"
},
{
"args": [
- "--isolate-sites-for-testing=chrome-extension://*"
+ "--site-per-process"
],
"test": "extensions_unittests"
},
{
"args": [
- "--isolate-extensions"
+ "--site-per-process"
],
"test": "installer_util_unittests"
},
{
"args": [
- "--isolate-extensions"
+ "--site-per-process"
],
"test": "interactive_ui_tests"
},
{
"args": [
- "--isolate-extensions"
+ "--site-per-process"
],
"test": "nacl_loader_unittests"
},
{
"args": [
- "--isolate-extensions"
+ "--site-per-process"
],
"test": "sync_integration_tests"
},
{
"args": [
- "--isolate-extensions"
+ "--site-per-process"
],
"test": "unit_tests"
}
« 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