Closed Bug 1613079 Opened 5 years ago Closed 5 years ago

[wpt-sync] Sync PR 21571 - SharedWorker: Add shared-worker-options-credentials.html

Categories

(Core :: DOM: Workers, task, P4)

task

Tracking

()

RESOLVED FIXED
mozilla75
Tracking Status
firefox75 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 21571 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/21571
Details from upstream follow.

Eriko Kurimoto <elkurin@google.com> wrote:

SharedWorker: Add shared-worker-options-credentials.html

This CL adds shared-worker-options-credentials.html for web-platform-test.

Bug: 824646
Change-Id: Ib35daf5ba96ddd03bb1881757e86e8251c1a3456
Reviewed-on: https://chromium-review.googlesource.com/2037294
WPT-Export-Revision: 0be38828ecdea2585941fd6308a6ee0c74549841

Component: web-platform-tests → DOM: Workers
Product: Testing → Core

CI Results

Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 45 tests

Status Summary

Firefox

PASS : 8[GitHub] 51[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL : 2
TIMEOUT: 2[Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-qr-opt, Gecko-windows7-32-debug] 3[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-opt, GitHub]
ERROR : 1[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-opt, GitHub] 2[Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-qr-opt, Gecko-windows7-32-debug]
NOTRUN : 54

Chrome

OK : 1
PASS : 38
FAIL : 20
TIMEOUT: 2
NOTRUN : 7

Safari

OK : 1
PASS : 5
FAIL : 33
TIMEOUT: 1
ERROR : 1
NOTRUN : 27

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/workers/modules/shared-worker-options-credentials.html: ERROR [Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-qr-opt, Gecko-windows7-32-debug], TIMEOUT [Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-opt, GitHub] (Chrome: TIMEOUT, Safari: OK)
new SharedWorker() with type=classic should always send the credentials regardless of the credentials option (same-origin).: NOTRUN (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (default).: NOTRUN (Chrome: NOTRUN, Safari: FAIL)
new SharedWorker() with type=module and credentials=same-origin should send the credentials for same-origin dynamic imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=module and credentials=omit should not send the credentials for same-origin static imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=module and credentials=omit should not send the credentials for cross-origin static imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (omit).: NOTRUN (Chrome: NOTRUN, Safari: FAIL)
new SharedWorker() with type=module and default credentials option should behave as credentials=same-origin and send the credentials for same-origin static imports: TIMEOUT (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=module and default credentials option should behave as credentials=same-origin and not send the credentials for cross-origin static imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=classic should always send the credentials regardless of the credentials option (include).: NOTRUN (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (omit).: NOTRUN (Chrome: NOTRUN, Safari: FAIL)
new SharedWorker() with type=module and default credentials option should behave as credentials=same-origin and send the credentials for same-origin dynamic imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=classic should always send the credentials regardless of the credentials option (omit).: NOTRUN (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=omit should not send the credentials for same-origin dynamic imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=module and credentials=omit should not send the credentials: FAIL (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=module and credentials=same-origin should send the credentials for same-origin static imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (include).: NOTRUN (Chrome: NOTRUN, Safari: FAIL)
new SharedWorker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (include).: NOTRUN (Chrome: NOTRUN, Safari: FAIL)
new SharedWorker() with type=module and credentials=same-origin should not send the credentials for cross-origin dynamic imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (same-origin).: NOTRUN (Chrome: NOTRUN, Safari: FAIL)
new SharedWorker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (default).: NOTRUN (Chrome: TIMEOUT, Safari: FAIL)
new SharedWorker() with type=module and default credentials option should behave as credentials=same-origin and not send the credentials for cross-origin dynamic imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=module and credentials=include should send the credentials for same-origin dynamic imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=module and credentials=same-origin should not send the credentials for cross-origin static imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=module and credentials=omit should not send the credentials for cross-origin dynamic imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=classic should always send the credentials regardless of the credentials option (default).: NOTRUN (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (same-origin).: NOTRUN (Chrome: NOTRUN, Safari: FAIL)
new SharedWorker() with type=module and credentials=include should send the credentials for cross-origin dynamic imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=module and credentials=include should send the credentials for same-origin static imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
new SharedWorker() with type=module and credentials=include should send the credentials for cross-origin static imports: NOTRUN (Chrome: FAIL, Safari: FAIL)
/workers/modules/dedicated-worker-options-credentials.html: ERROR (Chrome: OK, Safari: ERROR)
new Worker() with type=classic should always send the credentials regardless of the credentials option (include).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=classic should always send the credentials regardless of the credentials option (default).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=classic should always send the credentials regardless of the credentials option (omit).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and credentials=include should send the credentials for same-origin static imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (include).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (same-origin).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type-module credentials=omit should not send the credentials for cross-origin dynamic imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type-module credentials=omit should not send the credentials for cross-origin static imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and credentials=omit should not send the credentials for same-origin dynamic imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and credentials=omit should not send the credentials for same-origin static imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and credentials=include should send the credentials for cross-origin dynamic imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and credentials=same-origin should not send the credentials for cross-origin static imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (include).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and credentials=same-origin should not send the credentials for cross-origin dynamic imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (omit).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and default credentials option should behave as credentials=same-origin and not send the credentials for cross-origin static imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (omit).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and credentials=omit should not send the credentials: FAIL (Chrome: PASS, Safari: FAIL)
new Worker() with type=module and default credentials option should behave as credentials=same-origin and send the credentials for same-origin static imports: TIMEOUT (Chrome: PASS, Safari: TIMEOUT)
new Worker() with type=classic should always send the credentials regardless of the credentials option (same-origin).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=classic should never send the credentials for cross-origin dynamic imports regardless of the credentials option (default).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (default).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and credentials=include should send the credentials for cross-origin static imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=classic should always send the credentials for same-origin dynamic imports regardless of the credentials option (same-origin).: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and default credentials option should behave as credentials=same-origin and not send the credentials for cross-origin dynamic imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and credentials=same-origin should send the credentials for same-origin dynamic imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and credentials=same-origin should send the credentials for same-origin static imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and default credentials option should behave as credentials=same-origin and send the credentials for same-origin dynamic imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)
new Worker() with type=module and credentials=include should send the credentials for same-origin dynamic imports: NOTRUN (Chrome: PASS, Safari: NOTRUN)

Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4f01a153d67a [wpt PR 21571] - SharedWorker: Add shared-worker-options-credentials.html, a=testonly https://hg.mozilla.org/integration/autoland/rev/b9fba0d81d5f [wpt PR 21571] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in before you can comment on or make changes to this bug.