Re: Call for Test Results for Web Sockets 9-Sep-2012 CR

On 3/8/13 12:16 PM, ext Ken Reed wrote:
> Regarding results for other browsers we prefer that other vendors provide their results.

Earlier today I ran the approved tests on Firefox Nightly version 
"22.0a1 (2013-03-05)". I got all Passes except 4 Fails and 1 Not Run (4 
different test files). Details below.

Perhaps someone from Firefox can comment on these results (e.g. 
implementation bug versus test case bug).

-ArtB


<http://w3c-test.org/webapps/WebSockets/tests/approved/Create-Secure-blocked-port.htm>

TC#1; Fail; "W3C WebSocket API - Create Secure WebSocket - Pass a URL 
with a blocked port - SECURITY_ERR should be thrown"; "assert_throws: 
function "function () { wsocket = CreateWebSocketWithBlockedPort(bl..." 
threw object "[Exception... "An invalid or illegal string was 
specified..." that is not a DOMException SECURITY_ERR: property "code" 
is equal to 12, expected 18"

<http://w3c-test.org/webapps/WebSockets/tests/approved/Create-Secure-verify-url-set-default-port.htm>

TC#1; Fail; "W3C WebSocket API - Create Secure WebSocket - wsocket.url 
should be set correctly" ; "assert_equals: wsocket.url is set correctly 
expected "wss://html5labs-interop.cloudapp.net/echo" but got 
"wss://html5labs-interop.cloudapp.net:443/echo""

<http://w3c-test.org/webapps/WebSockets/tests/approved/Create-verify-url-set-default-port.htm>

TC#1; Fail; "W3C WebSocket API - Create WebSocket - wsocket.url should 
be set correctly" ; "assert_equals: wsocket.url is set correctly 
expected "ws://html5labs-interop.cloudapp.net/echo" but got 
"ws://html5labs-interop.cloudapp.net:80/echo""

<http://w3c-test.org/webapps/WebSockets/tests/approved/binaryType-wrong-value.htm>

TC#1; Fail; "W3C WebSocket API - Create WebSocket - set binaryType to 
something other than blob or arraybuffer - SYNTAX_ERR is returned - 
Connection should be opened" ; "assert_throws: function "function () { 
wsocket.binaryType = "notBlobOrArrayBuffer" }" did not throw"

TC#2 Not Run; "W3C WebSocket API - Create WebSocket - set binaryType to 
something other than blob or arraybuffer - SYNTAX_ERR is returned - 
Connection should be closed" ; ""

Received on Sunday, 10 March 2013 16:48:50 UTC