[Webkit-unassigned] [Bug 67182] New: [WebSocket] Prevent unnecessary pywebsocket warning on layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 29 23:26:15 PDT 2011


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

           Summary: [WebSocket] Prevent unnecessary pywebsocket warning on
                    layout tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: toyoshim at chromium.org
                CC: ap at webkit.org, abarth at webkit.org, tkent at chromium.org,
                    yutak at chromium.org


Some layout tests for WebSocket raised Exception to prevent unnecessary pywebsocket warning.
But it doesn't work any more on latest pywebsocket because pywebsocket must terminate unexpected exception with http fallback.
To realize silent abnormal closure, latest pywebsocket also provide AbortedByUserException.
Layout tests should use AbortedByUserException instead of Exception.

-- 
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