author | moz-wptsync-bot <wptsync@mozilla.com> |
Mon, 11 May 2020 19:11:28 +0000 | |
changeset 531183 | 744afc3e7b6261802cc6f1baa7d5f59efe51b170 |
parent 531182 | 180a226742fd396680e6491caf4c277fcf564182 |
child 531184 | 5c694ed2f1a70ddb6613db3c633c7ea1ef409cf7 |
push id | 37435 |
push user | apavel@mozilla.com |
push date | Wed, 20 May 2020 15:28:23 +0000 |
treeherder | mozilla-central@5415da14ec9a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1633673, 23288 |
milestone | 78.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-dedicated-worker.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-dedicated-worker.https.html.ini @@ -1,15 +1,15 @@ implementation-status: backlog [cache-storage-reporting-dedicated-worker.https.html] + expected: + if debug and (os == "linux") and not fission and webrender: [OK, TIMEOUT, CRASH] + if debug and (os == "linux") and not fission and not webrender: [OK, TIMEOUT, CRASH] + if debug and (os == "linux") and fission: [TIMEOUT, CRASH] disabled: if debug and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425 if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425 - expected: - if debug and (os == "linux") and webrender: ["TIMEOUT", "CRASH"] - if debug and (os == "linux") and not webrender: ["TIMEOUT", "CRASH"] - TIMEOUT [COEP support on DedicatedWorker.] - expected: TIMEOUT + expected: FAIL [COEP-Report-Only support on DedicatedWorker.] - expected: NOTRUN + expected: FAIL
--- a/testing/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-service-worker.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-service-worker.https.html.ini @@ -1,15 +1,16 @@ implementation-status: backlog [cache-storage-reporting-service-worker.https.html] + expected: + if debug and not webrender and (os == "android"): [OK, TIMEOUT, CRASH] + if debug and not webrender and (os == "linux"): [OK, TIMEOUT, CRASH] + if debug and webrender and fission: [CRASH, TIMEOUT] + if debug and webrender and not fission: [OK, TIMEOUT, CRASH] disabled: if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425 if debug and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425 - expected: - if debug and not webrender: ["TIMEOUT", "CRASH"] - if debug and webrender: ["TIMEOUT", "CRASH"] - TIMEOUT [COEP support on ServiceWorker.] - expected: TIMEOUT + expected: FAIL [COEP-Report-Only support on ServiceWorker.] - expected: NOTRUN + expected: FAIL
--- a/testing/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-shared-worker.https.html.ini +++ b/testing/web-platform/meta/html/cross-origin-embedder-policy/cache-storage-reporting-shared-worker.https.html.ini @@ -1,15 +1,15 @@ implementation-status: backlog [cache-storage-reporting-shared-worker.https.html] + expected: + if debug and (os == "linux") and webrender and fission: [CRASH, TIMEOUT] + if debug and (os == "linux") and webrender and not fission: [OK, TIMEOUT, CRASH] + if debug and (os == "linux") and not webrender: [OK, TIMEOUT, CRASH] disabled: if debug and (os == "win"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425 if debug and (os == "mac"): https://bugzilla.mozilla.org/show_bug.cgi?id=1626425 - expected: - if debug and (os == "linux") and webrender: ["CRASH", "TIMEOUT"] - if debug and (os == "linux") and not webrender: ["CRASH", "TIMEOUT"] - TIMEOUT [COEP-Report-Only support on SharedWorker.] - expected: NOTRUN + expected: FAIL [COEP support on SharedWorker.] - expected: TIMEOUT + expected: FAIL
new file mode 100644 --- /dev/null +++ b/testing/web-platform/meta/html/cross-origin-embedder-policy/reporting-subresource-corp.https.html.ini @@ -0,0 +1,25 @@ +[reporting-subresource-corp.https.html] + [[shared worker\] blocked due to COEP] + expected: FAIL + + [[document\] blocked during redirect] + expected: FAIL + + [[dedicated worker\] blocked due to COEP] + expected: FAIL + + [[dedicated worker\] blocked during redirect] + expected: FAIL + + [[service worker\] blocked due to COEP] + expected: FAIL + + [[document\] blocked due to COEP] + expected: FAIL + + [[shared worker\] blocked during redirect] + expected: FAIL + + [[service worker\] blocked during redirect] + expected: FAIL +
deleted file mode 100644 --- a/testing/web-platform/meta/infrastructure/expected-fail/precondition-in-promise.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[precondition-in-promise.html] - expected: PRECONDITION_FAILED
deleted file mode 100644 --- a/testing/web-platform/meta/infrastructure/expected-fail/precondition-in-setup.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[precondition-in-setup.html] - expected: PRECONDITION_FAILED
deleted file mode 100644 --- a/testing/web-platform/meta/infrastructure/expected-fail/precondition-without-setup.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[precondition-without-setup.html] - expected: PRECONDITION_FAILED
deleted file mode 100644 --- a/testing/web-platform/meta/infrastructure/expected-fail/precondition.html.ini +++ /dev/null @@ -1,16 +0,0 @@ -[precondition.html] - [async_test immediate] - expected: PRECONDITION_FAILED - - [promise_test immediate] - expected: PRECONDITION_FAILED - - [promise_test after await] - expected: PRECONDITION_FAILED - - [async_test after timeout] - expected: PRECONDITION_FAILED - - [test] - expected: PRECONDITION_FAILED -