tor-browser

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

FileSystemSyncAccessHandle-read-write.https.worker.js.ini (2349B)


      1 [FileSystemSyncAccessHandle-read-write.https.worker.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86"): TIMEOUT
      5  [Test reading and writing a file using the cursor]
      6    expected:
      7      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
      8      if (os == "win") and not debug and (processor == "x86"): TIMEOUT
      9 
     10  [Test read with default options]
     11    expected:
     12      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     13 
     14  [Test reading at a negative offset fails.]
     15    expected:
     16      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     17 
     18  [Test write with default options]
     19    expected:
     20      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     21 
     22  [Test writing at a negative offset fails.]
     23    expected:
     24      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     25 
     26  [Test initial write with an offset]
     27    expected:
     28      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     29 
     30  [Test read at an offset]
     31    expected:
     32      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     33 
     34  [Test overwriting the file at an offset]
     35    expected:
     36      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     37 
     38  [Test second write that is smaller than the first write]
     39    expected:
     40      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     41 
     42  [Test second write that is bigger than the first write]
     43    expected:
     44      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     45 
     46  [Test writing and reading through a sync access handle.]
     47    expected:
     48      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     49 
     50  [Test using an ArrayBuffer.]
     51    expected:
     52      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     53 
     54  [Test using an empty ArrayBuffer.]
     55    expected:
     56      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     57 
     58  [Test reading an empty file through a sync access handle.]
     59    expected:
     60      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]