tor-browser

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

FileSystemFileHandle-move.https.any.js.ini (4203B)


      1 [FileSystemFileHandle-move.https.any.worker.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4    if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
      5  [move(dir) while the destination file has an open writable fails]
      6    expected:
      7      if (os == "mac") and not debug: [PASS, NOTRUN]
      8 
      9  [move(dir, name) while the destination file has an open writable fails]
     10    expected:
     11      if (os == "mac") and not debug: [PASS, NOTRUN]
     12      if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
     13 
     14  [move(dir, name) while the file has an open writable fails]
     15    expected:
     16      if (os == "mac") and not debug: [PASS, NOTRUN]
     17 
     18  [move(dir) can be called multiple times]
     19    expected:
     20      if (os == "mac") and not debug: [PASS, TIMEOUT]
     21 
     22  [move(dir, name) can be called multiple times]
     23    expected:
     24      if (os == "mac") and not debug: [PASS, NOTRUN]
     25 
     26  [move(dir) while the file has an open writable fails]
     27    expected:
     28      if (os == "mac") and not debug: [PASS, NOTRUN]
     29 
     30  [move(dir, name) with a name with invalid characters should fail]
     31    expected:
     32      if (os == "mac") and not debug: [PASS, NOTRUN]
     33 
     34  [move(name) to rename a file]
     35    expected:
     36      if processor == "x86": [PASS, TIMEOUT]
     37 
     38  [get a handle to a moved file]
     39    expected:
     40      if processor == "x86": [PASS, TIMEOUT, NOTRUN]
     41 
     42  [move(name) to rename a file the same name]
     43    expected:
     44      if processor == "x86": [PASS, NOTRUN]
     45 
     46  [move("") to rename a file fails]
     47    expected:
     48      if processor == "x86": [PASS, NOTRUN]
     49 
     50  [move(dir) can overwrite an existing file]
     51    expected:
     52      if (os == "mac") and not debug: [PASS, NOTRUN]
     53      if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT]
     54 
     55  [move(dir, name) can overwrite an existing file]
     56    expected:
     57      if (os == "mac") and not debug: [PASS, NOTRUN]
     58      if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
     59 
     60  [FileSystemFileHandles are references, not paths]
     61    expected:
     62      if (os == "mac") and not debug: [PASS, NOTRUN]
     63      if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
     64 
     65  [move(name) with a name with path separators should fail]
     66    expected:
     67      if os == "win": [PASS, NOTRUN]
     68      if os != "win": [FAIL, NOTRUN]
     69 
     70 [FileSystemFileHandle-move.https.any.html]
     71  expected:
     72    if (os == "mac") and not debug: [OK, TIMEOUT]
     73    if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
     74  [move(name) to rename a file]
     75    expected:
     76      if processor == "x86": [PASS, TIMEOUT]
     77 
     78  [move(name) to rename a file the same name]
     79    expected:
     80      if processor == "x86": [PASS, NOTRUN]
     81 
     82  [move("") to rename a file fails]
     83    expected:
     84      if processor == "x86": [PASS, NOTRUN]
     85 
     86  [get a handle to a moved file]
     87    expected:
     88      if processor == "x86": [PASS, NOTRUN]
     89 
     90  [move(dir, name) can be called multiple times]
     91    expected:
     92      if (os == "mac") and not debug: [PASS, TIMEOUT]
     93 
     94  [move(dir, name) with a name with invalid characters should fail]
     95    expected:
     96      if (os == "mac") and not debug: [PASS, NOTRUN]
     97 
     98  [move(dir) while the file has an open writable fails]
     99    expected:
    100      if (os == "mac") and not debug: [PASS, NOTRUN]
    101 
    102  [move(dir, name) while the file has an open writable fails]
    103    expected:
    104      if (os == "mac") and not debug: [PASS, NOTRUN]
    105 
    106  [move(dir) while the destination file has an open writable fails]
    107    expected:
    108      if (os == "mac") and not debug: [PASS, NOTRUN]
    109 
    110  [move(dir, name) while the destination file has an open writable fails]
    111    expected:
    112      if (os == "mac") and not debug: [PASS, NOTRUN]
    113 
    114  [move(dir) can overwrite an existing file]
    115    expected:
    116      if (os == "mac") and not debug: [PASS, NOTRUN]
    117 
    118  [move(dir, name) can overwrite an existing file]
    119    expected:
    120      if (os == "mac") and not debug: [PASS, NOTRUN]
    121      if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT]
    122 
    123  [FileSystemFileHandles are references, not paths]
    124    expected:
    125      if (os == "mac") and not debug: [PASS, NOTRUN]
    126      if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
    127 
    128  [move(name) with a name with path separators should fail]
    129    expected:
    130      if os == "win": [PASS, NOTRUN]
    131      if os != "win": [FAIL, NOTRUN]