diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/serial/serialPort_writable.https.any.js.ini | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/serial/serialPort_writable.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/serial/serialPort_writable.https.any.js.ini | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/testing/web-platform/meta/serial/serialPort_writable.https.any.js.ini b/testing/web-platform/meta/serial/serialPort_writable.https.any.js.ini new file mode 100644 index 0000000000..53c401858b --- /dev/null +++ b/testing/web-platform/meta/serial/serialPort_writable.https.any.js.ini @@ -0,0 +1,80 @@ +[serialPort_writable.https.any.html] + [Can write a small amount of data] + expected: FAIL + + [open() and close() set and unset SerialPort.writable] + expected: FAIL + + [Stream closure is observable through a long chain of transformers] + expected: FAIL + + [Can pipe a stream to writable] + expected: FAIL + + [Disconnect error closes writable and sets it to null] + expected: FAIL + + [abort() does not wait for the write buffer to be cleared] + expected: FAIL + + [close() waits for the write buffer to be cleared] + expected: FAIL + + [Port cannot be closed while writable is locked] + expected: FAIL + + [abort() discards the write buffer] + expected: FAIL + + [Can close while aborting] + expected: FAIL + + [System error closes writable and replaces it with a new stream] + expected: FAIL + + [Can write a large amount of data] + expected: FAIL + + [Can abort while closing] + expected: FAIL + + +[serialPort_writable.https.any.worker.html] + [Can write a small amount of data] + expected: FAIL + + [open() and close() set and unset SerialPort.writable] + expected: FAIL + + [Stream closure is observable through a long chain of transformers] + expected: FAIL + + [Can pipe a stream to writable] + expected: FAIL + + [Disconnect error closes writable and sets it to null] + expected: FAIL + + [abort() does not wait for the write buffer to be cleared] + expected: FAIL + + [close() waits for the write buffer to be cleared] + expected: FAIL + + [Port cannot be closed while writable is locked] + expected: FAIL + + [abort() discards the write buffer] + expected: FAIL + + [Can close while aborting] + expected: FAIL + + [System error closes writable and replaces it with a new stream] + expected: FAIL + + [Can write a large amount of data] + expected: FAIL + + [Can abort while closing] + expected: FAIL |