Bug 237108 - Resolve WebSocket test failures after Python 3 transition
Summary: Resolve WebSocket test failures after Python 3 transition
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-23 13:44 PST by Jonathan Bedard
Modified: 2022-03-02 13:45 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2022-02-23 13:44:43 PST
A few WebSocket tests are failing after transitioning the suite to Python 3. We need to fix them.
Comment 1 Jonathan Bedard 2022-02-24 08:13:47 PST
The tests I specifically have in mind:

http/tests/websocket/tests/hybi/extensions.html
http/tests/websocket/tests/hybi/handshake-ok-with-legacy-sec-websocket-response-headers.html
http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-invalid-parameter.html
http/tests/websocket/tests/hybi/simple-wss.html

Many of these were already marked as expected to fail in some capacity on some platforms, so it's likely that the move to Python 3 just surface flakiness already in these tests.
Comment 2 Radar WebKit Bug Importer 2022-03-02 13:45:16 PST
<rdar://problem/89710205>