mirror of https://github.com/nodejs/node.git
21 lines
435 B
JSON
21 lines
435 B
JSON
{
|
|
"basics.any.js": {
|
|
"fail": {
|
|
"expected": [
|
|
"postMessage results in correct event",
|
|
"messages are delivered in port creation order"
|
|
],
|
|
"flaky": [
|
|
"Closing a channel in onmessage prevents already queued tasks from firing onmessage events"
|
|
]
|
|
}
|
|
},
|
|
"origin.window.js": {
|
|
"fail": {
|
|
"expected": [
|
|
"Serialization of BroadcastChannel origin"
|
|
]
|
|
}
|
|
}
|
|
}
|