SiteIsolationPolicyBrowserTest.NoPolicyNoTrialsFlags test is incompatible with not_site_per_process_browser_tests trybots step |
||
Issue description
SiteIsolationPolicyBrowserTest.NoPolicyNoTrialsFlags test looks as follows:
236 IN_PROC_BROWSER_TEST_F(SiteIsolationPolicyBrowserTest, NoPolicyNoTrialsFlags) {
237 ASSERT_FALSE(base::CommandLine::ForCurrentProcess()->HasSwitch(
238 switches::kDisableSiteIsolationTrials));
239 }
This test is incompatible with the not_site_per_process_browser_tests trybots step that will need to be added after making site-per-process the default:
https://crrev.com/981019:
'not_site_per_process_browser_tests': {
'args': [
'--disable-site-isolation-trials'
],
'swarming': {
'shards': 10,
},
'test': 'browser_tests',
},
It seems that removing the test altogether might be undesirable (knowing that kDisableSiteIsolationTrials is not present by default is useful), so I plan to disable the test on Linux (which is the only platform where the not_site_per_process_browser_tests step will run).
,
Nov 5
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d99247935d7369ab3013013fb4c9e265e627742b commit d99247935d7369ab3013013fb4c9e265e627742b Author: Lukasz Anforowicz <lukasza@chromium.org> Date: Mon Nov 05 19:36:18 2018 Re-enable SiteIsolationPolicyBrowserTest.NoPolicyNoTrialsFlags. not_site_per_process_browser_tests step has been removed by r581059 back in August - therefore the original reason for disabling SiteIsolationPolicyBrowserTest.NoPolicyNoTrialsFlags test is gone and the test can be re-enabled everywhere. Bug: 833423 Change-Id: If4d197202c18c277e80d6e37760c2e0bb6c4c622 Reviewed-on: https://chromium-review.googlesource.com/c/1315359 Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#605415} [modify] https://crrev.com/d99247935d7369ab3013013fb4c9e265e627742b/chrome/browser/policy/site_isolation_policy_browsertest.cc
,
Nov 5
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 21 2018