56 lines
1.3 KiB
INI
56 lines
1.3 KiB
INI
prefs: [dom.fs.enabled:false]
|
|
[FileSystemWritableFileStream-piped.https.any.html]
|
|
expected:
|
|
if (os == "linux") and not debug and fission: [OK, CRASH]
|
|
if (os == "android") and fission: [OK, TIMEOUT]
|
|
[can be piped to with a string]
|
|
expected: FAIL
|
|
|
|
[can be piped to with an ArrayBuffer]
|
|
expected: FAIL
|
|
|
|
[can be piped to with a Blob]
|
|
expected: FAIL
|
|
|
|
[can be piped to with a param object with write command]
|
|
expected: FAIL
|
|
|
|
[can be piped to with a param object with multiple commands]
|
|
expected: FAIL
|
|
|
|
[multiple operations can be queued]
|
|
expected: FAIL
|
|
|
|
[plays well with fetch]
|
|
expected: FAIL
|
|
|
|
[abort() aborts write]
|
|
expected: FAIL
|
|
|
|
|
|
[FileSystemWritableFileStream-piped.https.any.worker.html]
|
|
expected:
|
|
if (os == "android") and fission: [OK, TIMEOUT]
|
|
[can be piped to with a string]
|
|
expected: FAIL
|
|
|
|
[can be piped to with an ArrayBuffer]
|
|
expected: FAIL
|
|
|
|
[can be piped to with a Blob]
|
|
expected: FAIL
|
|
|
|
[can be piped to with a param object with write command]
|
|
expected: FAIL
|
|
|
|
[can be piped to with a param object with multiple commands]
|
|
expected: FAIL
|
|
|
|
[multiple operations can be queued]
|
|
expected: FAIL
|
|
|
|
[plays well with fetch]
|
|
expected: FAIL
|
|
|
|
[abort() aborts write]
|
|
expected: FAIL
|