webmessaging: Complete Failures

Completely failed files: 111; Completely failed subtests: 45; Failure level: 45/186 (24.19%)

Test Files

  1. /webmessaging/with-options/message-channel-transferable.html (1/1, 100.00%, 0.54% of total)
  2. /webmessaging/message-channels/close.html (1/6, 16.67%, 0.54% of total)
  3. /webmessaging/with-options/host-specific-origin.html (1/1, 100.00%, 0.54% of total)
  4. /webmessaging/broadcastchannel/blobs.html (2/2, 100.00%, 1.08% of total)
  5. /webmessaging/with-options/undefined-transferable.html (1/1, 100.00%, 0.54% of total)
  6. /webmessaging/with-options/no-target-origin.html (1/1, 100.00%, 0.54% of total)
  7. /webmessaging/broadcastchannel/sandbox.html (1/1, 100.00%, 0.54% of total)
  8. /webmessaging/with-options/slash-origin.html (1/1, 100.00%, 0.54% of total)
  9. /webmessaging/message-channels/user-activation.tentative.html (1/1, 100.00%, 0.54% of total)
  10. /webmessaging/broadcastchannel/workers.html (5/5, 100.00%, 2.69% of total)
  11. /webmessaging/with-options/one-arg.html (1/1, 100.00%, 0.54% of total)
  12. /webmessaging/without-ports/008.html (1/1, 100.00%, 0.54% of total)
  13. /webmessaging/with-options/unknown-parameter.html (1/1, 100.00%, 0.54% of total)
  14. /webmessaging/broadcastchannel/basics.html (5/5, 100.00%, 2.69% of total)
  15. /webmessaging/message-channels/dictionary-transferrable.html (1/1, 100.00%, 0.54% of total)
  16. /webmessaging/broadcastchannel/interface.html (13/13, 100.00%, 6.99% of total)
  17. /webmessaging/worker_postMessage_user_activation.tentative.html (1/1, 100.00%, 0.54% of total)
  18. /webmessaging/with-options/null-transfer.html (1/1, 100.00%, 0.54% of total)
  19. /webmessaging/MessageEvent-trusted.html (1/3, 33.33%, 0.54% of total)
  20. /webmessaging/messageerror.html (3/3, 100.00%, 1.61% of total)
  21. /webmessaging/broadcastchannel/origin.window.html (1/1, 100.00%, 0.54% of total)
  22. /webmessaging/without-ports/028.html (1/1, 100.00%, 0.54% of total)
Test Show/Hide MessagesSf12
/webmessaging/with-options/message-channel-transferable.html (1/1, 100.00%, 0.54% of total)OK
MessageChannel's ports as MessagePort objectsFAIL
/webmessaging/message-channels/close.html (1/6, 16.67%, 0.54% of total)OK
close() detaches a MessagePort (but not the one its entangled with)FAIL
/webmessaging/with-options/host-specific-origin.html (1/1, 100.00%, 0.54% of total)OK
resolving url with stuff in host-specificFAIL
/webmessaging/broadcastchannel/blobs.html (2/2, 100.00%, 1.08% of total)OK
Blobs work on BroadcastChannelFAIL
Blobs work with workers on BroadcastChannelFAIL
/webmessaging/with-options/undefined-transferable.html (1/1, 100.00%, 0.54% of total)OK
undefined as transferableFAIL
/webmessaging/with-options/no-target-origin.html (1/1, 100.00%, 0.54% of total)OK
no targetOriginFAIL
/webmessaging/broadcastchannel/sandbox.html (1/1, 100.00%, 0.54% of total)OK
Creating BroadcastChannel in an opaque originFAIL
/webmessaging/with-options/slash-origin.html (1/1, 100.00%, 0.54% of total)OK
special value '/'FAIL
/webmessaging/message-channels/user-activation.tentative.html (1/1, 100.00%, 0.54% of total)OK
user activation messagechannel testFAIL
/webmessaging/broadcastchannel/workers.html (5/5, 100.00%, 2.69% of total)ERROR
BroadcastChannel created after a worker self.close()TIMEOUT
BroadcastChannel used after a worker self.close()FAIL
BroadcastChannel works in shared workersFAIL
BroadcastChannel works in workersFAIL
Closing and re-opening a channel works.FAIL
/webmessaging/with-options/one-arg.html (1/1, 100.00%, 0.54% of total)OK
just one argumentFAIL
/webmessaging/without-ports/008.html (1/1, 100.00%, 0.54% of total)OK
just one argumentFAIL
/webmessaging/with-options/unknown-parameter.html (1/1, 100.00%, 0.54% of total)OK
unknown parameterFAIL
/webmessaging/broadcastchannel/basics.html (5/5, 100.00%, 2.69% of total)OK
Closing a channel in onmessage doesn't cancel already queued eventsFAIL
closing and creating channels during message delivery works correctlyFAIL
messages are delivered in port creation orderFAIL
messages aren't delivered to a closed portFAIL
postMessage results in correct eventFAIL
/webmessaging/message-channels/dictionary-transferrable.html (1/1, 100.00%, 0.54% of total)OK
basic messagechannel with transferFAIL
/webmessaging/broadcastchannel/interface.html (13/13, 100.00%, 6.99% of total)OK
BroadcastChannel should have an onmessage eventFAIL
Non-empty name should not throwFAIL
Non-string name should not throwFAIL
Null name should not throwFAIL
Should throw if no name is providedFAIL
Undefined name should not throwFAIL
close should not throwFAIL
close should not throw when called multiple timesFAIL
postMessage after close should throwFAIL
postMessage should throw InvalidStateError after close, even with uncloneable dataFAIL
postMessage should throw with uncloneable dataFAIL
postMessage with null should not throwFAIL
postMessage without parameters should throwFAIL
/webmessaging/worker_postMessage_user_activation.tentative.html (1/1, 100.00%, 0.54% of total)OK
Post Message from a workerFAIL
/webmessaging/with-options/null-transfer.html (1/1, 100.00%, 0.54% of total)OK
null transferFAIL
/webmessaging/MessageEvent-trusted.html (1/3, 33.33%, 0.54% of total)OK
With a BroadcastChannelFAIL
/webmessaging/messageerror.html (3/3, 100.00%, 1.61% of total)OK
The default value of onmessageerror is nullFAIL
The onmessageerror content attribute must be compiled into the onmessageerror propertyFAIL
The onmessageerror content attribute must execute when an event is dispatched on the windowFAIL
/webmessaging/broadcastchannel/origin.window.html (1/1, 100.00%, 0.54% of total)TIMEOUT
Serialization of BroadcastChannel originTIMEOUT
/webmessaging/without-ports/028.html (1/1, 100.00%, 0.54% of total)OK
Cloning objects, preserving sharing #2FAIL