summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/serial/serialPort_writable.https.any.js.ini
diff options
context:
space:
mode:
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.ini80
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