author | Andreea Pavel <apavel@mozilla.com> |
Tue, 18 Feb 2020 05:38:10 +0000 | |
changeset 514553 | 1effb11e8e178a9b1f25ba171f4d52f857ebb713 |
parent 514552 | 2dbac8cfef2488d4f2d90c775b94edb936b283e6 |
child 514554 | 8415a5f0b19775421eb33feb38e92767b683ba84 |
push id | 37137 |
push user | csabou@mozilla.com |
push date | Wed, 19 Feb 2020 09:53:52 +0000 |
treeherder | mozilla-central@1effb11e8e17 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Aryx |
bugs | 1615753 |
milestone | 75.0a1 |
first release with | nightly linux32
1effb11e8e17
/
75.0a1
/
20200219095352
/
files
nightly linux64
1effb11e8e17
/
75.0a1
/
20200219095352
/
files
nightly mac
1effb11e8e17
/
75.0a1
/
20200219095352
/
files
nightly win32
1effb11e8e17
/
75.0a1
/
20200219095352
/
files
nightly win64
1effb11e8e17
/
75.0a1
/
20200219095352
/
files
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
75.0a1
/
20200219095352
/
pushlog to previous
nightly linux64
75.0a1
/
20200219095352
/
pushlog to previous
nightly mac
75.0a1
/
20200219095352
/
pushlog to previous
nightly win32
75.0a1
/
20200219095352
/
pushlog to previous
nightly win64
75.0a1
/
20200219095352
/
pushlog to previous
|
testing/web-platform/meta/workers/modules/shared-worker-options-credentials.html.ini | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/meta/workers/modules/shared-worker-options-credentials.html.ini +++ b/testing/web-platform/meta/workers/modules/shared-worker-options-credentials.html.ini @@ -1,16 +1,10 @@ [shared-worker-options-credentials.html] - expected: - if (os == "win") and debug and not fission and not webrender and (processor == "x86"): ["ERROR", "TIMEOUT"] - if (os == "linux") and webrender and not fission and debug: ["ERROR", "TIMEOUT"] - if (os == "linux") and webrender and not fission and not debug: ["ERROR", "TIMEOUT"] - if (os == "win") and not debug: TIMEOUT - if (os == "android") and debug: ["ERROR", "TIMEOUT"] - [TIMEOUT, ERROR] + expected: ["TIMEOUT", "ERROR"] [new SharedWorker() with type=classic should always send the credentials regardless of the credentials option (same-origin).] expected: NOTRUN [new SharedWorker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (default).] expected: NOTRUN [new SharedWorker() with type=module and credentials=same-origin should send the credentials for same-origin dynamic imports] expected: NOTRUN