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

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

Issue 1533953003: Switch Site Isolation Windows FYI bot to run with --isolate-extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fyi-enable-more-tests
Patch Set: Fix bad rebase Created 5 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: testing/buildbot/chromium.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index 767237504f62838b2cfc019f425c07616d8d0e5a..ebceebf355f3d9cb6c247c8968f1795d4b815b7f 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -5729,32 +5729,32 @@
"gtest_tests": [
{
"args": [
- "--site-per-process"
+ "--isolate-extensions"
],
"test": "app_shell_unittests"
},
{
"args": [
- "--site-per-process"
+ "--isolate-extensions"
],
"test": "ash_unittests"
},
{
"args": [
- "--site-per-process",
- "--gtest_filter=-AllUrlsApiTest.WhitelistedExtension:BrowserNavigatorTest.NavigateFromNTPToOptionsInSameTab:BrowserTest.OtherRedirectsDontForkProcess:BrowserTest.WindowOpenClose:ChromeRenderProcessHostTest.*:ChromeRenderProcessHostTestWithCommandLine.*:ErrorPageTest.*:ExtensionApiTest.Tabs2:ExtensionApiTest.TabMove:ExtensionApiTest.TabsOnUpdated:ExtensionURLRewriteBrowserTest.NewTabPageURL:IsolatedAppTest.*:PhishingClassifierDelegateTest.*:PhishingDOMFeatureExtractorTest.SubFrames:PolicyTest.HomepageLocation:PrerenderBrowserTest.*:ProcessManagementTest.*:RedirectTest.ClientEmptyReferer:ReferrerPolicyTest.HttpsRedirect:RestoreOnStartupPolicyTestInstance/RestoreOnStartupPolicyTest.RunTest*:SSLUITest.TestGoodFrameNavigation:SSLUITest.TestMarkNonSecureAs:WebNavigationApiTest.CrossProcessFragment:WebNavigationApiTest.ServerRedirectSingleProcess:WebNavigationApiTest.CrossProcessHistory:WebRtcBrowserTest.RunsAudioVideoWebRTCCallInTwoTabs"
+ "--isolate-extensions",
+ "--gtest_filter=-PhishingClassifierDelegateTest.*:WebNavigationApiTest.*"
],
"test": "browser_tests"
},
{
"args": [
- "--site-per-process"
+ "--isolate-extensions"
],
"test": "components_browsertests"
},
{
"args": [
- "--site-per-process"
+ "--isolate-extensions"
],
"test": "components_unittests"
},
@@ -5773,43 +5773,43 @@
},
{
"args": [
- "--site-per-process"
+ "--isolate-sites-for-testing=chrome-extension://*"
],
"test": "extensions_browsertests"
},
{
"args": [
- "--site-per-process"
+ "--isolate-sites-for-testing=chrome-extension://*"
],
"test": "extensions_unittests"
},
{
"args": [
- "--site-per-process"
+ "--isolate-extensions"
],
"test": "installer_util_unittests"
},
{
"args": [
- "--site-per-process"
+ "--isolate-extensions"
],
"test": "interactive_ui_tests"
},
{
"args": [
- "--site-per-process"
+ "--isolate-extensions"
],
"test": "nacl_loader_unittests"
},
{
"args": [
- "--site-per-process"
+ "--isolate-extensions"
],
"test": "sync_integration_tests"
},
{
"args": [
- "--site-per-process"
+ "--isolate-extensions"
],
"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