tor-browser

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

FileSystemDirectoryHandle-getFileHandle.https.any.js.ini (2861B)


      1 [FileSystemDirectoryHandle-getFileHandle.https.any.html]
      2  expected:
      3    if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
      4  [getFileHandle(create=false) when a directory already exists with the same name]
      5    expected:
      6      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
      7      if (os == "android") and not debug: [PASS, FAIL]
      8 
      9  [getFileHandle(create=true) when a directory already exists with the same name]
     10    expected:
     11      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     12      if (os == "android") and not debug: [PASS, FAIL]
     13 
     14  [getFileHandle(create=false) with a path separator when the file exists.]
     15    expected:
     16      if (os == "win") and not debug and (processor == "x86_64"): PASS
     17      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     18      if (os == "win") and debug: PASS
     19      FAIL
     20 
     21  [getFileHandle(create=true) with a path separator]
     22    expected:
     23      if (os == "win") and not debug and (processor == "x86_64"): PASS
     24      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     25      if (os == "win") and debug: PASS
     26      FAIL
     27 
     28  [getFileHandle(create=true) returns existing files without erasing]
     29    expected:
     30      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
     31 
     32  [getFileHandle() with ".." name]
     33    expected:
     34      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
     35 
     36  [getFileHandle() with empty name]
     37    expected:
     38      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
     39 
     40  [getFileHandle() with "." name]
     41    expected:
     42      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
     43 
     44 
     45 [FileSystemDirectoryHandle-getFileHandle.https.any.worker.html]
     46  expected:
     47    if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
     48  [getFileHandle(create=false) when a directory already exists with the same name]
     49    expected:
     50      if (os == "android") and not debug: [PASS, FAIL]
     51 
     52  [getFileHandle(create=true) when a directory already exists with the same name]
     53    expected:
     54      if (os == "android") and not debug: [PASS, FAIL]
     55 
     56  [getFileHandle(create=false) with a path separator when the file exists.]
     57    expected:
     58      if (os == "win") and not debug and (processor == "x86_64"): PASS
     59      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     60      if (os == "win") and debug: PASS
     61      FAIL
     62 
     63  [getFileHandle(create=true) with a path separator]
     64    expected:
     65      if (os == "win") and not debug and (processor == "x86_64"): PASS
     66      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     67      if (os == "win") and debug: PASS
     68      FAIL
     69 
     70  [getFileHandle() with ".." name]
     71    expected:
     72      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]