- From: Arthur Barstow <art.barstow@nokia.com>
- Date: Tue, 30 Apr 2013 12:32:59 -0400
- To: Alex Kuang <Alex.Kuang@microsoft.com>, Kris Krueger <krisk@microsoft.com>, "public-webapps-testsuite@w3.org" <public-webapps-testsuite@w3.org>
Hi All,
Re [Action-683], earlier today I ran the webmessaging tests @ [TS] via
Chrome 26.0.1410.65. I got Passes on all tests except the ones listed below.
Kris - as I understand it, you or Alex will create an Implementation
Report for the Web Messaging CR in WebApps' Interop wiki
(<http://www.w3.org/wiki/Webapps/Interop/>) and you already have data
for IE and Opera. Please let us know when the report is available.
All - would someone please volunteer to run the tests on Gecko/FF?
-AB
[TS] <http://w3c-test.org/web-platform-tests/master/webmessaging/>
[Action-683] <http://www.w3.org/2008/webapps/track/actions/683>
* Channel_postMessage_clone_port_error.htm ; Fail; "assert_throws:
function "function () { channel.port1.postMessa..." threw object "Error:
InvalidStateError: DOM Exception 11" that is not a DOMException
DATA_CLONE_ERR: property "code" is equal to 11, expected 25"
* postMessage_dup_transfer_objects.htm ; Fail; "assert_throws: function
"function () { assert_own_prop..." threw object "Error:
InvalidStateError: DOM Exception 11" that is not a DOMException
DATA_CLONE_ERR: property "code" is equal to 11, expected 25"
* with-ports/001.html ; Fail; " assert_throws: should have failed to
resolve function "function () { postMessage('', 'http://foo bar', []);
}" did not throw"
* with-ports/010.html ; 13 Pass and 2 Fail; Failures:
1. array ; "assert_array_equals: array property 0, property expected to
be $expected but was $actual"
2. object ; " assert_equals: object expected true but got false"
* with-ports/025.html ; Fail; "Type error(stack: TypeError: Type error
at Object.<anonymous>
(http://w3c-test.org/web-platform-tests/master/webmessaging/with-ports/025.html:8:3)
at Object.Test.step
(http://w3c-test.org/resources/testharness.js:1132:25) at async_test
(http://w3c-test.org/resources/testharness.js:431:22) at
http://w3c-test.org/web-platform-tests/master/webmessaging/with-ports/025.html:7:1)"
* with-ports/026.html ; Fail; "InvalidStateError: DOM Exception
11(stack: Error: An attempt was made to use an object that is not, or is
no longer, usable. at Object.<anonymous>
(http://w3c-test.org/web-platform-tests/master/webmessaging/with-ports/026.html:8:3)
at Object.Test.step
(http://w3c-test.org/resources/testharness.js:1132:25) at async_test
(http://w3c-test.org/resources/testharness.js:431:22) at
http://w3c-test.org/web-platform-tests/master/webmessaging/with-ports/026.html:7:1)"
* without-ports/001.html ; Fail; " assert_throws: should have failed to
resolve function "function () { postMessage('', 'http://foo bar'); }"
did not throw"
* without-ports/008.html ; Fail; " assert_throws: function "function ()
{ postMessage(''); }" threw object "Error: SyntaxError: DOM Exception
12" that is not a DOMException NOT_SUPPORTED_ERR: property "code" is
equal to 12, expected 9"
* without-ports/009.html ; Fail; " assert_throws: function "function ()
{ postMessage(); }" threw object "Error: SyntaxError: DOM Exception 12"
that is not a DOMException NOT_SUPPORTED_ERR: property "code" is equal
to 12, expected 9"
* without-ports/010.html ; 13 Pass and 2 Fails; Failures:
1. array - "assert_array_equals: array property 0, property expected to
be $expected but was $actual"
2. object - " assert_equals: object expected true but got false"
* without-ports/025.html ; Fail; "assert_true: Worker MessageChannel's
port not an instance of MessagePort expected true got false"
* without-ports/026.html ; Fail; " assert_unreached: Reached unreachable
code"
Received on Tuesday, 30 April 2013 16:33:56 UTC