tor-browser

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

cache-matchAll.https.any.js.ini (4571B)


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