[wpt-sync] Sync PR 45929 - Support Python 3.12
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox127 fixed)
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45929 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45929
Details from upstream follow.
James Graham <james@hoppipolla.co.uk> wrote:
Support Python 3.12
This requires a patch to pywebsocket3, since it doesn't correctly use the
SSLContext
and the old approach has now been dropped. We can upstream this patch after landing here, but this is quite urgent now since several major platforms are shipping 3.12 by default.It also updates all the CI configuration to use Python 3.12 in addition to, or instead of, Python 3.11, as appropriate.
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
Assignee | ||
Comment 2•7 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 19 tests and 8 subtests
Status Summary
Firefox
OK
: 19
PASS
: 366
FAIL
: 4
Chrome
OK
: 19
PASS
: 367
FAIL
: 3
Safari
OK
: 19
PASS
: 21
FAIL
: 11
ERROR
: 338
Links
Details
New Tests That Don't Pass
- /webdriver/tests/bidi/storage/delete_cookies/partition.py [wpt.fyi]
- test_partition_context_iframe[cross_origin]:
FAIL
(Chrome:PASS
, Safari:ERROR
)
- test_partition_context_iframe[cross_origin]:
- /webdriver/tests/bidi/storage/get_cookies/partition.py [wpt.fyi]
- test_partition_context_iframe[cross_origin]:
FAIL
(Chrome:PASS
, Safari:ERROR
)
- test_partition_context_iframe[cross_origin]:
- /webdriver/tests/bidi/storage/set_cookie/partition.py [wpt.fyi]
- test_partition_context:
FAIL
(Chrome:PASS
, Safari:ERROR
)
- test_partition_context:
- /webdriver/tests/classic/add_cookie/add.py [wpt.fyi]
- test_add_non_session_cookie:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- test_add_non_session_cookie:
Comment 4•7 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4c67206a1a40
https://hg.mozilla.org/mozilla-central/rev/3a30c37859d6
Description
•