Source code

Revision control

Copy as Markdown

Other Tools

[RTCPeerConnection-ondatachannel.html]
expected: [OK, TIMEOUT]
[In-band negotiated channel created on remote peer should match the same configuration as local peer]
expected:
if (os == "linux") and (processor == "x86_64") and asan and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
[PASS, TIMEOUT]
[In-band negotiated channel created on remote peer should match the same (default) configuration as local peer]
expected: [PASS, NOTRUN]
[Open event should not be raised when sending and immediately closing the channel in the datachannel event]
expected:
if (os == "linux") and (processor == "x86_64") and asan and fission: [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
[Negotiated channel should not fire datachannel event on remote peer]
expected: [PASS, NOTRUN]
[Open event should be raised when closing the channel in the datachannel event after enqueuing a task]
expected:
if (os == "linux") and (processor == "x86_64") and asan and fission: [PASS, NOTRUN]
if (os == "win") and not debug: [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT]
[Open event should not be raised when closing the channel in the datachannel event]
expected:
if (os == "linux") and asan and fission: [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, TIMEOUT]