Bug 316448
| Summary: | [Site Isolation] Update all bots to use `--site-isolation-enabled-by-default` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Robert Jenner <jenner> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Robert Jenner
https://commits.webkit.org/314431@main adds a new flag `--site-isolation-enabled-by-default` to simulate the case where we enable SI by default.
It runs test with SI on and compares result with expected.txt file; and it allows test to opt out with header (when the test is testing a non-SI-specific behavior).
It knows to find SI-specific expected.txt files under mac-site-isolation / ios-site-isolation.
It has a fallback comparison path for imported wpt test to eliminate false positive — SI can affect the ordering of test results, and wpt test does not care about ordering.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Robert Jenner
<rdar://problem/178740802>
Robert Jenner
*** This bug has been marked as a duplicate of bug 316358 ***