tor-browser

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

webtransport-h3.https.sub.any.js.ini (2268B)


      1 [webtransport-h3.https.sub.any.sharedworker.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      4    if (os == "linux") and asan and fission: [OK, ERROR, TIMEOUT, CRASH]
      5    if (os == "mac") and debug: [OK, TIMEOUT]
      6    if (os == "android") and debug: [TIMEOUT, OK, CRASH]
      7    [OK, TIMEOUT, CRASH]
      8  [WebTransport server should be running and should handle a bidirectional stream]
      9    expected:
     10      if (os == "android") and debug: [TIMEOUT, FAIL]
     11      if (os == "android") and not debug: [FAIL, TIMEOUT]
     12      if os == "linux": [PASS, FAIL, TIMEOUT]
     13      [PASS, TIMEOUT]
     14 
     15 
     16 [webtransport-h3.https.sub.any.serviceworker.html]
     17  expected:
     18    if (os == "mac") and not debug: [OK, ERROR]
     19    if (os == "linux") and fission: [OK, ERROR]
     20    if (os == "linux") and not fission: [OK, ERROR, CRASH]
     21    if os == "android": [TIMEOUT, OK]
     22  [WebTransport server should be running and should handle a bidirectional stream]
     23    expected:
     24      if (os == "android") and release_or_beta: TIMEOUT
     25      if os == "android": [TIMEOUT, FAIL]
     26      [PASS, TIMEOUT]
     27 
     28 
     29 [webtransport-h3.https.sub.any.worker.html]
     30  expected:
     31    if (os == "mac") and not debug: [OK, CRASH]
     32    if (os == "linux") and not debug: [OK, CRASH]
     33    if (os == "android") and debug: [TIMEOUT, OK, CRASH]
     34    if (os == "android") and not debug: [OK, TIMEOUT, CRASH]
     35  [WebTransport server should be running and should handle a bidirectional stream]
     36    expected:
     37      if (os == "android") and debug: [TIMEOUT, FAIL]
     38      if (os == "android") and not debug: [FAIL, TIMEOUT]
     39      if os == "linux": [PASS, FAIL, TIMEOUT]
     40      [PASS, TIMEOUT]
     41 
     42 
     43 [webtransport-h3.https.sub.any.html]
     44  expected:
     45    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH]
     46    if (os == "android") and debug and not sessionHistoryInParent: [TIMEOUT, OK, CRASH]
     47    if (os == "android") and not debug: [OK, TIMEOUT, CRASH]
     48  [WebTransport server should be running and should handle a bidirectional stream]
     49    expected:
     50      if (os == "android") and debug and sessionHistoryInParent: [FAIL, TIMEOUT]
     51      if (os == "android") and debug and not sessionHistoryInParent: [TIMEOUT, FAIL]
     52      if (os == "android") and not debug: [FAIL, TIMEOUT]
     53      [PASS, TIMEOUT]