Bug 1652345 - Skip the test since we haven't supported navigation-reporting; r=annevk

Differential Revision: https://phabricator.services.mozilla.com/D83608
This commit is contained in:
Tom Tung 2020-07-15 08:17:05 +00:00
Родитель 59f2707d2a
Коммит 6ed35f40e8
1 изменённых файлов: 1 добавлений и 51 удалений

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

@ -1,52 +1,2 @@
[reporting-popup-same-origin-coep-report-to.https.html]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["OK", "TIMEOUT"]
if not debug and (os == "win") and not webrender and (processor == "x86"): ["TIMEOUT", "OK"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): TIMEOUT
if not debug and (os == "linux") and webrender: TIMEOUT
if not debug and (os == "win") and webrender: ["TIMEOUT", "OK"]
if not debug and (os == "mac"): TIMEOUT
[verify remaining reports]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["PASS", "NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and not webrender and (processor == "x86"): ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "win") and not webrender and (processor == "x86_64"): NOTRUN
if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and webrender: ["NOTRUN", "PASS", "TIMEOUT"]
if not debug and (os == "mac"): NOTRUN
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", , , ]
expected: FAIL
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with , , same-origin; report-to="coop-popup-report-only-endpoint", require-corp]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
if not debug and (os == "linux") and webrender: NOTRUN
if not debug and (os == "mac"): NOTRUN
if not debug and (os == "win"): NOTRUN
FAIL
[coop reporting test reporting same origin with report-to to CROSS_ORIGIN with same-origin; report-to="coop-popup-report-endpoint", require-corp, , ]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "TIMEOUT"]
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86_64") and not webrender: TIMEOUT
if not debug and (os == "win") and (processor == "x86_64") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "linux") and webrender: ["TIMEOUT", "FAIL"]
if not debug and (os == "win") and (processor == "x86"): ["TIMEOUT", "FAIL"]
if not debug and (os == "mac"): TIMEOUT
FAIL
[coop reporting test reporting same origin with report-to to SAME_ORIGIN with , , same-origin; report-to="coop-popup-report-endpoint", require-corp]
expected:
if not debug and (os == "linux") and not webrender and (processor == "x86"): ["NOTRUN", "FAIL"]
if not debug and (os == "linux") and not webrender and (processor == "x86_64"): ["FAIL", "NOTRUN"]
if not debug and (os == "linux") and webrender: ["NOTRUN", "TIMEOUT"]
if not debug and (os == "win") and (processor == "x86_64"): NOTRUN
if not debug and (os == "win") and (processor == "x86"): ["NOTRUN", "TIMEOUT"]
if not debug and (os == "mac"): NOTRUN
FAIL
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1652926