Bug 47252

Summary: [V8] Web Inspector: stack information is inconsistent between console.trace and runtime errors.
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED WONTFIX    
Severity: Normal CC: apavlov, bweinstein, jamesr, jberlin, joepeck, keishi, loislo, pfeldman, pmuellr, podivilov, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Screenshot
none
Patch pfeldman: review+

Description Yury Semikhatsky 2010-10-06 02:34:08 PDT
Created attachment 69907 [details]
Screenshot

Web Inspector: stack information is inconsistent between console.trace and runtime errors. Line numbers match, but the format of the output does not. Also stack formatter ignores //@ sourceURL value for uncaught exceptions(unlike Error.stack formatter).
Comment 1 Yury Semikhatsky 2010-10-06 06:36:05 PDT
Created attachment 69930 [details]
Patch
Comment 2 Yury Semikhatsky 2010-10-13 07:47:17 PDT
Committed r69662
Comment 3 James Robinson 2010-10-13 12:11:07 PDT
This appears to be causing failures on the chromium windows canary and is skipped on mac and linux.  Would you mind taking a look? http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&useWebKitCanary=true&tests=inspector%2Fconsole-trace-in-eval.html%2Cinspector%2Fconsole-uncaught-exception-in-eval.html
Comment 4 Yury Semikhatsky 2010-10-14 03:02:41 PDT
(In reply to comment #3)
> This appears to be causing failures on the chromium windows canary and is skipped on mac and linux.  Would you mind taking a look? http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&useWebKitCanary=true&tests=inspector%2Fconsole-trace-in-eval.html%2Cinspector%2Fconsole-uncaught-exception-in-eval.html

Initially I committed wrong expectations. Fixed in a follow-up change. The test is passing.
Comment 5 Pavel Podivilov 2011-06-23 01:32:04 PDT
"//@ sourceURL" value is still ignored in JSC. See inspector/console/console-trace-in-eval.html expectations.
Comment 6 Pavel Podivilov 2011-06-23 01:32:32 PDT
*** Bug 63175 has been marked as a duplicate of this bug. ***
Comment 7 Timothy Hatcher 2013-04-05 13:00:44 PDT
Chromium and V8 have left the building. Won't fix.