tor-browser

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

FileSystemFileHandle-getFile.https.any.js.ini (829B)


      1 [FileSystemFileHandle-getFile.https.any.worker.html]
      2  expected:
      3    if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
      4  [getFile() returns expected name]
      5    expected:
      6      if (processor == "x86") and not debug: [PASS, TIMEOUT]
      7 
      8 
      9 [FileSystemFileHandle-getFile.https.any.html]
     10  expected:
     11    if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR, TIMEOUT]
     12    if (os == "win") and not debug and (processor == "x86"): [OK, ERROR, TIMEOUT]
     13  [getFile() provides a file that can be sliced]
     14    expected:
     15      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     16 
     17  [getFile() returns last modified time]
     18    expected:
     19      if (processor == "x86") and not debug: [PASS, NOTRUN]
     20 
     21  [getFile() returns expected name]
     22    expected:
     23      if (processor == "x86") and not debug: [PASS, NOTRUN]