1
0
Fork 0
firefox/testing/web-platform/meta/fs/FileSystemWritableFileStream-piped.https.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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