node/test/wpt/status/web-locks.json
Ilyas Shabi cd1a90d1ee
test: mark web lock held test as flaky
PR-URL: https://github.com/nodejs/node/pull/59144
Refs: https://github.com/nodejs/node/issues/59142
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2025-07-27 14:09:19 +00:00

53 lines
2.1 KiB
JSON

{
"held.https.any.js": {
"fail": {
"note": "Flaky on ppc, linux x64 and s390x #59142",
"flaky": [
"evaluation in WPTRunner.runJsTests()"
]
}
},
"idlharness.https.any.js": {
"fail": {
"expected": [
"LockManager interface: existence and properties of interface object",
"LockManager interface object length",
"LockManager interface object name",
"LockManager interface: existence and properties of interface prototype object",
"LockManager interface: existence and properties of interface prototype object's \"constructor\" property",
"LockManager interface: existence and properties of interface prototype object's @@unscopables property",
"LockManager interface: operation request(DOMString, LockGrantedCallback)",
"LockManager interface: operation request(DOMString, LockOptions, LockGrantedCallback)",
"LockManager interface: operation query()",
"LockManager must be primary interface of navigator.locks",
"Lock interface: existence and properties of interface object",
"Lock interface object length",
"Lock interface object name",
"Lock interface: existence and properties of interface prototype object",
"Lock interface: existence and properties of interface prototype object's \"constructor\" property",
"Lock interface: existence and properties of interface prototype object's @@unscopables property",
"Lock interface: attribute name",
"Lock interface: attribute mode",
"Lock must be primary interface of lock"
]
}
},
"non-secure-context.any.js": {
"skip": "navigator.locks is only present in secure contexts"
},
"query.https.any.js": {
"fail": {
"expected": [
"query() reports different ids for held locks from different contexts",
"query() can observe a deadlock"
],
"note": "Browser-specific test"
}
},
"secure-context.https.any.js": {
"skip": "Different secure context behavior in Node.js"
},
"storage-buckets.tentative.https.any.js": {
"skip": "Node.js does not implement Storage Buckets API"
}
}