Bug 193077 - JSC cli should use absolute paths as the URL.
Summary: JSC cli should use absolute paths as the URL.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-02 09:54 PST by Keith Miller
Modified: 2019-01-02 09:54 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2019-01-02 09:54:47 PST
Right now we use invalid urls in our source lists for the JSC cli because Chakra tests diff on the stack traces. This means the stack traces will appear different if they contain machine specific paths. We should probably fix this by making the Chakra tests run a regex match on the stack traces.