tor-browser

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

FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.js.ini (4628B)


      1 [FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.html]
      2  expected:
      3    if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      5    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      6  [A writable stream opens in siloed mode by default]
      7    expected: FAIL
      8 
      9  [A writable stream in siloed mode has a mode property equal to siloed]
     10    expected: FAIL
     11 
     12  [When there's an open writable stream in siloed mode on a file, cannot open another writable stream in exclusive on that same file]
     13    expected:
     14      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
     15      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     16      FAIL
     17 
     18  [After all writable streams in siloed mode on a file has been closed, can open another writable stream in exclusive on the same file]
     19    expected:
     20      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
     21      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     22      FAIL
     23 
     24  [A writable stream in exclusive mode has a mode property equal to exclusive]
     25    expected:
     26      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
     27      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     28      FAIL
     29 
     30  [A writable stream in exclusive mode takes a lock that is exclusive]
     31    expected:
     32      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
     33      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     34      FAIL
     35 
     36  [When there's an open writable stream in exclusive mode on a file, cannot open another writable stream in siloed on that same file]
     37    expected:
     38      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
     39      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     40      FAIL
     41 
     42  [After a writable stream in exclusive mode on a file has been closed, can open another writable stream in siloed on the same file]
     43    expected:
     44      if (os == "win") and debug and (processor == "x86_64"): [FAIL, TIMEOUT]
     45      if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
     46      FAIL
     47 
     48  [When there's an open writable stream in exclusive mode on a file, can open another writable stream in exclusive on a different file]
     49    expected:
     50      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN]
     51      if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN]
     52      if (os == "linux") and debug and not fission: [FAIL, PASS, NOTRUN]
     53      if (os == "android") and debug: [FAIL, PASS, NOTRUN]
     54      [PASS, FAIL, NOTRUN]
     55 
     56  [When there's an open writable stream in exclusive mode on a file, cannot open another writable stream in exclusive on that same file]
     57    expected:
     58      if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN]
     59      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
     60      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     61      FAIL
     62 
     63  [After a writable stream in exclusive mode on a file has been closed, can open another writable stream in exclusive on the same file]
     64    expected:
     65      if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN]
     66      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
     67      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     68      FAIL
     69 
     70  [When there's an open writable stream in exclusive mode on a file, can open another writable stream in siloed on a different file]
     71    expected:
     72      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     73      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     74 
     75  [When there's an open writable stream in siloed mode on a file, can open another writable stream in exclusive on a different file]
     76    expected:
     77      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     78      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
     79 
     80  [When there's an open writable stream in siloed mode on a file, can open another writable stream in siloed on a different file]
     81    expected:
     82      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     83 
     84  [A writable stream in siloed mode takes a lock that is shared]
     85    expected:
     86      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]