tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

RTCPeerConnection-ondatachannel.html.ini (2046B)


      1 [RTCPeerConnection-ondatachannel.html]
      2  bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613433
      3  expected: [OK, TIMEOUT]
      4  [In-band negotiated channel created on remote peer should match the same configuration as local peer]
      5    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613433
      6    expected:
      7      if (os == "linux") and (processor == "x86_64") and asan and fission: [PASS, TIMEOUT, NOTRUN]
      8      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
      9      if (os == "mac") and not debug: [PASS, NOTRUN, TIMEOUT]
     10      if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     11      [PASS, TIMEOUT]
     12 
     13  [In-band negotiated channel created on remote peer should match the same (default) configuration as local peer]
     14    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613433
     15    expected: [PASS, NOTRUN]
     16 
     17  [Open event should not be raised when sending and immediately closing the channel in the datachannel event]
     18    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613433
     19    expected:
     20      if (os == "linux") and (processor == "x86_64") and asan and fission: [PASS, NOTRUN]
     21      if (os == "win") and not debug: [PASS, NOTRUN]
     22      if (os == "mac") and not debug: [PASS, NOTRUN]
     23      if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
     24 
     25  [Negotiated channel should not fire datachannel event on remote peer]
     26    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613433
     27    expected: [PASS, NOTRUN]
     28 
     29  [Open event should be raised when closing the channel in the datachannel event after enqueuing a task]
     30    expected:
     31      if (os == "linux") and (processor == "x86_64") and asan and fission: [PASS, NOTRUN]
     32      if (os == "win") and not debug: [PASS, TIMEOUT]
     33      if (os == "mac") and not debug: [PASS, NOTRUN]
     34      if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT]
     35 
     36  [Open event should not be raised when closing the channel in the datachannel event]
     37    expected:
     38      if (os == "linux") and asan and fission: [PASS, TIMEOUT]
     39      if (os == "mac") and not debug: [PASS, TIMEOUT]