tor-browser

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

cache-keys.https.any.js.ini (4547B)


      1 [cache-keys.https.any.worker.html]
      2  expected:
      3    if (processor == "x86") and not debug: [OK, TIMEOUT]
      4  [Cache.keys with ignoreSearch option (request with no search parameters)]
      5    expected:
      6      if (processor == "x86") and not debug: [PASS, NOTRUN]
      7 
      8  [Cache.keys without parameters and VARY entries]
      9    expected:
     10      if (processor == "x86") and not debug: [PASS, NOTRUN]
     11 
     12  [Cache.keys with string fragment "http" as query]
     13    expected:
     14      if (processor == "x86") and not debug: [PASS, NOTRUN]
     15 
     16  [Cache.keys with new Request]
     17    expected:
     18      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     19 
     20  [Cache.keys with explicitly undefined request]
     21    expected:
     22      if (processor == "x86") and not debug: [PASS, NOTRUN]
     23 
     24  [Cache.keys supports ignoreVary]
     25    expected:
     26      if (processor == "x86") and not debug: [PASS, NOTRUN]
     27 
     28  [Cache.keys supports ignoreMethod]
     29    expected:
     30      if (processor == "x86") and not debug: [PASS, NOTRUN]
     31 
     32  [Cache.keys with a HEAD Request]
     33    expected:
     34      if (processor == "x86") and not debug: [PASS, NOTRUN]
     35 
     36  [Cache.keys with ignoreSearch option (request with search parameters)]
     37    expected:
     38      if (processor == "x86") and not debug: [PASS, NOTRUN]
     39 
     40  [Cache.keys without parameters]
     41    expected:
     42      if (processor == "x86") and not debug: [PASS, NOTRUN]
     43 
     44  [Cache.keys with URL containing fragment]
     45    expected:
     46      if (processor == "x86") and not debug: [PASS, NOTRUN]
     47 
     48  [Cache.keys with explicitly undefined request and empty options]
     49    expected:
     50      if (processor == "x86") and not debug: [PASS, NOTRUN]
     51 
     52 
     53 [cache-keys.https.any.sharedworker.html]
     54  expected:
     55    if (processor == "x86") and not debug: [OK, TIMEOUT]
     56  [Cache.keys with ignoreSearch option (request with no search parameters)]
     57    expected:
     58      if (processor == "x86") and not debug: [PASS, NOTRUN]
     59 
     60  [Cache.keys without parameters and VARY entries]
     61    expected:
     62      if (processor == "x86") and not debug: [PASS, NOTRUN]
     63 
     64  [Cache.keys with string fragment "http" as query]
     65    expected:
     66      if (processor == "x86") and not debug: [PASS, NOTRUN]
     67 
     68  [Cache.keys with new Request]
     69    expected:
     70      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     71 
     72  [Cache.keys with explicitly undefined request]
     73    expected:
     74      if (processor == "x86") and not debug: [PASS, NOTRUN]
     75 
     76  [Cache.keys supports ignoreVary]
     77    expected:
     78      if (processor == "x86") and not debug: [PASS, NOTRUN]
     79 
     80  [Cache.keys supports ignoreMethod]
     81    expected:
     82      if (processor == "x86") and not debug: [PASS, NOTRUN]
     83 
     84  [Cache.keys with a HEAD Request]
     85    expected:
     86      if (processor == "x86") and not debug: [PASS, NOTRUN]
     87 
     88  [Cache.keys with ignoreSearch option (request with search parameters)]
     89    expected:
     90      if (processor == "x86") and not debug: [PASS, NOTRUN]
     91 
     92  [Cache.keys without parameters]
     93    expected:
     94      if (processor == "x86") and not debug: [PASS, NOTRUN]
     95 
     96  [Cache.keys with URL containing fragment]
     97    expected:
     98      if (processor == "x86") and not debug: [PASS, NOTRUN]
     99 
    100  [Cache.keys with explicitly undefined request and empty options]
    101    expected:
    102      if (processor == "x86") and not debug: [PASS, NOTRUN]
    103 
    104 
    105 [cache-keys.https.any.serviceworker.html]
    106  disabled:
    107    if privateBrowsing: https://bugzilla.mozilla.org/show_bug.cgi?id=1320796
    108  expected:
    109    if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
    110  [Cache.keys without parameters and VARY entries]
    111    expected:
    112      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
    113 
    114  [Cache.keys with string fragment "http" as query]
    115    expected:
    116      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
    117 
    118  [Cache.keys with explicitly undefined request]
    119    expected:
    120      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
    121 
    122  [Cache.keys supports ignoreVary]
    123    expected:
    124      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
    125 
    126  [Cache.keys with a HEAD Request]
    127    expected:
    128      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
    129 
    130  [Cache.keys without parameters]
    131    expected:
    132      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
    133 
    134  [Cache.keys with URL containing fragment]
    135    expected:
    136      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
    137 
    138  [Cache.keys with explicitly undefined request and empty options]
    139    expected:
    140      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
    141 
    142 
    143 [cache-keys.https.any.html]