RESOLVED FIXED Bug 222367
[LayoutTests] Convert http/tests/fetch convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=222367
Summary [LayoutTests] Convert http/tests/fetch convert PHP to Python
Chris Gambrell
Reported 2021-02-24 10:36:57 PST
Replacing PHP with equivalent Python CGI scripts
Attachments
Patch (6.84 KB, patch)
2021-02-25 06:49 PST, Chris Gambrell
no flags
Patch (6.86 KB, patch)
2021-02-25 10:46 PST, Chris Gambrell
no flags
Radar WebKit Bug Importer
Comment 1 2021-02-24 10:37:14 PST
Chris Gambrell
Comment 2 2021-02-25 06:49:42 PST
Jonathan Bedard
Comment 3 2021-02-25 10:22:06 PST
Comment on attachment 421520 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=421520&action=review > LayoutTests/ChangeLog:5 > + https://bugs.webkit.org/show_bug.cgi?id=222367 Duplicate bugzilla link here, this should be the radar > LayoutTests/http/tests/fetch/resources/redirect-with-cache.php:-4 > - $enableCaching = isset($_SERVER["ENABLECACHING"]) || isset($_GET["enableCaching"]) ? true : false; Looks like 'enableCaching' can also be sent as a query argument along with as an environment variable
Chris Gambrell
Comment 4 2021-02-25 10:46:06 PST
Chris Gambrell
Comment 5 2021-02-25 10:47:06 PST
(In reply to Jonathan Bedard from comment #3) > Comment on attachment 421520 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=421520&action=review > > > LayoutTests/ChangeLog:5 > > + https://bugs.webkit.org/show_bug.cgi?id=222367 > > Duplicate bugzilla link here, this should be the radar > > > LayoutTests/http/tests/fetch/resources/redirect-with-cache.php:-4 > > - $enableCaching = isset($_SERVER["ENABLECACHING"]) || isset($_GET["enableCaching"]) ? true : false; > > Looks like 'enableCaching' can also be sent as a query argument along with > as an environment variable Fixed in comment 4
EWS
Comment 6 2021-03-01 06:22:52 PST
Committed r273648: <https://commits.webkit.org/r273648> All reviewed patches have been landed. Closing bug and clearing flags on attachment 421542 [details].
Note You need to log in before you can comment on or make changes to this bug.