| Summary: | [LayoutTests] Convert http/tests/performance convert PHP to Python | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Gambrell <cgambrell> | ||||
| Component: | Tools / Tests | Assignee: | Chris Gambrell <cgambrell> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | ap, ews-watchlist, hi, jbedard, ryanhaddad, 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=220749 | ||||||
| Attachments: |
|
||||||
|
Description
Chris Gambrell
2021-03-22 14:05:19 PDT
Created attachment 423935 [details]
Patch
Comment on attachment 423935 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=423935&action=review > LayoutTests/http/tests/performance/paint-timing/resources/slowscript.py:8 > +query_string = os.environ.get('QUERY_STRING', '') Getting the query from the URL like this because url lib.parse.parse_qs separates arguments by ';' as well which creates issues with the 'script' argument being passed Committed r274964: <https://commits.webkit.org/r274964> All reviewed patches have been landed. Closing bug and clearing flags on attachment 423935 [details]. |