-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Expand file tree
/
Copy pathstreams.json
More file actions
64 lines (64 loc) · 2.33 KB
/
streams.json
File metadata and controls
64 lines (64 loc) · 2.33 KB
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
{
"idlharness-shadowrealm.window.js": {
"skip": "ShadowRealm support is not enabled"
},
"queuing-strategies-size-function-per-global.window.js": {
"skip": "Browser-specific test"
},
"readable-streams/cross-realm-crash.window.js": {
"skip": "Browser-specific test"
},
"readable-streams/from.any.js": {
"fail": {
"note": "does not synchronously validate that the value returned by @@iterator/@@asyncIterator is an object",
"expected": [
"ReadableStream.from throws on invalid iterables; specifically an object with an @@iterator method returning a non-object",
"ReadableStream.from throws on invalid iterables; specifically an object with an @@asyncIterator method returning a non-object"
]
}
},
"readable-streams/owning-type-message-port.any.js": {
"fail": {
"note": "Readable streams with type owning are not yet supported",
"expected": [
"Transferred MessageChannel works as expected",
"Second branch of owning ReadableStream tee should end up into errors with transfer only values"
]
}
},
"readable-streams/owning-type-video-frame.any.js": {
"skip": "Browser-specific test"
},
"readable-streams/owning-type.any.js": {
"fail": {
"note": "Readable streams with type owning are not yet supported",
"expected": [
"ReadableStream can be constructed with owning type",
"ReadableStream of type owning should call start with a ReadableStreamDefaultController",
"ReadableStream should be able to call enqueue with an empty transfer list",
"ReadableStream should check transfer parameter",
"ReadableStream of type owning should transfer enqueued chunks"
]
}
},
"readable-streams/read-task-handling.window.js": {
"skip": "Browser-specific test"
},
"transferable/deserialize-error.window.js": {
"skip": "Browser-specific test"
},
"transferable/transfer-with-messageport.window.js": {
"skip": "Browser-specific test"
},
"transform-streams/invalid-realm.tentative.window.js": {
"skip": "Browser-specific test"
},
"writable-streams/aborting.any.js": {
"fail": {
"note": "Recursive abort() call from within an abort algorithm triggers ERR_INTERNAL_ASSERTION",
"expected": [
"recursive abort() call from abort() aborting signal"
]
}
}
}