tor-browser

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

basic-auth.any.js.ini (2542B)


      1 [basic-auth.https.any.serviceworker.html]
      2  expected: TIMEOUT
      3 
      4 [basic-auth.any.serviceworker.html]
      5  [HTTP basic authentication should work with WebSockets]
      6    expected: FAIL
      7 
      8 
      9 [basic-auth.any.sharedworker.html?wss]
     10  expected:
     11    if (os == "android") and debug: [OK, ERROR]
     12 
     13 [basic-auth.any.serviceworker.html?wss]
     14  expected:
     15    if (os == "linux") and debug: [OK, ERROR]
     16    if os == "android": [OK, ERROR]
     17  [HTTP basic authentication should work with WebSockets]
     18    expected:
     19      if os == "mac": [PASS, TIMEOUT]
     20 
     21 
     22 [basic-auth.any.html?wss]
     23  expected:
     24    if (os == "linux") and debug and fission: [OK, ERROR]
     25    if (os == "win") and debug: [OK, TIMEOUT]
     26    if os == "android": [OK, ERROR]
     27 
     28 [basic-auth.any.worker.html?wss]
     29  expected:
     30    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
     31    if (os == "win") and debug: [OK, TIMEOUT]
     32    if (os == "mac") and not debug: [OK, CRASH]
     33    if (os == "linux") and debug: [OK, ERROR]
     34    if (os == "android") and not debug: [OK, CRASH]
     35 
     36 [basic-auth.any.html?wpt_flags=h2]
     37  expected:
     38    if (os == "linux") and debug and not fission: [TIMEOUT, OK, ERROR]
     39    if (os == "linux") and not debug and fission: [OK, TIMEOUT]
     40    if (os == "linux") and not debug and not fission: [OK, ERROR, TIMEOUT]
     41    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH]
     42    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
     43    if (os == "win") and (processor == "x86"): [OK, TIMEOUT]
     44    if (os == "mac") and not debug: [OK, TIMEOUT]
     45    if (os == "android") and debug: [TIMEOUT, OK, CRASH]
     46    [TIMEOUT, OK]
     47 
     48 [basic-auth.any.worker.html?wpt_flags=h2]
     49  expected:
     50    if (os == "linux") and debug and fission: [OK, ERROR, TIMEOUT]
     51    if (os == "linux") and not debug and not fission: [TIMEOUT, OK]
     52    if (os == "win") and (processor == "x86"): [OK, ERROR, TIMEOUT]
     53    if (os == "mac") and not debug: [OK, TIMEOUT, CRASH]
     54    [OK, TIMEOUT]
     55 
     56 [basic-auth.any.sharedworker.html?wpt_flags=h2]
     57  expected:
     58    if (os == "linux") and not debug and not asan and not tsan: [TIMEOUT, OK]
     59    if (os == "win") and (processor == "x86"): [TIMEOUT, OK]
     60    if (os == "android") and debug: [OK, ERROR, TIMEOUT]
     61    [OK, TIMEOUT]
     62 
     63 [basic-auth.any.serviceworker.html?wpt_flags=h2]
     64  expected:
     65    if not tsan and not debug and (os == "linux") and asan and fission: [TIMEOUT, OK]
     66    if not tsan and not debug and (os == "android") and sessionHistoryInParent: [TIMEOUT, OK]
     67    if tsan: [OK, ERROR, TIMEOUT]
     68    [OK, TIMEOUT]