tor-browser

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

bundle.https.html.ini (815B)


      1 [bundle.https.html]
      2  expected:
      3    if isolated_process: CRASH
      4    if (os == "android") and debug and not swgl: [OK, TIMEOUT]
      5    if (os == "win") and not debug and (processor == "x86"): [OK, CRASH]
      6  bug: 1709960
      7 
      8  [bundles on the first transport and closes the second]
      9    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1805480
     10    expected:
     11      if (os == "android") and debug and not swgl: [FAIL, TIMEOUT]
     12      FAIL
     13 
     14  [max-bundle with an offer without bundle only negotiates the first m-line]
     15    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1805484
     16    expected:
     17      if (os == "android") and debug and not swgl: [FAIL, NOTRUN]
     18      FAIL
     19 
     20  [sRD(offer) works with no transport attributes in a bundle-only m-section]
     21    expected:
     22      if (os == "android") and debug and not swgl: [PASS, NOTRUN]