RESOLVED FIXED 28952
Exception.toString() on Qt seems to print out a different value than other platforms
https://bugs.webkit.org/show_bug.cgi?id=28952
Summary Exception.toString() on Qt seems to print out a different value than other pl...
Andrew Wilson
Reported 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.
Attachments
Kent Hansen
Comment 1 2010-03-11 07:33:34 PST
Hmm, I get the correct result here (tried with r55658).
Tor Arne Vestbø
Comment 2 2010-03-15 04:46:36 PDT
Can't reproduce in trunk, has probably been fixed in the Qt port since first reported.
Note You need to log in before you can comment on or make changes to this bug.