tor-browser

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

FileSystemWritableFileStream-write.https.any.js.ini (11866B)


      1 [FileSystemWritableFileStream-write.https.any.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86"): [OK, ERROR, TIMEOUT]
      5    if (os == "mac") and not debug: [OK, TIMEOUT]
      6  [write() with a string with windows line ending preserved]
      7    expected:
      8      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
      9      if processor == "x86": [PASS, NOTRUN]
     10 
     11  [write() with an empty array buffer to an empty file]
     12    expected:
     13      if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
     14      if processor == "x86": [PASS, TIMEOUT, NOTRUN]
     15 
     16  [write() with a valid typed array buffer]
     17    expected:
     18      if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
     19      if processor == "x86": [PASS, NOTRUN]
     20 
     21  [atomic writes: writable file streams make atomic changes on close]
     22    expected:
     23      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     24      if processor == "x86": [PASS, TIMEOUT, NOTRUN]
     25 
     26  [atomic writes: write() after close() fails]
     27    expected:
     28      if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
     29      if processor == "x86": [PASS, NOTRUN]
     30 
     31  [atomic writes: truncate() after close() fails]
     32    expected:
     33      if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
     34      if processor == "x86": [PASS, NOTRUN]
     35 
     36  [atomic writes: close() after close() fails]
     37    expected:
     38      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     39      if (processor == "x86") and debug: [PASS, NOTRUN]
     40      if (processor == "x86") and not debug: [PASS, TIMEOUT, NOTRUN]
     41 
     42  [atomic writes: only one close() operation may succeed]
     43    expected:
     44      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     45      if processor == "x86": [PASS, TIMEOUT, NOTRUN]
     46 
     47  [getWriter() can be used]
     48    expected:
     49      if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
     50      if processor == "x86": [PASS, NOTRUN]
     51 
     52  [WriteParams: truncate missing size param]
     53    expected:
     54      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     55      if processor == "x86": [PASS, NOTRUN]
     56 
     57  [WriteParams: write missing data param]
     58    expected:
     59      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     60      if processor == "x86": [PASS, NOTRUN]
     61 
     62  [WriteParams: seek missing position param]
     63    expected:
     64      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     65      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     66      if (os == "mac") and not debug: [PASS, TIMEOUT]
     67 
     68  [write() with an invalid blob to an empty file should reject]
     69    expected:
     70      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     71      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     72      if (os == "mac") and not debug: [PASS, NOTRUN]
     73 
     74  [WriteParams: write null data param]
     75    expected:
     76      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     77      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     78 
     79  [write() with an empty blob to an empty file]
     80    expected:
     81      if os == "win": [PASS, TIMEOUT]
     82 
     83  [write() called with a string and a valid offset after seek]
     84    expected:
     85      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     86      if processor == "x86": [PASS, NOTRUN]
     87 
     88  [an errored writable stream releases its lock]
     89    expected:
     90      if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     91      if processor == "x86": [PASS, NOTRUN]
     92 
     93  [write() called with a blob and a valid offset]
     94    expected:
     95      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     96      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     97 
     98  [write() called with an offset beyond the end of the file]
     99    expected:
    100      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
    101      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
    102 
    103  [write() with a string with unix line ending preserved]
    104    expected:
    105      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
    106      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
    107 
    108  [write() with a valid utf-8 string]
    109    expected:
    110      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
    111      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
    112 
    113  [write() with an empty string to an empty file]
    114    expected:
    115      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
    116      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
    117 
    118  [write() called with a string and a valid offset]
    119    expected:
    120      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
    121      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
    122 
    123  [write() WriteParams without position and blob appends]
    124    expected:
    125      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
    126      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
    127 
    128  [write() a blob to an empty file with zero offset]
    129    expected:
    130      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
    131      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
    132 
    133  [write() called consecutively appends]
    134    expected:
    135      if (os == "win") and not debug: [PASS, NOTRUN]
    136 
    137  [write() WriteParams without position and string appends]
    138    expected:
    139      if (os == "win") and not debug: [PASS, NOTRUN]
    140 
    141  [write() a string to an empty file with zero offset]
    142    expected:
    143      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
    144      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
    145 
    146  [write() a blob to an empty file]
    147    expected:
    148      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
    149      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
    150 
    151  [write() with WriteParams without position to an empty file]
    152    expected:
    153      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
    154      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
    155 
    156  [an errored writable stream should reject the next write call]
    157    expected:
    158      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
    159 
    160 [FileSystemWritableFileStream-write.https.any.worker.html]
    161  expected:
    162    if (os == "mac") and not debug: [OK, TIMEOUT]
    163  [write() called with a blob and a valid offset]
    164    expected:
    165      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    166      if (os == "android") and not debug: [PASS, FAIL]
    167 
    168  [write() called with an offset beyond the end of the file]
    169    expected:
    170      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    171      if (os == "android") and not debug: [PASS, FAIL]
    172 
    173  [write() with an empty string to an empty file]
    174    expected:
    175      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    176      if (os == "android") and not debug: [PASS, FAIL]
    177 
    178  [write() with a valid utf-8 string]
    179    expected:
    180      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    181      if (os == "android") and not debug: [PASS, FAIL]
    182 
    183  [write() with a string with unix line ending preserved]
    184    expected:
    185      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    186      if (os == "android") and not debug: [PASS, FAIL]
    187 
    188  [write() with a string with windows line ending preserved]
    189    expected:
    190      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    191      if (os == "android") and not debug: [PASS, FAIL]
    192 
    193  [write() with an empty array buffer to an empty file]
    194    expected:
    195      if (os == "android") and not debug: [PASS, FAIL]
    196 
    197  [write() with a valid typed array buffer]
    198    expected:
    199      if (os == "android") and not debug: [PASS, FAIL]
    200 
    201  [atomic writes: writable file streams make atomic changes on close]
    202    expected:
    203      if processor == "x86": [PASS, TIMEOUT, NOTRUN]
    204 
    205  [getWriter() can be used]
    206    expected:
    207      if (os == "android") and not debug: [PASS, FAIL]
    208 
    209  [WriteParams: truncate missing size param]
    210    expected:
    211      if (os == "win") and debug: [PASS, NOTRUN]
    212      if (os == "win") and not debug: [PASS, NOTRUN]
    213      if (os == "android") and not debug: [PASS, FAIL]
    214 
    215  [WriteParams: write missing data param]
    216    expected:
    217      if (os == "android") and not debug: [PASS, FAIL]
    218 
    219  [WriteParams: seek missing position param]
    220    expected:
    221      if (os == "win") and debug: [PASS, NOTRUN]
    222      if (os == "win") and not debug: [PASS, NOTRUN]
    223      if (os == "mac") and not debug: [PASS, NOTRUN]
    224      if (os == "android") and not debug: [PASS, FAIL]
    225 
    226  [write() with an invalid blob to an empty file should reject]
    227    expected:
    228      if (os == "linux") and not fission and not debug: [PASS, FAIL]
    229      if (os == "mac") and not debug: [PASS, NOTRUN]
    230 
    231  [WriteParams: write null data param]
    232    expected:
    233      if (os == "mac") and not debug: [PASS, TIMEOUT]
    234      if (os == "android") and not debug: [PASS, FAIL]
    235 
    236  [write() with an empty blob to an empty file]
    237    expected:
    238      if (os == "android") and not debug: [PASS, FAIL]
    239 
    240  [write() a blob to an empty file]
    241    expected:
    242      if (os == "win") and not debug: [PASS, TIMEOUT]
    243      if (os == "android") and not debug: [PASS, FAIL]
    244 
    245  [write() with WriteParams without position to an empty file]
    246    expected:
    247      if (os == "win") and not debug: [PASS, NOTRUN]
    248      if (os == "android") and not debug: [PASS, FAIL]
    249 
    250  [write() a string to an empty file with zero offset]
    251    expected:
    252      if (os == "win") and not debug: [PASS, NOTRUN]
    253      if (os == "android") and not debug: [PASS, FAIL]
    254 
    255  [write() a blob to an empty file with zero offset]
    256    expected:
    257      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    258      if (os == "android") and not debug: [PASS, FAIL]
    259 
    260  [write() called consecutively appends]
    261    expected:
    262      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    263      if (os == "android") and not debug: [PASS, FAIL]
    264 
    265  [write() WriteParams without position and string appends]
    266    expected:
    267      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    268      if (os == "android") and not debug: [PASS, FAIL]
    269 
    270  [write() WriteParams without position and blob appends]
    271    expected:
    272      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    273      if (os == "android") and not debug: [PASS, FAIL]
    274 
    275  [write() called with a string and a valid offset]
    276    expected:
    277      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    278      if (os == "android") and not debug: [PASS, FAIL]
    279 
    280  [atomic writes: only one close() operation may succeed]
    281    expected:
    282      if processor == "x86": [PASS, NOTRUN]
    283 
    284  [atomic writes: write() after close() fails]
    285    expected:
    286      if processor == "x86": [PASS, TIMEOUT, NOTRUN]
    287 
    288  [atomic writes: truncate() after close() fails]
    289    expected:
    290      if processor == "x86": [PASS, NOTRUN]
    291 
    292  [atomic writes: close() after close() fails]
    293    expected:
    294      if processor == "x86": [PASS, NOTRUN]
    295 
    296  [write() called with a string and a valid offset after seek]
    297    expected:
    298      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
    299 
    300  [an errored writable stream releases its lock]
    301    expected:
    302      if processor == "x86": [PASS, TIMEOUT, NOTRUN]