Bug 1905539 - set expectation of shared-worker-partitioned-cookies.tentative.https.html as passing for beta and release. r=timhuang DONTBUILD

The next time the wpt sync bot pulls in changes from upstream and
adjusts test expectations and has to update this expectation file, it would
notice 'nightly_build' always evaluates to 'true' in its environment (only
mozilla-central is tested) and would drop that rule.

Set a 'PASS' rule release_or_beta and keep a general 'FAIL' rule which only
applies if the previous release_or_beta rule does not match.

Differential Revision: https://phabricator.services.mozilla.com/D215825
This commit is contained in:
Sebastian Hengst 2024-07-08 15:56:45 +00:00
parent ad50733284
commit d71911e08b

View File

@ -3,7 +3,8 @@
if tsan: CRASH
[SharedWorker: Partitioned Cookies]
expected:
if os == "android" and nightly_build: FAIL
if os == "android" and release_or_beta: PASS
if os == "android": FAIL
[Service Worker: Partitioned Cookies 3P Iframe]
expected: FAIL