summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/serial/serialPort_writable.https.any.js.ini
blob: 53c401858b836bb6d119ea5bf8601062e5f542b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
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