[wpt-sync] Sync PR 24091 - Python 3: port tests in workers
Categories
(Core :: DOM: Workers, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24091 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24091
Details from upstream follow.
Ziran Sun <zsun@igalia.com> wrote:
Python 3: port tests in workers
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 16 tests and 33 subtests
Status Summary
Firefox
OK : 14
PASS : 89
FAIL : 4
TIMEOUT: 3
ERROR : 1
NOTRUN : 54
Chrome
OK : 16
PASS : 148
FAIL : 1
Safari
OK : 10
PASS : 42
FAIL : 53
TIMEOUT: 1
ERROR : 6
NOTRUN : 27
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/workers/modules/shared-worker-options-credentials.html: TIMEOUT
New Tests That Don't Pass
/workers/baseurl/alpha/import-in-moduleworker.html
Base URL in module dedicated workers: import: FAIL (Chrome: PASS, Safari: FAIL)
/workers/baseurl/alpha/sharedworker-in-worker.html
Base URL in workers: new SharedWorker(): FAIL (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)
/workers/modules/shared-worker-options-credentials.html: TIMEOUT (Chrome: OK, 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: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=same-origin should send the credentials for same-origin dynamic imports: NOTRUN (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=omit should not send the credentials for same-origin static imports: NOTRUN (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=omit should not send the credentials for cross-origin static imports: 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 (omit).: NOTRUN (Chrome: PASS, 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: PASS, 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: PASS, 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: PASS, 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: PASS, 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: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=omit should not send the credentials: FAIL (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=same-origin should send the credentials for same-origin static imports: 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 (include).: 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 (include).: NOTRUN (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=same-origin should not send the credentials for cross-origin dynamic imports: 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 (same-origin).: 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 (default).: NOTRUN (Chrome: PASS, 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: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=include should send the credentials for same-origin dynamic imports: NOTRUN (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=same-origin should not send the credentials for cross-origin static imports: NOTRUN (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=omit should not send the credentials for cross-origin dynamic imports: NOTRUN (Chrome: PASS, 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: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=include should send the credentials for cross-origin dynamic imports: NOTRUN (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=include should send the credentials for same-origin static imports: NOTRUN (Chrome: PASS, Safari: FAIL)
new SharedWorker() with type=module and credentials=include should send the credentials for cross-origin static imports: NOTRUN (Chrome: PASS, Safari: FAIL)
Comment 4•5 years ago
|
||
| bugherder | ||
Description
•