RESOLVED FIXED Bug 221912
[LayoutTests] Convert http/tests/websocket convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=221912
Summary [LayoutTests] Convert http/tests/websocket convert PHP to Python
Chris Gambrell
Reported 2021-02-15 11:28:34 PST
Replacing PHP with equivalent Python CGI scripts
Attachments
Patch (12.80 KB, patch)
2021-02-15 11:41 PST, Chris Gambrell
no flags
Patch (12.80 KB, patch)
2021-02-15 12:23 PST, Chris Gambrell
no flags
Patch (12.78 KB, patch)
2021-03-01 13:47 PST, Chris Gambrell
no flags
Radar WebKit Bug Importer
Comment 1 2021-02-15 11:29:06 PST
Chris Gambrell
Comment 2 2021-02-15 11:41:53 PST
Jonathan Bedard
Comment 3 2021-02-15 12:18:16 PST
Comment on attachment 420344 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=420344&action=review > LayoutTests/http/tests/websocket/tests/hybi/contentextensions/block-cookies-worker.py:17 > + 'Set-Cookie: "WK-websocket-test-httponly=0; expires={} GMT; Max-Age=0; HttpOnly\r\n\r\n' Looks to be missing a closing quotation
Chris Gambrell
Comment 4 2021-02-15 12:23:47 PST
Chris Gambrell
Comment 5 2021-02-15 12:24:07 PST
(In reply to Jonathan Bedard from comment #3) > Comment on attachment 420344 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=420344&action=review > > > LayoutTests/http/tests/websocket/tests/hybi/contentextensions/block-cookies-worker.py:17 > > + 'Set-Cookie: "WK-websocket-test-httponly=0; expires={} GMT; Max-Age=0; HttpOnly\r\n\r\n' > > Looks to be missing a closing quotation Fixed in comment 4
Jonathan Bedard
Comment 6 2021-02-25 10:50:36 PST
Comment on attachment 420347 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=420347&action=review > LayoutTests/http/tests/websocket/tests/hybi/contentextensions/block-cookies-worker.py:11 > +exp_time = datetime.utcnow() - timedelta(hours=1) Shouldn't this be a +? > LayoutTests/http/tests/websocket/tests/hybi/contentextensions/block-cookies-worker.py:19 > + ) I would do the early return here and git rid of the "else". It makes the multi-line string confusing. > LayoutTests/http/tests/websocket/tests/hybi/contentextensions/block-cookies.py:19 > + ) Again, I would do the early exit here and ditch the else statement entirely.
Chris Gambrell
Comment 7 2021-03-01 13:47:37 PST
EWS
Comment 8 2021-03-01 15:28:13 PST
Committed r273698: <https://commits.webkit.org/r273698> All reviewed patches have been landed. Closing bug and clearing flags on attachment 421863 [details].
Note You need to log in before you can comment on or make changes to this bug.