Bug 247460

Summary: JetStream driver should ignore references to URL parameters when run in `jsc` shell
Product: WebKit Reporter: hysu <hysu>
Component: Tools / TestsAssignee: hysu <hysu>
Status: RESOLVED FIXED    
Severity: Major CC: hysu, webkit-bug-importer
Priority: P1 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

hysu
Reported 2022-11-03 15:47:54 PDT
https://bugs.webkit.org/show_bug.cgi?id=247301 broke JS2 testing on Linux, as well as RAMification on macOS. The cause for this is that `URLSearchParams` is undefined in the `jsc` shell. When run in the shell, URL parameters are irrelevant anyways (because the test is not being invoked via a URL), so ideally this logic should be ignored. ``` $ ~/tools/WebKit/WebKitBuild/Release/bin/jsc watch-cli.js Exception: ReferenceError: Can't find variable: URLSearchParams ```
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-03 15:48:20 PDT
hysu
Comment 2 2022-11-03 16:13:03 PDT
EWS
Comment 3 2022-11-03 17:58:10 PDT
Committed 256304@main (e43d0d6df748): <https://commits.webkit.org/256304@main> Reviewed commits have been landed. Closing PR #6109 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.