Bug 220749

Summary: [run-webkit-tests] Support python layout tests
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Chris Gambrell <cgambrell>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, calvaris, cgambrell, eric.carlson, ews-watchlist, glenn, jer.noble, philipj, ryanhaddad, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=220876
https://bugs.webkit.org/show_bug.cgi?id=220881
https://bugs.webkit.org/show_bug.cgi?id=220995
https://bugs.webkit.org/show_bug.cgi?id=221776
https://bugs.webkit.org/show_bug.cgi?id=221784
https://bugs.webkit.org/show_bug.cgi?id=222367
https://bugs.webkit.org/show_bug.cgi?id=222418
https://bugs.webkit.org/show_bug.cgi?id=222599
https://bugs.webkit.org/show_bug.cgi?id=222614
https://bugs.webkit.org/show_bug.cgi?id=222618
https://bugs.webkit.org/show_bug.cgi?id=222656
https://bugs.webkit.org/show_bug.cgi?id=222668
https://bugs.webkit.org/show_bug.cgi?id=222935
https://bugs.webkit.org/show_bug.cgi?id=223212
https://bugs.webkit.org/show_bug.cgi?id=223234
https://bugs.webkit.org/show_bug.cgi?id=223475
https://bugs.webkit.org/show_bug.cgi?id=223522
https://bugs.webkit.org/show_bug.cgi?id=223524
https://bugs.webkit.org/show_bug.cgi?id=223541
https://bugs.webkit.org/show_bug.cgi?id=223575
https://bugs.webkit.org/show_bug.cgi?id=223599
https://bugs.webkit.org/show_bug.cgi?id=223602
https://bugs.webkit.org/show_bug.cgi?id=223835
https://bugs.webkit.org/show_bug.cgi?id=223891
https://bugs.webkit.org/show_bug.cgi?id=223905
https://bugs.webkit.org/show_bug.cgi?id=224528
https://bugs.webkit.org/show_bug.cgi?id=224622
https://bugs.webkit.org/show_bug.cgi?id=224702
https://bugs.webkit.org/show_bug.cgi?id=226179
Attachments:
Description Flags
Patch
none
Patch
ews-feeder: commit-queue-
Patch
none
Patch none

Jonathan Bedard
Reported 2021-01-19 15:07:04 PST
PHP is advertised as deprecated in Big Sur. We need to evaluate converting our PHP tests to something else, most likely Python. The first step of that is allowing apache to actually run Python files.
Attachments
Patch (2.73 KB, patch)
2021-01-19 15:10 PST, Jonathan Bedard
no flags
Patch (1.49 KB, patch)
2021-01-22 09:58 PST, Jonathan Bedard
ews-feeder: commit-queue-
Patch (47.22 KB, patch)
2021-01-22 12:23 PST, Jonathan Bedard
no flags
Patch (47.31 KB, patch)
2021-01-22 19:09 PST, Jonathan Bedard
no flags
Radar WebKit Bug Importer
Comment 1 2021-01-19 15:07:15 PST
Jonathan Bedard
Comment 2 2021-01-19 15:10:44 PST
Alexey Proskuryakov
Comment 3 2021-01-19 16:41:10 PST
Comment on attachment 417918 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=417918&action=review > Tools/Scripts/webkitpy/layout_tests/servers/apache_http_server.py:164 > + for index in range(len(httpd_conf)): Why does this need to be done dynamically? I would expect all handlers to be defined in httpd.conf.
Alexey Proskuryakov
Comment 4 2021-01-19 16:41:41 PST
Comment on attachment 417918 [details] Patch Marking r- because this breaks tests (we have .py files already).
Jonathan Bedard
Comment 5 2021-01-22 09:58:04 PST
Jonathan Bedard
Comment 6 2021-01-22 12:23:19 PST
Jonathan Bedard
Comment 7 2021-01-22 12:25:01 PST
(In reply to Jonathan Bedard from comment #6) > Created attachment 418169 [details] > Patch This is most of the change, there are still 3 cases we need to resolve, but the specifics of those cases makes me think it would be best to make those changes in separate bugs.
Jonathan Bedard
Comment 8 2021-01-22 19:09:40 PST
EWS
Comment 9 2021-01-25 16:33:49 PST
Committed r271867: <https://trac.webkit.org/changeset/271867> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418206 [details].
Note You need to log in before you can comment on or make changes to this bug.