node/test/wpt/status/webidl.json
Chengzhong Wu 13acafb282
test: reveal wpt evaluation errors in status files
PR-URL: https://github.com/nodejs/node/pull/61358
Reviewed-By: Mattias Buelens <mattias@buelens.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2026-01-19 18:01:44 +00:00

70 lines
1.9 KiB
JSON

{
"ecmascript-binding/class-string-named-properties-object.window.js": {
"fail": {
"expected": [
"ReferenceError: Window is not defined"
]
}
},
"ecmascript-binding/global-immutable-prototype.any.js": {
"fail": {
"expected": [
"Setting to a different prototype"
]
}
},
"ecmascript-binding/global-mutable-prototype.any.js": {
"fail": {
"expected": [
"Setting to a different prototype"
]
}
},
"ecmascript-binding/global-object-implicit-this-value.any.js": {
"fail": {
"expected": [
"Global object's getter throws when called on incompatible object",
"Global object's setter throws when called on incompatible object",
"Global object's operation throws when called on incompatible object",
"Global object's getter works when called on null / undefined",
"Global object's setter works when called on null / undefined",
"ReferenceError: addEventListener is not defined"
]
}
},
"ecmascript-binding/legacy-factor-function-subclass.window.js": {
"fail": {
"expected": [
"[LegacyFactoryFunction] can be subclassed and correctly handles NewTarget"
]
}
},
"ecmascript-binding/legacy-factory-function-builtin-properties.window.js": {
"fail": {
"expected": [
"Legacy factory function property enumeration order of \"length\", \"name\", and \"prototype\""
]
}
},
"ecmascript-binding/no-regexp-special-casing.any.js": {
"fail": {
"expected": [
"Can be used as an object implementing a callback interface"
]
}
},
"ecmascript-binding/observable-array-no-leak-of-internals.window.js": {
"fail": {
"expected": [
"ObservableArray's internals won't leak"
]
}
},
"ecmascript-binding/observable-array-ownkeys.window.js": {
"fail": {
"expected": [
"ObservableArray's ownKeys trap"
]
}
}
}