tor-browser

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

FileSystemFileHandle-cross-primitive-locking.https.tentative.worker.js.ini (18972B)


      1 [FileSystemFileHandle-cross-primitive-locking.https.tentative.worker.html]
      2  disabled:
      3    if (os == "linux") and (os_version == "24.04") and (processor == "x86_64") and (display == "x11"): never ending rounds of whack a mole
      4  expected:
      5    if (os == "linux") and fission and opt: TIMEOUT
      6    if (os == "linux") and fission and ccov: TIMEOUT
      7    if (os == "mac") and not debug: [OK, TIMEOUT]
      8    if os == "win": [OK, TIMEOUT]
      9  [After a file has finished moving, that file can have an open access handle in readwrite mode]
     10    expected:
     11      if os == "win": [FAIL, TIMEOUT, NOTRUN]
     12      FAIL
     13 
     14  [A file with an ongoing remove operation does not interfere with the creation of an open access handle in readwrite mode on another file]
     15    expected:
     16      if os == "win": [FAIL, TIMEOUT, NOTRUN]
     17      FAIL
     18 
     19  [After a file has finished being removed, that file can have an open access handle in readwrite mode]
     20    expected:
     21      if os == "win": [FAIL, TIMEOUT, NOTRUN]
     22      FAIL
     23 
     24  [A directory cannot be removed if it contains a file that has an open access handle in readwrite mode.]
     25    expected:
     26      if os == "win": [FAIL, TIMEOUT, NOTRUN]
     27      FAIL
     28 
     29  [A file with an open access handle in readwrite mode cannot be removed]
     30    expected:
     31      if os == "win": [FAIL, TIMEOUT, NOTRUN]
     32      FAIL
     33 
     34  [A file with an open access handle in readwrite mode does not interfere with removing another file]
     35    expected:
     36      if os == "win": [FAIL, TIMEOUT, NOTRUN]
     37      FAIL
     38 
     39  [After an open access handle in readwrite mode on a file has been closed, that file can be removed]
     40    expected:
     41      if os == "win": [FAIL, TIMEOUT, NOTRUN]
     42      FAIL
     43 
     44  [After a file has finished moving, that file can have an open access handle in read-only mode]
     45    expected:
     46      if (os == "mac") and not debug: [FAIL, NOTRUN]
     47      FAIL
     48 
     49  [A file with an ongoing remove operation does not interfere with the creation of an open access handle in read-only mode on another file]
     50    expected:
     51      if (os == "mac") and not debug: [FAIL, NOTRUN]
     52      FAIL
     53 
     54  [After a file has finished being removed, that file can have an open access handle in read-only mode]
     55    expected:
     56      if (os == "mac") and not debug: [FAIL, NOTRUN]
     57      FAIL
     58 
     59  [A directory cannot be removed if it contains a file that has an open access handle in read-only mode.]
     60    expected:
     61      if (os == "mac") and not debug: [FAIL, NOTRUN]
     62      FAIL
     63 
     64  [A file with an open access handle in read-only mode cannot be removed]
     65    expected:
     66      if (os == "mac") and not debug: [FAIL, NOTRUN]
     67      FAIL
     68 
     69  [A file with an open access handle in read-only mode does not interfere with removing another file]
     70    expected:
     71      if (os == "mac") and not debug: [FAIL, NOTRUN]
     72      FAIL
     73 
     74  [After an open access handle in read-only mode on a file has been closed, that file can be removed]
     75    expected:
     76      if (os == "mac") and not debug: [FAIL, NOTRUN]
     77      FAIL
     78 
     79  [A file with an open access handle in read-only mode does not interfere with the creation of an open writable stream in siloed mode on another file]
     80    expected:
     81      if (os == "mac") and not debug: [PASS, NOTRUN]
     82 
     83  [When there's an open writable stream in exclusive mode on a file, cannot have an open access handle in read-only mode on that same file]
     84    expected:
     85      if (os == "mac") and not debug: [PASS, NOTRUN]
     86 
     87  [A file with an open writable stream in exclusive mode does not interfere with an open access handle in read-only mode on another file]
     88    expected:
     89      if (os == "mac") and not debug: [PASS, NOTRUN]
     90 
     91  [After a writable stream in exclusive mode has been closed for a file, that file can have an open access handle in read-only mode]
     92    expected:
     93      if (os == "mac") and not debug: [PASS, NOTRUN]
     94 
     95  [When there's an open access handle in read-only mode on a file, cannot open an open writable stream in exclusive mode on that same file]
     96    expected:
     97      if (os == "mac") and not debug: [PASS, NOTRUN]
     98 
     99  [A file with an open access handle in read-only mode does not interfere with the creation of an open writable stream in exclusive mode on another file]
    100    expected:
    101      if (os == "mac") and not debug: [PASS, NOTRUN]
    102 
    103  [A file with an ongoing move operation does not interfere with an open access handle in readwrite-unsafe mode on another file]
    104    expected:
    105      if (os == "mac") and not debug: [PASS, NOTRUN]
    106 
    107  [After a file has finished moving, that file can have an open access handle in readwrite-unsafe mode]
    108    expected:
    109      if (os == "mac") and not debug: [FAIL, NOTRUN]
    110      FAIL
    111 
    112  [A file cannot be moved to a location with an open access handle in readwrite-unsafe mode]
    113    expected:
    114      if (os == "mac") and not debug: [PASS, NOTRUN]
    115 
    116  [A file with an open access handle in readwrite-unsafe mode cannot be moved]
    117    expected:
    118      if (os == "mac") and not debug: [PASS, NOTRUN]
    119 
    120  [A file with an open access handle in readwrite-unsafe mode does not interfere with moving another file]
    121    expected:
    122      if (os == "linux") and (os_version == "24.04") and opt: [PASS, NOTRUN, TIMEOUT]
    123      if (os == "linux") and ccov: [PASS, NOTRUN]
    124      if (os == "mac") and not debug: [PASS, NOTRUN]
    125 
    126  [After an open access handle in readwrite-unsafe mode on a file has been closed, that file can be moved]
    127    expected:
    128      if (os == "mac") and not debug: [PASS, NOTRUN]
    129 
    130  [A file with an ongoing remove operation does not interfere with the creation of an open access handle in readwrite-unsafe mode on another file]
    131    expected:
    132      if (os == "mac") and not debug: [FAIL, NOTRUN]
    133      FAIL
    134 
    135  [After a file has finished being removed, that file can have an open access handle in readwrite-unsafe mode]
    136    expected:
    137      if (os == "mac") and not debug: [FAIL, NOTRUN]
    138      FAIL
    139 
    140  [A directory cannot be removed if it contains a file that has an open access handle in readwrite-unsafe mode.]
    141    expected:
    142      if (os == "linux") and (os_version == "24.04") and opt: [FAIL, NOTRUN, TIMEOUT]
    143      if (os == "mac") and not debug: [FAIL, NOTRUN]
    144      FAIL
    145 
    146  [A file with an open access handle in readwrite-unsafe mode cannot be removed]
    147    expected:
    148      if (os == "mac") and not debug: [FAIL, NOTRUN]
    149      FAIL
    150 
    151  [A file with an open access handle in readwrite-unsafe mode does not interfere with removing another file]
    152    expected:
    153      if (os == "mac") and not debug: [FAIL, NOTRUN]
    154      FAIL
    155 
    156  [After an open access handle in readwrite-unsafe mode on a file has been closed, that file can be removed]
    157    expected:
    158      if (os == "mac") and not debug: [FAIL, NOTRUN]
    159      FAIL
    160 
    161  [When there's an open writable stream in siloed mode on a file, cannot have an open access handle in readwrite-unsafe mode on that same file]
    162    expected:
    163      if (os == "mac") and not debug: [PASS, NOTRUN]
    164 
    165  [A file with an open writable stream in siloed mode does not interfere with an open access handle in readwrite-unsafe mode on another file]
    166    expected:
    167      if (os == "linux") and (os_version == "24.04") and (processor == "x86_64") and (display == "x11") and opt: [PASS, NOTRUN, TIMEOUT]
    168      if (os == "mac") and not debug: [PASS, NOTRUN]
    169 
    170  [After all writable streams in siloed mode have been closed for a file, that file can have an open access handle in readwrite-unsafe mode]
    171    expected:
    172      if (os == "mac") and not debug: [PASS, NOTRUN]
    173 
    174  [When there's an open access handle in readwrite-unsafe mode on a file, cannot open an open writable stream in siloed mode on that same file]
    175    expected:
    176      if (os == "mac") and not debug: [PASS, NOTRUN]
    177 
    178  [A file with an open access handle in readwrite-unsafe mode does not interfere with the creation of an open writable stream in siloed mode on another file]
    179    expected:
    180      if (os == "mac") and not debug: [PASS, NOTRUN]
    181 
    182  [When there's an open writable stream in exclusive mode on a file, cannot have an open access handle in readwrite-unsafe mode on that same file]
    183    expected:
    184      if (os == "mac") and not debug: [PASS, NOTRUN]
    185 
    186  [A file with an open writable stream in exclusive mode does not interfere with an open access handle in readwrite-unsafe mode on another file]
    187    expected:
    188      if (os == "mac") and not debug: [PASS, NOTRUN]
    189 
    190  [After a writable stream in exclusive mode has been closed for a file, that file can have an open access handle in readwrite-unsafe mode]
    191    expected:
    192      if (os == "mac") and not debug: [PASS, NOTRUN]
    193 
    194  [When there's an open access handle in readwrite-unsafe mode on a file, cannot open an open writable stream in exclusive mode on that same file]
    195    expected:
    196      if (os == "mac") and not debug: [PASS, NOTRUN]
    197 
    198  [A file with an open access handle in readwrite-unsafe mode does not interfere with the creation of an open writable stream in exclusive mode on another file]
    199    expected:
    200      if (os == "mac") and not debug: [PASS, NOTRUN]
    201 
    202  [A file with an ongoing move operation does not interfere with an open writable stream in siloed mode on another file]
    203    expected:
    204      if (os == "mac") and not debug: [PASS, NOTRUN]
    205 
    206  [After a file has finished moving, that file can have an open writable stream in siloed mode]
    207    expected:
    208      if (os == "mac") and not debug: [FAIL, NOTRUN]
    209      if os == "win": [FAIL, TIMEOUT, NOTRUN]
    210      FAIL
    211 
    212  [A file cannot be moved to a location with an open writable stream in siloed mode]
    213    expected:
    214      if (os == "mac") and not debug: [PASS, NOTRUN]
    215      if os == "win": [PASS, NOTRUN]
    216 
    217  [When there's an open writable stream in siloed mode on a file, cannot have an ongoing move operation on that same file]
    218    expected:
    219      if (os == "mac") and not debug: [PASS, NOTRUN]
    220      if os == "win": [PASS, NOTRUN]
    221 
    222  [A file with an open writable stream in siloed mode does not interfere with an ongoing move operation on another file]
    223    expected:
    224      if (os == "mac") and not debug: [PASS, NOTRUN]
    225      if os == "win": [PASS, NOTRUN]
    226 
    227  [After all writable streams in siloed mode have been closed for a file, that file can have an ongoing move operation]
    228    expected:
    229      if (os == "mac") and not debug: [PASS, NOTRUN]
    230      if os == "win": [PASS, NOTRUN]
    231 
    232  [A file with an ongoing remove operation does not interfere with the creation of an open writable stream in siloed mode on another file]
    233    expected:
    234      if (os == "mac") and not debug: [FAIL, NOTRUN]
    235      if os == "win": [FAIL, NOTRUN]
    236      FAIL
    237 
    238  [After a file has finished being removed, that file can have an open writable stream in siloed mode]
    239    expected:
    240      if (os == "mac") and not debug: [FAIL, NOTRUN]
    241      if os == "win": [FAIL, NOTRUN]
    242      FAIL
    243 
    244  [A directory cannot be removed if it contains a file that has an open writable stream in siloed mode.]
    245    expected:
    246      if (os == "mac") and not debug: [FAIL, NOTRUN]
    247      if os == "win": [FAIL, NOTRUN]
    248      FAIL
    249 
    250  [When there's an open writable stream in siloed mode on a file, cannot have an ongoing remove operation on that same file]
    251    expected:
    252      if (os == "mac") and not debug: [FAIL, NOTRUN]
    253      if os == "win": [FAIL, NOTRUN]
    254      FAIL
    255 
    256  [A file with an open writable stream in siloed mode does not interfere with an ongoing remove operation on another file]
    257    expected:
    258      if (os == "mac") and not debug: [FAIL, NOTRUN]
    259      if os == "win": [FAIL, NOTRUN]
    260      FAIL
    261 
    262  [After all writable streams in siloed mode have been closed for a file, that file can have an ongoing remove operation]
    263    expected:
    264      if (os == "mac") and not debug: [FAIL, NOTRUN]
    265      if os == "win": [FAIL, NOTRUN]
    266      FAIL
    267 
    268  [A file with an ongoing move operation does not interfere with an open writable stream in exclusive mode on another file]
    269    expected:
    270      if (os == "mac") and not debug: [PASS, NOTRUN]
    271      if os == "win": [PASS, NOTRUN]
    272 
    273  [After a file has finished moving, that file can have an open writable stream in exclusive mode]
    274    expected:
    275      if (os == "mac") and not debug: [FAIL, NOTRUN]
    276      if os == "win": [FAIL, NOTRUN]
    277      FAIL
    278 
    279  [A file cannot be moved to a location with an open writable stream in exclusive mode]
    280    expected:
    281      if (os == "mac") and not debug: [PASS, NOTRUN]
    282      if os == "win": [PASS, NOTRUN]
    283 
    284  [When there's an open writable stream in exclusive mode on a file, cannot have an ongoing move operation on that same file]
    285    expected:
    286      if (os == "mac") and not debug: [PASS, NOTRUN]
    287      if os == "win": [PASS, NOTRUN]
    288 
    289  [A file with an open writable stream in exclusive mode does not interfere with an ongoing move operation on another file]
    290    expected:
    291      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
    292      if os == "win": [PASS, NOTRUN]
    293 
    294  [After a writable stream in exclusive mode has been closed for a file, that file can have an ongoing move operation]
    295    expected:
    296      if (os == "mac") and not debug: [PASS, NOTRUN]
    297      if os == "win": [PASS, NOTRUN]
    298 
    299  [A file with an ongoing remove operation does not interfere with the creation of an open writable stream in exclusive mode on another file]
    300    expected:
    301      if (os == "mac") and not debug: [FAIL, NOTRUN]
    302      if os == "win": [FAIL, TIMEOUT, NOTRUN]
    303      FAIL
    304 
    305  [After a file has finished being removed, that file can have an open writable stream in exclusive mode]
    306    expected:
    307      if (os == "mac") and not debug: [FAIL, NOTRUN]
    308      if os == "win": [FAIL, NOTRUN]
    309      FAIL
    310 
    311  [A directory cannot be removed if it contains a file that has an open writable stream in exclusive mode.]
    312    expected:
    313      if (os == "mac") and not debug: [FAIL, NOTRUN]
    314      if os == "win": [FAIL, NOTRUN]
    315      FAIL
    316 
    317  [When there's an open writable stream in exclusive mode on a file, cannot have an ongoing remove operation on that same file]
    318    expected:
    319      if (os == "mac") and not debug: [FAIL, NOTRUN]
    320      if os == "win": [FAIL, NOTRUN]
    321      FAIL
    322 
    323  [A file with an open writable stream in exclusive mode does not interfere with an ongoing remove operation on another file]
    324    expected:
    325      if (os == "mac") and not debug: [FAIL, NOTRUN]
    326      if os == "win": [FAIL, NOTRUN]
    327      FAIL
    328 
    329  [After a writable stream in exclusive mode has been closed for a file, that file can have an ongoing remove operation]
    330    expected:
    331      if (os == "mac") and not debug: [FAIL, NOTRUN]
    332      if os == "win": [FAIL, NOTRUN]
    333      FAIL
    334 
    335  [After all writable streams in siloed mode have been closed for a file, that file can have an open access handle in readwrite mode]
    336    expected:
    337      if os == "win": [PASS, TIMEOUT, NOTRUN]
    338 
    339  [A file with an open access handle in readwrite mode does not interfere with the creation of an open writable stream in exclusive mode on another file]
    340    expected:
    341      if (os == "mac") and not debug: [PASS, NOTRUN]
    342      if os == "win": [PASS, TIMEOUT, NOTRUN]
    343 
    344  [A file with an open access handle in readwrite mode cannot be moved]
    345    expected:
    346      if os == "win": [PASS, TIMEOUT, NOTRUN]
    347 
    348  [After a writable stream in exclusive mode has been closed for a file, that file can have an open access handle in readwrite mode]
    349    expected:
    350      if (os == "mac") and not debug: [PASS, TIMEOUT]
    351      if os == "win": [PASS, TIMEOUT, NOTRUN]
    352 
    353  [A file with an open writable stream in siloed mode does not interfere with an open access handle in read-only mode on another file]
    354    expected:
    355      if (os == "mac") and not debug: [PASS, NOTRUN]
    356 
    357  [A file with an ongoing move operation does not interfere with an open access handle in read-only mode on another file]
    358    expected:
    359      if (os == "mac") and not debug: [PASS, NOTRUN]
    360      if os == "win": [PASS, TIMEOUT, NOTRUN]
    361 
    362  [When there's an open access handle in readwrite mode on a file, cannot open an open writable stream in siloed mode on that same file]
    363    expected:
    364      if os == "win": [PASS, TIMEOUT, NOTRUN]
    365 
    366  [A file cannot be moved to a location with an open access handle in read-only mode]
    367    expected:
    368      if (os == "mac") and not debug: [PASS, NOTRUN]
    369 
    370  [When there's an open access handle in read-only mode on a file, cannot open an open writable stream in siloed mode on that same file]
    371    expected:
    372      if (os == "mac") and not debug: [PASS, NOTRUN]
    373 
    374  [After all writable streams in siloed mode have been closed for a file, that file can have an open access handle in read-only mode]
    375    expected:
    376      if (os == "mac") and not debug: [PASS, NOTRUN]
    377 
    378  [A file with an ongoing move operation does not interfere with an open access handle in readwrite mode on another file]
    379    expected:
    380      if os == "win": [PASS, TIMEOUT]
    381 
    382  [After an open access handle in read-only mode on a file has been closed, that file can be moved]
    383    expected:
    384      if (os == "mac") and not debug: [PASS, NOTRUN]
    385 
    386  [A file with an open access handle in read-only mode cannot be moved]
    387    expected:
    388      if (os == "mac") and not debug: [PASS, NOTRUN]
    389 
    390  [When there's an open access handle in readwrite mode on a file, cannot open an open writable stream in exclusive mode on that same file]
    391    expected:
    392      if (os == "mac") and not debug: [PASS, NOTRUN]
    393      if os == "win": [PASS, TIMEOUT, NOTRUN]
    394 
    395  [A file with an open access handle in readwrite mode does not interfere with moving another file]
    396    expected:
    397      if os == "win": [PASS, TIMEOUT, NOTRUN]
    398 
    399  [A file with an open access handle in read-only mode does not interfere with moving another file]
    400    expected:
    401      if (os == "mac") and not debug: [PASS, NOTRUN]
    402 
    403  [A file with an open access handle in readwrite mode does not interfere with the creation of an open writable stream in siloed mode on another file]
    404    expected:
    405      if os == "win": [PASS, TIMEOUT, NOTRUN]
    406 
    407  [A file cannot be moved to a location with an open access handle in readwrite mode]
    408    expected:
    409      if os == "win": [PASS, TIMEOUT, NOTRUN]
    410 
    411  [A file with an open writable stream in exclusive mode does not interfere with an open access handle in readwrite mode on another file]
    412    expected:
    413      if os == "win": [PASS, TIMEOUT, NOTRUN]
    414 
    415  [When there's an open writable stream in siloed mode on a file, cannot have an open access handle in read-only mode on that same file]
    416    expected:
    417      if (os == "mac") and not debug: [PASS, NOTRUN]
    418 
    419  [A file with an open writable stream in siloed mode does not interfere with an open access handle in readwrite mode on another file]
    420    expected:
    421      if os == "win": [PASS, TIMEOUT, NOTRUN]
    422 
    423  [After an open access handle in readwrite mode on a file has been closed, that file can be moved]
    424    expected:
    425      if os == "win": [PASS, TIMEOUT, NOTRUN]
    426 
    427  [When there's an open writable stream in exclusive mode on a file, cannot have an open access handle in readwrite mode on that same file]
    428    expected:
    429      if os == "win": [PASS, TIMEOUT, NOTRUN]
    430 
    431  [When there's an open writable stream in siloed mode on a file, cannot have an open access handle in readwrite mode on that same file]
    432    expected:
    433      if os == "win": [PASS, TIMEOUT, NOTRUN]