Bug 28952
| Summary: | Exception.toString() on Qt seems to print out a different value than other platforms | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andrew Wilson <atwilson> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kent.hansen, laszlo.gombos |
| Priority: | P2 | Keywords: | Qt |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Andrew Wilson
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kent Hansen
Hmm, I get the correct result here (tried with r55658).
Tor Arne Vestbø
Can't reproduce in trunk, has probably been fixed in the Qt port since first reported.