[Webkit-unassigned] [Bug 247460] New: JetStream driver should ignore references to URL parameters when run in `jsc` shell

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 15:47:54 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=247460

            Bug ID: 247460
           Summary: JetStream driver should ignore references to URL
                    parameters when run in `jsc` shell
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hysu at apple.com

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
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221103/67a55bb5/attachment.htm>


More information about the webkit-unassigned mailing list