tor-browser

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

script-transform-generateKeyFrame-simulcast.https.html.ini (810B)


      1 [script-transform-generateKeyFrame-simulcast.https.html]
      2  expected:
      3    if (os == "linux") and not debug: [OK, CRASH]
      4  [generateKeyFrame for rid that was negotiated away fails]
      5    bug: 1709960
      6    expected:
      7      if (processor == "x86_64") and (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
      8      if processor == "x86": [PASS, FAIL]
      9 
     10  [generateKeyFrame works with simulcast rids]
     11    bug: 1709960
     12    expected:
     13      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS]
     14      if (os == "mac") and debug: PASS
     15      if (os == "android") and debug: PASS
     16      if os == "linux": PASS
     17      [PASS, FAIL]
     18 
     19  [generateKeyFrame with rid after simulcast->unicast negotiation fails]
     20    bug: 1709960
     21    expected:
     22      if (os == "android") and not debug: [PASS, FAIL]