tor-browser

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

RTCDataChannel-close.html.ini (2575B)


      1 [RTCDataChannel-close.html]
      2  expected:
      3    if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [OK, TIMEOUT]
      4    if (processor == "x86_64") and (os == "win") and not debug: [OK, TIMEOUT]
      5    if (processor == "x86") and not debug: [OK, TIMEOUT]
      6    if debug and (os == "win") and (processor == "x86_64") and not swgl: [OK, TIMEOUT]
      7 
      8  [Close peerconnection causes close event and error to be called on datachannel]
      9    bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
     10    expected: FAIL
     11 
     12  [Close peerconnection causes close event and error to be called on negotiated datachannel]
     13    expected:
     14      if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, NOTRUN]
     15      if (processor == "x86_64") and (os == "win") and not debug: [FAIL, NOTRUN]
     16      if (processor == "x86") and not debug: [FAIL, NOTRUN]
     17      if debug and (os == "win") and (processor == "x86_64") and not swgl: [FAIL, NOTRUN]
     18      FAIL
     19    bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
     20 
     21  [Close peerconnection causes close event and error on many channels, negotiated datachannel]
     22    expected:
     23      if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, NOTRUN]
     24      if (processor == "x86_64") and (os == "win") and not debug: [FAIL, NOTRUN]
     25      if (processor == "x86") and not debug: [FAIL, NOTRUN]
     26      if debug and (os == "win") and (processor == "x86_64") and not swgl: [FAIL, NOTRUN]
     27      FAIL
     28    bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
     29 
     30  [Close peerconnection causes close event and error on many channels, datachannel]
     31    expected:
     32      if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [FAIL, TIMEOUT]
     33      if (processor == "x86_64") and (os == "win") and not debug: [FAIL, TIMEOUT]
     34      if (processor == "x86") and not debug: [FAIL, TIMEOUT]
     35      if debug and (os == "win") and (processor == "x86_64") and not swgl: [FAIL, TIMEOUT]
     36      FAIL
     37    bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953
     38 
     39  [Close peerconnection after negotiated datachannel close causes no events]
     40    expected:
     41      if (processor == "x86_64") and (os == "linux") and not fission and not debug and not asan: [PASS, NOTRUN]
     42      if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
     43      if (processor == "x86") and not debug: [PASS, NOTRUN]
     44      if debug and (os == "win") and (processor == "x86_64") and not swgl: [PASS, NOTRUN]