mirror of https://github.com/tc39/test262.git
Add missing includes to some Atomics.waitAsync tests
This commit is contained in:
parent
fd10123a71
commit
6d49a317ac
|
@ -16,6 +16,7 @@ info: |
|
|||
Boolean -> If argument is true, return 1. If argument is false, return +0.
|
||||
|
||||
flags: [async]
|
||||
includes: [atomicsHelper.js]
|
||||
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics, BigInt, computed-property-names, Symbol, Symbol.toPrimitive, arrow-function]
|
||||
---*/
|
||||
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
||||
|
|
|
@ -23,6 +23,7 @@ info: |
|
|||
Return _resultObject_.
|
||||
|
||||
flags: [async]
|
||||
includes: [atomicsHelper.js]
|
||||
features: [Atomics.waitAsync, TypedArray, SharedArrayBuffer, destructuring-binding, Atomics, arrow-function]
|
||||
---*/
|
||||
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
||||
|
|
|
@ -17,6 +17,7 @@ info: |
|
|||
Boolean -> If argument is true, return 1. If argument is false, return +0.
|
||||
|
||||
flags: [async]
|
||||
includes: [atomicsHelper.js]
|
||||
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics, computed-property-names, Symbol, Symbol.toPrimitive, arrow-function]
|
||||
---*/
|
||||
assert.sameValue(typeof Atomics.waitAsync, 'function', 'The value of `typeof Atomics.waitAsync` is "function"');
|
||||
|
|
Loading…
Reference in New Issue