Bug 1777501 - drop wpt rules which assume dFPI is disabled outside Nightly. r=timhuang

dFPI has been enabled in bug 1776760. dFPI for ServiceWorkers remains restricted
to Nightly, see bug 1730885.

Differential Revision: https://phabricator.services.mozilla.com/D150826
This commit is contained in:
Sebastian Hengst 2022-07-05 16:45:23 +00:00
Родитель 9e86268be7
Коммит d52b665095
8 изменённых файлов: 24 добавлений и 15 удалений

Просмотреть файл

@ -2,4 +2,4 @@
[Simple test for partitioned IndexedDB]
expected:
if os == "android": FAIL
if release_or_beta: FAIL

Просмотреть файл

@ -1,5 +1,8 @@
[partitioned-claim.tentative.https.html]
expected:
if release_or_beta and os != "android": TIMEOUT
[ServiceWorker's clients.claim() is partitioned]
expected:
if release_or_beta: FAIL
if release_or_beta and os != "android": TIMEOUT
if os == "android": FAIL

Просмотреть файл

@ -1,5 +1,8 @@
[partitioned-getRegistrations.tentative.https.html]
expected:
if release_or_beta and os != "android": TIMEOUT
[ServiceWorker's getRegistrations() is partitioned]
expected:
if release_or_beta: FAIL
if release_or_beta and os != "android": TIMEOUT
if os == "android": FAIL

Просмотреть файл

@ -1,3 +1,8 @@
[partitioned-matchAll.tentative.https.html]
expected:
if release_or_beta and os != "android": TIMEOUT
[ServiceWorker's matchAll() is partitioned]
expected: FAIL
expected:
if release_or_beta and os != "android": TIMEOUT
FAIL

Просмотреть файл

@ -1,8 +1,13 @@
[partitioned.tentative.https.html]
expected:
if release_or_beta and os != "android": TIMEOUT
[Services workers under different top-level sites are partitioned.]
expected:
if release_or_beta: FAIL
if release_or_beta and os != "android": TIMEOUT
if os == "android": FAIL
[Services workers with cross-site ancestors are partitioned.]
expected: FAIL
expected:
if release_or_beta and os != "android": NOTRUN
FAIL

Просмотреть файл

@ -1,12 +1,10 @@
[partitioned-web-locks.tentative.https.html]
expected:
if release_or_beta: ERROR
if os == "android": ERROR
TIMEOUT
[WebLocks of an iframe under a 3rd-party site are partitioned]
expected:
if os == "android": FAIL
if release_or_beta: FAIL
TIMEOUT
[WebLocks of a nested iframe with a cross-site ancestor are partitioned]

Просмотреть файл

@ -1,29 +1,25 @@
[cross-partition.https.tentative.html]
expected:
if release_or_beta: OK
if release_or_beta and os != "android": TIMEOUT
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
if (os == "win") and not debug: [OK, TIMEOUT]
[BroadcastChannel messages aren't received from a cross-partition iframe]
expected:
if release_or_beta: FAIL
if os == "android": FAIL
[BroadcastChannel messages aren't received from a nested iframe with a cross-site ancestor]
expected:
if release_or_beta: FAIL
if os == "android": FAIL
[BroadcastChannel messages aren't received from a cross-partition dedicated worker]
expected:
if release_or_beta: FAIL
if (os == "linux") and not debug: [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, TIMEOUT]
if os == "android": FAIL
[BroadcastChannel messages aren't received from a cross-partition shared worker]
expected:
if release_or_beta: FAIL
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
@ -32,7 +28,7 @@
[BroadcastChannel messages aren't received from a cross-partition service worker]
expected:
if release_or_beta: FAIL
if release_or_beta and os != "android": TIMEOUT
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]

Просмотреть файл

@ -6,7 +6,6 @@
if (os == "mac") and debug: [OK, TIMEOUT]
[StorageKey: test 3P about:blank window opened from a 3P iframe]
expected:
if release_or_beta: FAIL
if (os == "linux") and fission and not swgl and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and fission and not swgl and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
if (os == "linux") and fission and not swgl and debug: [PASS, TIMEOUT]