Bug 1769468 - Update metadata on linux without fission for fetch-via-serviceworker.https.sub.html after wpt-sync. r=aryx DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D147691
This commit is contained in:
Cosmin Sabou 2022-05-30 19:16:33 +00:00
parent 1c2f2f9e15
commit ff5b672032

View File

@ -3,6 +3,7 @@
if (os == "linux") and fission and (processor == "x86_64") and debug: [OK, TIMEOUT]
if (os == "linux") and fission and (processor == "x86_64") and not debug: [OK, TIMEOUT]
if (os == "linux") and fission and (processor == "x86"): [OK, TIMEOUT]
if (os == "linux") and not fission: [OK, TIMEOUT]
[sec-fetch-mode - init: mode=no-cors - respondWith]
expected:
if (os == "linux") and fission and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
@ -30,24 +31,28 @@
if (os == "linux") and fission and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and fission and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and fission and debug: [PASS, NOTRUN]
if (os == "linux") and not fission: [PASS, NOTRUN, TIMEOUT]
[sec-fetch-dest - no init - fallback]
expected:
if (os == "linux") and fission and (processor == "x86_64") and not debug: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and fission and (processor == "x86_64") and debug: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and fission and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not fission: [PASS, NOTRUN, TIMEOUT]
[sec-fetch-user - no init - respondWith]
expected:
if (os == "linux") and fission and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and fission and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and fission and debug: [PASS, NOTRUN]
if (os == "linux") and not fission: [PASS, NOTRUN, TIMEOUT]
[sec-fetch-user - no init - fallback]
expected:
if (os == "linux") and fission and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and fission and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and fission and debug: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not fission: [PASS, NOTRUN, TIMEOUT]
[sec-fetch-mode - init: mode=cors - fallback]
expected: [PASS, TIMEOUT, NOTRUN]