diff options
Diffstat (limited to 'testing/web-platform/meta/fs/FileSystemWritableFileStream-piped.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fs/FileSystemWritableFileStream-piped.https.any.js.ini | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fs/FileSystemWritableFileStream-piped.https.any.js.ini b/testing/web-platform/meta/fs/FileSystemWritableFileStream-piped.https.any.js.ini new file mode 100644 index 0000000000..f0049f5056 --- /dev/null +++ b/testing/web-platform/meta/fs/FileSystemWritableFileStream-piped.https.any.js.ini @@ -0,0 +1,56 @@ +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 |