tor-browser

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

FileSystemWritableFileStream-piped.https.any.js.ini (1285B)


      1 prefs: [dom.fs.enabled:false]
      2 [FileSystemWritableFileStream-piped.https.any.html]
      3  expected:
      4    if (os == "linux") and not debug and fission: [OK, CRASH]
      5    if (os == "android") and fission: [OK, TIMEOUT]
      6  [can be piped to with a string]
      7    expected: FAIL
      8 
      9  [can be piped to with an ArrayBuffer]
     10    expected: FAIL
     11 
     12  [can be piped to with a Blob]
     13    expected: FAIL
     14 
     15  [can be piped to with a param object with write command]
     16    expected: FAIL
     17 
     18  [can be piped to with a param object with multiple commands]
     19    expected: FAIL
     20 
     21  [multiple operations can be queued]
     22    expected: FAIL
     23 
     24  [plays well with fetch]
     25    expected: FAIL
     26 
     27  [abort() aborts write]
     28    expected: FAIL
     29 
     30 
     31 [FileSystemWritableFileStream-piped.https.any.worker.html]
     32  expected:
     33    if (os == "android") and fission: [OK, TIMEOUT]
     34  [can be piped to with a string]
     35    expected: FAIL
     36 
     37  [can be piped to with an ArrayBuffer]
     38    expected: FAIL
     39 
     40  [can be piped to with a Blob]
     41    expected: FAIL
     42 
     43  [can be piped to with a param object with write command]
     44    expected: FAIL
     45 
     46  [can be piped to with a param object with multiple commands]
     47    expected: FAIL
     48 
     49  [multiple operations can be queued]
     50    expected: FAIL
     51 
     52  [plays well with fetch]
     53    expected: FAIL
     54 
     55  [abort() aborts write]
     56    expected: FAIL