Bug 193077

Summary: JSC cli should use absolute paths as the URL.
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.