| Summary: | Resolve WebSocket test failures after Python 3 transition | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | achristensen, ap, webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=230319 | ||
|
Description
Jonathan Bedard
2022-02-23 13:44:43 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. |