tor-browser

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

partial.any.js.ini (4040B)


      1 [partial.any.sharedworker.html]
      2  [HTTP cache stores partial response and serves smaller ranges from it (suffix-byte-range-spec)]
      3    expected: FAIL
      4 
      5  [HTTP cache stores complete response and serves smaller ranges from it (byte-range-spec)]
      6    expected: FAIL
      7 
      8  [HTTP cache stores partial response and serves smaller ranges from it (absent last-byte-pos)]
      9    expected: FAIL
     10 
     11  [HTTP cache stores partial content and reuses it]
     12    expected: FAIL
     13 
     14  [HTTP cache stores partial content and completes it]
     15    expected: FAIL
     16 
     17  [HTTP cache stores partial response and serves smaller ranges from it (byte-range-spec)]
     18    expected: FAIL
     19 
     20  [HTTP cache stores complete response and serves smaller ranges from it (absent last-byte-pos)]
     21    expected: FAIL
     22 
     23  [HTTP cache stores complete response and serves smaller ranges from it (suffix-byte-range-spec)]
     24    expected: FAIL
     25 
     26  [HTTP cache stores complete response and serves smaller ranges from it with only-if-cached]
     27    expected: FAIL
     28 
     29 
     30 [partial.any.worker.html]
     31  [HTTP cache stores partial response and serves smaller ranges from it (suffix-byte-range-spec)]
     32    expected: FAIL
     33 
     34  [HTTP cache stores complete response and serves smaller ranges from it (byte-range-spec)]
     35    expected: FAIL
     36 
     37  [HTTP cache stores partial response and serves smaller ranges from it (absent last-byte-pos)]
     38    expected: FAIL
     39 
     40  [HTTP cache stores partial content and reuses it]
     41    expected: FAIL
     42 
     43  [HTTP cache stores partial content and completes it]
     44    expected: FAIL
     45 
     46  [HTTP cache stores partial response and serves smaller ranges from it (byte-range-spec)]
     47    expected: FAIL
     48 
     49  [HTTP cache stores complete response and serves smaller ranges from it (absent last-byte-pos)]
     50    expected: FAIL
     51 
     52  [HTTP cache stores complete response and serves smaller ranges from it (suffix-byte-range-spec)]
     53    expected: FAIL
     54 
     55  [HTTP cache stores complete response and serves smaller ranges from it with only-if-cached]
     56    expected: FAIL
     57 
     58 
     59 [partial.any.html]
     60  expected:
     61    if os == "android": [OK, CRASH]
     62  [HTTP cache stores partial response and serves smaller ranges from it (suffix-byte-range-spec)]
     63    expected: FAIL
     64 
     65  [HTTP cache stores complete response and serves smaller ranges from it (byte-range-spec)]
     66    expected: FAIL
     67 
     68  [HTTP cache stores partial response and serves smaller ranges from it (absent last-byte-pos)]
     69    expected: FAIL
     70 
     71  [HTTP cache stores partial content and reuses it]
     72    expected: FAIL
     73 
     74  [HTTP cache stores partial content and completes it]
     75    expected: FAIL
     76 
     77  [HTTP cache stores partial response and serves smaller ranges from it (byte-range-spec)]
     78    expected: FAIL
     79 
     80  [HTTP cache stores complete response and serves smaller ranges from it (absent last-byte-pos)]
     81    expected: FAIL
     82 
     83  [HTTP cache stores complete response and serves smaller ranges from it (suffix-byte-range-spec)]
     84    expected: FAIL
     85 
     86  [HTTP cache stores complete response and serves smaller ranges from it with only-if-cached]
     87    expected: FAIL
     88 
     89 
     90 [partial.any.serviceworker.html]
     91  expected:
     92    if (os == "android") and not debug: [OK, ERROR]
     93  [HTTP cache stores partial response and serves smaller ranges from it (suffix-byte-range-spec)]
     94    expected: FAIL
     95 
     96  [HTTP cache stores complete response and serves smaller ranges from it (byte-range-spec)]
     97    expected: FAIL
     98 
     99  [HTTP cache stores partial response and serves smaller ranges from it (absent last-byte-pos)]
    100    expected: FAIL
    101 
    102  [HTTP cache stores partial content and reuses it]
    103    expected: FAIL
    104 
    105  [HTTP cache stores partial content and completes it]
    106    expected: FAIL
    107 
    108  [HTTP cache stores partial response and serves smaller ranges from it (byte-range-spec)]
    109    expected: FAIL
    110 
    111  [HTTP cache stores complete response and serves smaller ranges from it (absent last-byte-pos)]
    112    expected: FAIL
    113 
    114  [HTTP cache stores complete response and serves smaller ranges from it (suffix-byte-range-spec)]
    115    expected: FAIL
    116 
    117  [HTTP cache stores complete response and serves smaller ranges from it with only-if-cached]
    118    expected: FAIL