tor-browser

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

request-init-stream.any.js.ini (5192B)


      1 [request-init-stream.any.worker.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, CRASH]
      4  [It is error to omit .duplex when the body is a ReadableStream.]
      5    expected: FAIL
      6 
      7  [It is error to set .duplex = 'full' when the body is null.]
      8    expected: FAIL
      9 
     10  [It is error to set .duplex = 'full' when the body is a string.]
     11    expected: FAIL
     12 
     13  [It is error to set .duplex = 'full' when the body is a Uint8Array.]
     14    expected: FAIL
     15 
     16  [It is error to set .duplex = 'full' when the body is a Blob.]
     17    expected: FAIL
     18 
     19  [It is error to set .duplex = 'full' when the body is a ReadableStream.]
     20    expected: FAIL
     21 
     22  [Constructing a Request with a Request on which body.getReader().read() is called]
     23    expected: FAIL
     24 
     25  [Constructing a Request with a stream on which read() and releaseLock() are called]
     26    expected: FAIL
     27 
     28  [Constructing a Request with a Request on which body.getReader() is called]
     29    expected: FAIL
     30 
     31  [Constructing a Request with a Request on which read() and releaseLock() are called]
     32    expected: FAIL
     33 
     34  [Constructing a Request with a stream on which getReader() is called]
     35    expected: FAIL
     36 
     37  [Constructing a Request with a stream on which read() is called]
     38    expected: FAIL
     39 
     40  [Constructing a Request with a stream holds the original object.]
     41    expected: FAIL
     42 
     43 
     44 [request-init-stream.any.sharedworker.html]
     45  [It is error to omit .duplex when the body is a ReadableStream.]
     46    expected: FAIL
     47 
     48  [It is error to set .duplex = 'full' when the body is null.]
     49    expected: FAIL
     50 
     51  [It is error to set .duplex = 'full' when the body is a string.]
     52    expected: FAIL
     53 
     54  [It is error to set .duplex = 'full' when the body is a Uint8Array.]
     55    expected: FAIL
     56 
     57  [It is error to set .duplex = 'full' when the body is a Blob.]
     58    expected: FAIL
     59 
     60  [It is error to set .duplex = 'full' when the body is a ReadableStream.]
     61    expected: FAIL
     62 
     63  [Constructing a Request with a Request on which body.getReader().read() is called]
     64    expected: FAIL
     65 
     66  [Constructing a Request with a stream on which read() and releaseLock() are called]
     67    expected: FAIL
     68 
     69  [Constructing a Request with a Request on which body.getReader() is called]
     70    expected: FAIL
     71 
     72  [Constructing a Request with a Request on which read() and releaseLock() are called]
     73    expected: FAIL
     74 
     75  [Constructing a Request with a stream on which getReader() is called]
     76    expected: FAIL
     77 
     78  [Constructing a Request with a stream on which read() is called]
     79    expected: FAIL
     80 
     81  [Constructing a Request with a stream holds the original object.]
     82    expected: FAIL
     83 
     84 
     85 [request-init-stream.any.html]
     86  expected:
     87    if (os == "android") and not debug: [OK, CRASH]
     88  [It is error to omit .duplex when the body is a ReadableStream.]
     89    expected: FAIL
     90 
     91  [It is error to set .duplex = 'full' when the body is null.]
     92    expected: FAIL
     93 
     94  [It is error to set .duplex = 'full' when the body is a string.]
     95    expected: FAIL
     96 
     97  [It is error to set .duplex = 'full' when the body is a Uint8Array.]
     98    expected: FAIL
     99 
    100  [It is error to set .duplex = 'full' when the body is a Blob.]
    101    expected: FAIL
    102 
    103  [It is error to set .duplex = 'full' when the body is a ReadableStream.]
    104    expected: FAIL
    105 
    106  [Constructing a Request with a Request on which body.getReader().read() is called]
    107    expected: FAIL
    108 
    109  [Constructing a Request with a stream on which read() and releaseLock() are called]
    110    expected: FAIL
    111 
    112  [Constructing a Request with a Request on which body.getReader() is called]
    113    expected: FAIL
    114 
    115  [Constructing a Request with a Request on which read() and releaseLock() are called]
    116    expected: FAIL
    117 
    118  [Constructing a Request with a stream on which getReader() is called]
    119    expected: FAIL
    120 
    121  [Constructing a Request with a stream on which read() is called]
    122    expected: FAIL
    123 
    124  [Constructing a Request with a stream holds the original object.]
    125    expected: FAIL
    126 
    127 
    128 [request-init-stream.any.serviceworker.html]
    129  expected:
    130    if (os == "mac") and not debug: [OK, ERROR]
    131  [It is error to omit .duplex when the body is a ReadableStream.]
    132    expected: FAIL
    133 
    134  [It is error to set .duplex = 'full' when the body is null.]
    135    expected: FAIL
    136 
    137  [It is error to set .duplex = 'full' when the body is a string.]
    138    expected: FAIL
    139 
    140  [It is error to set .duplex = 'full' when the body is a Uint8Array.]
    141    expected: FAIL
    142 
    143  [It is error to set .duplex = 'full' when the body is a Blob.]
    144    expected: FAIL
    145 
    146  [It is error to set .duplex = 'full' when the body is a ReadableStream.]
    147    expected: FAIL
    148 
    149  [Constructing a Request with a Request on which body.getReader().read() is called]
    150    expected: FAIL
    151 
    152  [Constructing a Request with a stream on which read() and releaseLock() are called]
    153    expected: FAIL
    154 
    155  [Constructing a Request with a Request on which body.getReader() is called]
    156    expected: FAIL
    157 
    158  [Constructing a Request with a Request on which read() and releaseLock() are called]
    159    expected: FAIL
    160 
    161  [Constructing a Request with a stream on which getReader() is called]
    162    expected: FAIL
    163 
    164  [Constructing a Request with a stream on which read() is called]
    165    expected: FAIL
    166 
    167  [Constructing a Request with a stream holds the original object.]
    168    expected: FAIL