mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
PR-URL: https://github.com/nodejs/node/pull/50429 Reviewed-By: Filip Skokan <panva.ip@gmail.com>
15 lines
410 B
JSON
15 lines
410 B
JSON
{
|
|
"idlharness.any.js": {
|
|
"fail": {
|
|
"flaky": [
|
|
"console namespace: operation assert(optional boolean, any...)",
|
|
"console namespace: operation table(optional any, optional sequence<DOMString>)",
|
|
"console namespace: operation dir(optional any, optional object?)"
|
|
]
|
|
}
|
|
},
|
|
"idlharness-shadowrealm.window.js": {
|
|
"skip": "ShadowRealm support is not enabled"
|
|
}
|
|
}
|