Bug 28952 - Exception.toString() on Qt seems to print out a different value than other platforms
Summary: Exception.toString() on Qt seems to print out a different value than other pl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-09-03 13:09 PDT by Andrew Wilson
Modified: 2010-03-15 04:46 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Wilson 2009-09-03 13:09:06 PDT
We are getting a failure in worker-multi-port.html, because when converting an exception to string on other platforms, we are getting a string like this:

Error: INVALID_STATE_ERR: DOM Exception 11

On the Qt platform, it looks like this:

[object DOMException]

I'm skipping the affected tests for now until this is addressed (it's possible that this is the expected behavior, in which case we should re-enable those tests and just generate a platform-specific expectations file.
Comment 1 Kent Hansen 2010-03-11 07:33:34 PST
Hmm, I get the correct result here (tried with r55658).
Comment 2 Tor Arne Vestbø 2010-03-15 04:46:36 PDT
Can't reproduce in trunk, has probably been fixed in the Qt port since first reported.