tor-browser

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

FileSystemBaseHandle-remove.https.any.js.ini (2374B)


      1 [FileSystemBaseHandle-remove.https.any.worker.html]
      2  expected:
      3    if (os == "win") and debug and (processor == "x86"): CRASH
      4    if (os == "win") and not debug: [OK, TIMEOUT]
      5    if (os == "mac") and not debug: [OK, CRASH]
      6    if (os == "android") and not debug: [OK, CRASH]
      7  [remove() to remove a file]
      8    expected: FAIL
      9 
     10  [remove() on an already removed file should fail]
     11    expected: FAIL
     12 
     13  [remove() to remove an empty directory]
     14    expected: FAIL
     15 
     16  [remove() on an already removed directory should fail]
     17    expected: FAIL
     18 
     19  [remove() on a non-empty directory should fail]
     20    expected: FAIL
     21 
     22  [remove() on a directory recursively should delete all sub-items]
     23    expected: FAIL
     24 
     25  [remove() on a file should ignore the recursive option]
     26    expected:
     27      if (os == "win") and not debug: [FAIL, TIMEOUT]
     28      FAIL
     29 
     30  [remove() while the file has an open writable fails]
     31    expected:
     32      if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
     33      FAIL
     34 
     35  [can remove the root of a sandbox file system]
     36    expected:
     37      if (os == "win") and not debug: [FAIL, NOTRUN]
     38      FAIL
     39 
     40 
     41 [FileSystemBaseHandle-remove.https.any.html]
     42  expected:
     43    if (os == "linux") and not tsan and not debug and not asan: OK
     44    if (os == "win") and debug and (processor == "x86"): OK
     45    if (os == "win") and not debug: [OK, TIMEOUT]
     46    if (os == "mac") and not debug: OK
     47    if (os == "linux") and tsan: TIMEOUT
     48    if (os == "android") and not debug: [OK, CRASH]
     49    [CRASH, OK]
     50  [remove() to remove a file]
     51    expected: FAIL
     52 
     53  [remove() on an already removed file should fail]
     54    expected: FAIL
     55 
     56  [remove() to remove an empty directory]
     57    expected: FAIL
     58 
     59  [remove() on an already removed directory should fail]
     60    expected: FAIL
     61 
     62  [remove() on a non-empty directory should fail]
     63    expected: FAIL
     64 
     65  [remove() on a directory recursively should delete all sub-items]
     66    expected:
     67      if (os == "win") and not debug: [FAIL, TIMEOUT]
     68      FAIL
     69 
     70  [remove() on a file should ignore the recursive option]
     71    expected:
     72      if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
     73      FAIL
     74 
     75  [remove() while the file has an open writable fails]
     76    expected:
     77      if (os == "win") and not debug: [FAIL, NOTRUN]
     78      FAIL
     79 
     80  [can remove the root of a sandbox file system]
     81    expected:
     82      if (os == "win") and not debug: [FAIL, NOTRUN]
     83      FAIL