-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Expand file tree
/
Copy pathweb-locks.json
More file actions
53 lines (53 loc) · 2.15 KB
/
web-locks.json
File metadata and controls
53 lines (53 loc) · 2.15 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
{
"held.https.any.js": {
"fail": {
"note": "Flaky on ppc, linux x64 and s390x #59142",
"flaky": [
"Error: this uncaught rejection is expected"
]
}
},
"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"
}
}