Bug 1631748 - Remove COOP WPT expected timeouts to figure out what platforms are still intermittently failing r=annevk

Differential Revision: https://phabricator.services.mozilla.com/D77773
This commit is contained in:
Valentin Gosu 2020-06-02 09:47:15 +00:00
Родитель a1450e1c3e
Коммит b1b23bbbb6
7 изменённых файлов: 0 добавлений и 59 удалений

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

@ -1,12 +0,0 @@
[coep.https.html]
expected:
if (processor == "x86") and not debug: [OK, TIMEOUT]
[Bonus: window.crossOriginIsolated]
expected:
if not nightly_build: FAIL
if (processor == "x86") and not debug: [PASS, TIMEOUT]
[Same-origin popup without coep]
expected:
if (processor == "x86") and not debug: [PASS, TIMEOUT]

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

@ -1,12 +0,0 @@
[iframe-popup-same-origin-allow-popups-to-same-origin-allow-popups.https.html]
expected:
if os == "mac": [OK, TIMEOUT]
if (os == "linux") and debug and not webrender: [OK, TIMEOUT]
[same-origin-allow-popups with SAME_SITE iframe opening popup a CROSS_ORIGIN with COOP: same-origin-allow-popups]
expected:
if os == "mac": [PASS, TIMEOUT]
[same-origin-allow-popups with SAME_ORIGIN iframe opening popup a CROSS_ORIGIN with COOP: same-origin-allow-popups]
expected:
if (os == "linux") and debug and not webrender: [PASS, TIMEOUT]

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

@ -1,7 +0,0 @@
[iframe-popup-same-origin-allow-popups-to-same-origin.https.html]
expected:
if debug and (os == "linux") and webrender and not fission: ["OK", "TIMEOUT"]
[same-origin-allow-popups with SAME_SITE iframe opening popup a CROSS_ORIGIN with COOP: same-origin]
expected:
if debug and (os == "linux") and webrender and not fission: ["PASS", "TIMEOUT"]

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

@ -1,7 +0,0 @@
[iframe-popup-unsafe-none-to-same-origin.https.html]
expected:
if (os == "linux") and debug and not webrender: ["OK", "TIMEOUT"]
[unsafe-none with SAME_SITE iframe opening popup a CROSS_ORIGIN with COOP: same-origin]
expected:
if (os == "linux") and debug and not webrender: ["PASS", "TIMEOUT"]

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

@ -1,7 +0,0 @@
[popup-same-origin-with-cross-origin.https.html]
expected:
if (os == "linux") and debug and webrender and not fission: ["OK", "TIMEOUT"]
[same-origin document opening popup to https://not-web-platform.test:8443 with COOP: "same-origin"]
expected:
if (os == "linux") and debug and webrender and not fission: ["PASS", "TIMEOUT"]

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

@ -1,7 +0,0 @@
[popup-same-origin-with-same-origin.https.html]
expected:
if debug and (os == "linux") and webrender and not fission: ["OK", "TIMEOUT"]
[same-origin document opening popup to https://web-platform.test:8443 with COOP: "same-origin unsafe-allow-outgoing"]
expected:
if debug and (os == "linux") and webrender and not fission: ["PASS", "TIMEOUT"]

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

@ -1,7 +0,0 @@
[popup-same-origin-with-same-site.https.html]
expected:
if (os == "linux") and not debug and webrender: [OK, TIMEOUT]
[same-origin document opening popup to https://www1.web-platform.test:8443 with COOP: "same-origin-allow-popups"]
expected:
if (os == "linux") and not debug and webrender: [PASS, TIMEOUT]