[Webkit-unassigned] [Bug 28952] New: Exception.toString() on Qt seems to print out a different value than other platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 13:09:06 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28952

           Summary: Exception.toString() on Qt seems to print out a
                    different value than other platforms
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: atwilson at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list