tor-browser

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

request-upload.h2.any.js.ini (3753B)


      1 [request-upload.h2.any.serviceworker.html]
      2  expected: TIMEOUT
      3  [Fetch with POST with empty ReadableStream]
      4    expected: FAIL
      5 
      6  [Fetch with POST with ReadableStream]
      7    expected: FAIL
      8 
      9  [Fetch with POST with ReadableStream on 421 response should return the response and not retry.]
     10    expected: FAIL
     11 
     12  [Feature detect for POST with ReadableStream]
     13    expected: FAIL
     14 
     15  [Feature detect for POST with ReadableStream, using request object]
     16    expected: FAIL
     17 
     18  [Streaming upload with body containing a String]
     19    expected: FAIL
     20 
     21  [Streaming upload with body containing null]
     22    expected: FAIL
     23 
     24  [Streaming upload with body containing a number]
     25    expected: FAIL
     26 
     27  [Streaming upload should fail on a 401 response]
     28    expected: FAIL
     29 
     30  [Synchronous feature detect]
     31    expected: FAIL
     32 
     33  [ReadbleStream should be closed on signal.abort]
     34    expected: TIMEOUT
     35 
     36 
     37 [request-upload.h2.any.sharedworker.html]
     38  expected: TIMEOUT
     39  [Fetch with POST with empty ReadableStream]
     40    expected: FAIL
     41 
     42  [Fetch with POST with ReadableStream]
     43    expected: FAIL
     44 
     45  [Fetch with POST with ReadableStream on 421 response should return the response and not retry.]
     46    expected: FAIL
     47 
     48  [Feature detect for POST with ReadableStream]
     49    expected: FAIL
     50 
     51  [Feature detect for POST with ReadableStream, using request object]
     52    expected: FAIL
     53 
     54  [Streaming upload with body containing a String]
     55    expected: FAIL
     56 
     57  [Streaming upload with body containing null]
     58    expected: FAIL
     59 
     60  [Streaming upload with body containing a number]
     61    expected: FAIL
     62 
     63  [Streaming upload should fail on a 401 response]
     64    expected: FAIL
     65 
     66  [Synchronous feature detect]
     67    expected: FAIL
     68 
     69  [ReadbleStream should be closed on signal.abort]
     70    expected: TIMEOUT
     71 
     72 
     73 [request-upload.h2.any.worker.html]
     74  expected:
     75    if os == "android": [TIMEOUT, CRASH]
     76    TIMEOUT
     77  [Fetch with POST with empty ReadableStream]
     78    expected: FAIL
     79 
     80  [Fetch with POST with ReadableStream]
     81    expected: FAIL
     82 
     83  [Fetch with POST with ReadableStream on 421 response should return the response and not retry.]
     84    expected: FAIL
     85 
     86  [Feature detect for POST with ReadableStream]
     87    expected: FAIL
     88 
     89  [Feature detect for POST with ReadableStream, using request object]
     90    expected: FAIL
     91 
     92  [Streaming upload with body containing a String]
     93    expected: FAIL
     94 
     95  [Streaming upload with body containing null]
     96    expected: FAIL
     97 
     98  [Streaming upload with body containing a number]
     99    expected: FAIL
    100 
    101  [Streaming upload should fail on a 401 response]
    102    expected: FAIL
    103 
    104  [Synchronous feature detect]
    105    expected: FAIL
    106 
    107  [ReadbleStream should be closed on signal.abort]
    108    expected: TIMEOUT
    109 
    110 
    111 [request-upload.h2.any.html]
    112  expected:
    113    if (os == "mac") and not debug: [ERROR, OK]
    114    if (os == "android") and debug: [ERROR, TIMEOUT]
    115    if (os == "android") and not debug: [TIMEOUT, ERROR]
    116    ERROR
    117  [Fetch with POST with empty ReadableStream]
    118    expected: [FAIL, PASS]
    119 
    120  [Fetch with POST with ReadableStream]
    121    expected: [FAIL, PASS]
    122 
    123  [Fetch with POST with ReadableStream on 421 response should return the response and not retry.]
    124    expected: [FAIL, PASS]
    125 
    126  [Feature detect for POST with ReadableStream]
    127    expected: [FAIL, PASS]
    128 
    129  [Feature detect for POST with ReadableStream, using request object]
    130    expected: [FAIL, PASS]
    131 
    132  [Synchronous feature detect]
    133    expected: [FAIL, PASS]
    134 
    135  [Streaming upload with body containing a String]
    136    expected: [FAIL, PASS]
    137 
    138  [Streaming upload with body containing null]
    139    expected: [FAIL, PASS]
    140 
    141  [Streaming upload with body containing a number]
    142    expected: [FAIL, PASS]
    143 
    144  [Streaming upload should fail on a 401 response]
    145    expected: [FAIL, PASS]
    146 
    147  [ReadbleStream should be closed on signal.abort]
    148    expected: [TIMEOUT, PASS]