tor-browser

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

FileSystemWritableFileStream.https.any.js.ini (2806B)


      1 [FileSystemWritableFileStream.https.any.html]
      2  expected:
      3    if os == "win": [OK, TIMEOUT]
      4  [truncate() to grow a file]
      5    expected:
      6      if (os == "win") and not debug: [PASS, TIMEOUT]
      7 
      8  [createWritable() fails when parent directory is removed]
      9    expected:
     10      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     11 
     12  [createWritable({keepExistingData: true}): atomic writable file stream initialized with source contents]
     13    expected:
     14      if (os == "win") and not debug: [PASS, NOTRUN]
     15 
     16  [createWritable({keepExistingData: false}): atomic writable file stream initialized with empty file]
     17    expected:
     18      if (os == "win") and debug: [PASS, TIMEOUT]
     19      if (os == "win") and not debug: [PASS, NOTRUN]
     20 
     21  [cursor position: truncate size > offset]
     22    expected:
     23      if os == "win": [PASS, NOTRUN]
     24 
     25  [cursor position: truncate size < offset]
     26    expected:
     27      if os == "win": [PASS, NOTRUN]
     28 
     29  [commands are queued, stream is unlocked after each operation]
     30    expected:
     31      if os == "win": [PASS, NOTRUN]
     32 
     33  [createWritable() can be called on two handles representing the same file]
     34    expected: FAIL
     35 
     36 
     37 [FileSystemWritableFileStream.https.any.worker.html]
     38  expected:
     39    if (os == "win") and debug and (processor == "x86"): [TIMEOUT, OK]
     40    if (os == "win") and not debug: [OK, TIMEOUT]
     41  [createWritable({keepExistingData: false}): atomic writable file stream initialized with empty file]
     42    expected:
     43      if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
     44      if (os == "win") and not debug: [PASS, NOTRUN]
     45 
     46  [commands are queued, stream is unlocked after each operation]
     47    expected:
     48      if (os == "win") and debug and (processor == "x86"): [TIMEOUT, PASS, NOTRUN]
     49      if (os == "win") and not debug: [PASS, NOTRUN]
     50 
     51  [cursor position: truncate size < offset]
     52    expected:
     53      if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
     54      if (os == "win") and not debug: [PASS, NOTRUN]
     55 
     56  [createWritable({keepExistingData: true}): atomic writable file stream initialized with source contents]
     57    expected:
     58      if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
     59      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     60 
     61  [createWritable() fails when parent directory is removed]
     62    expected:
     63      if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT]
     64      if (os == "win") and not debug: [PASS, NOTRUN]
     65 
     66  [truncate() to grow a file]
     67    expected:
     68      if (os == "win") and not debug: [PASS, TIMEOUT]
     69 
     70  [cursor position: truncate size > offset]
     71    expected:
     72      if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
     73      if (os == "win") and not debug: [PASS, NOTRUN]
     74 
     75  [createWritable() can be called on two handles representing the same file]
     76    expected: FAIL