blob: e9f2be5f4fe21a98cc463f95d5cd579c32cd8f97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[RTCDataChannel-send-close.html]
expected:
if (os == "win") and (processor == "x86"): CRASH
if os == "android": CRASH
[TIMEOUT, OK]
[Datachannel should be able to send and receive all string messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
[Datachannel should be able to send and receive all arraybuffer messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
[Datachannel should be able to send and receive all blob messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
[Negotiated datachannel should be able to send and receive all string messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
[Negotiated datachannel should be able to send and receive all arraybuffer messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
[Negotiated datachannel should be able to send and receive all blob messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
|