- From: Arthur Barstow <art.barstow@nokia.com>
- Date: Sun, 10 Mar 2013 12:59:05 -0400
- To: ext Ken Reed <kenre@microsoft.com>
- CC: "public-webapps-testsuite@w3.org" <public-webapps-testsuite@w3.org>
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 Chrome version "25.0.1364.160". I got Fails on 27 test cases and 1 Not Run (16 different test files). Details below. Perhaps someone from Chrome/WebKit can comment on these results (e.g. implementation bug versus test case bug). -ArtB * <http://w3c-test.org/webapps/WebSockets/tests/approved/Create-Secure-url-with-space.htm> TC#1; Fail ; "W3C WebSocket API - Create Secure WebSocket - Pass a URL with a space - SYNTAX_ERR should be thrown" ; "assert_throws: function "function () { wsocket = CreateWebSocketWithSpaceInUrl(spa..." did not throw" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Secure-Send-65K-data.htm> TC#1 Fail; "W3C WebSocket API - Send 65K data on a Secure WebSocket - Connection should be opened" ; "assert_equals: expected 32241 but got 65000" TC#3 Fail; "W3C WebSocket API - Send 65K data on a Secure WebSocket - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Secure-Send-binary-65K-arraybuffer.htm> TC#1 Fail; "W3C WebSocket API - Send 65K binary data on a Secure WebSocket - ArrayBuffer - Connection should be opened" ; "assert_equals: expected 32241 but got 65000" TC#3 Fail; "W3C WebSocket API - Send 65K binary data on a Secure WebSocket - ArrayBuffer - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Secure-Send-binary-arraybuffer.htm> TC#1 Fail; "W3C WebSocket API - Send binary data on a Secure WebSocket - ArrayBuffer - Connection should be opened" ; "assert_equals: expected 0 but got 15" TC#3 Fail; "W3C WebSocket API - Send binary data on a Secure WebSocket - ArrayBuffer - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Secure-Send-data.htm> TC#1 Fail; "W3C WebSocket API - Send data on a Secure WebSocket - Connection should be opened" ; "assert_equals: expected 0 but got 15" TC#3 Fail; "W3C WebSocket API - Send data on a Secure WebSocket - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Secure-Send-paired-surrogates.htm> TC#1 Fail; "W3C WebSocket API - Send paired surrogates data on a Secure WebSocket - Connection should be opened" ; "assert_equals: expected 0 but got 4" TC#3 Fail; "W3C WebSocket API - Send paired surrogates data on a Secure WebSocket - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Secure-Send-unicode-data.htm> TC#1 Fail; "W3C WebSocket API - Send unicode data on a Secure WebSocket - Connection should be opened" ; "assert_equals: expected 0 but got 12" TC#3 Fail; "W3C WebSocket API - Send unicode data on a Secure WebSocket - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Send-65K-data.htm> TC#1 Fail; "W3C WebSocket API - Send 65K data on a WebSocket - Connection should be opened" ; "assert_equals: expected 32241 but got 65000" TC#3 Fail; "W3C WebSocket API - Send 65K data on a WebSocket - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Send-binary-65K-arraybuffer.htm> TC#1 Fail; "W3C WebSocket API - Send 65K binary data on a WebSocket - ArrayBuffer - Connection should be opened" ; "assert_equals: expected 32241 but got 65000" TC#3 Fail; "W3C WebSocket API - Send 65K binary data on a WebSocket - ArrayBuffer - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Send-binary-arraybuffer.htm> TC#1 Fail; "W3C WebSocket API - Send binary data on a WebSocket - ArrayBuffer - Connection should be opened" ; "assert_equals: expected 0 but got 15" TC#3 Fail; "W3C WebSocket API - Send binary data on a WebSocket - ArrayBuffer - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Send-data.htm> TC#1 Fail; "W3C WebSocket API - Send data on a WebSocket - Connection should be opened" ; "assert_equals: expected 0 but got 15" TC#3 Fail; "W3C WebSocket API - Send data on a WebSocket - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Send-paired-surrogates.htm> TC#1 Fail; "W3C WebSocket API - Send (paired surrogates) data on a WebSocket - Connection should be opened" ; "assert_equals: expected 0 but got 4" TC#3 Fail; "W3C WebSocket API - Send (paired surrogates) data on a WebSocket - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <http://w3c-test.org/webapps/WebSockets/tests/approved/Send-unicode-data.htm> TC#1 Fail; "W3C WebSocket API - Send unicode data on a WebSocket - Connection should be opened" ; "assert_equals: expected 0 but got 12" TC#3 Fail; "W3C WebSocket API - Send unicode data on a WebSocket - Connection should be closed" ; "assert_true: WebSocket connection should be open expected true got false" * <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" ; "" * <http://w3c-test.org/webapps/WebSockets/tests/approved/constructor.html> TC#1 Fail; "Calling the WebSocket constructor with too many arguments should not throw." ; "Type error(stack: TypeError: Type error at Object.<anonymous> (http://w3c-test.org/webapps/WebSockets/tests/approved/constructor.html:9:12) at Object.Test.step (http://w3c-test.org/resources/testharness.js:1121:18) at test (http://w3c-test.org/resources/testharness.js:414:18) at http://w3c-test.org/webapps/WebSockets/tests/approved/constructor.html:8:1)"
Received on Sunday, 10 March 2013 16:59:39 UTC