mirror of https://github.com/tc39/test262.git
Atomics.waitAsync: fix lint trash
This commit is contained in:
parent
d7e4de1484
commit
fadb9073d3
|
@ -17,7 +17,7 @@ info: |
|
|||
...
|
||||
|
||||
includes: [testAtomics.js]
|
||||
features: [Atomics.waitAsync, Atomics, SharedArrayBuffer]
|
||||
features: [Atomics.waitAsync, Atomics, SharedArrayBuffer, ArrayBuffer, DataView, Symbol, TypedArray]
|
||||
---*/
|
||||
const i32a = new Int32Array(
|
||||
new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * 8)
|
||||
|
|
|
@ -15,7 +15,6 @@ info: |
|
|||
6. Let q be ? ToNumber(timeout).
|
||||
|
||||
flags: [async]
|
||||
includes: [atomicsHelper.js]
|
||||
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray, Atomics]
|
||||
---*/
|
||||
const i32a = new Int32Array(
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-atomics.waitasync
|
|||
description: >
|
||||
Waiter does not spuriously notify on index which is subject to Sub operation
|
||||
info: |
|
||||
|
||||
AddWaiter ( WL, waiterRecord )
|
||||
|
||||
5. Append waiterRecord as the last element of WL.[[Waiters]]
|
||||
|
|
|
@ -6,7 +6,6 @@ esid: sec-atomics.waitasync
|
|||
description: >
|
||||
Waiter does not spuriously notify on index which is subject to xor operation
|
||||
info: |
|
||||
|
||||
AddWaiter ( WL, waiterRecord )
|
||||
|
||||
5. Append waiterRecord as the last element of WL.[[Waiters]]
|
||||
|
|
|
@ -17,7 +17,6 @@ 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]
|
||||
---*/
|
||||
const i32a = new Int32Array(
|
||||
|
|
|
@ -21,7 +21,6 @@ info: |
|
|||
d. Return promiseCapability.[[Promise]].
|
||||
|
||||
flags: [async]
|
||||
includes: [atomicsHelper.js]
|
||||
features: [Atomics.waitAsync, SharedArrayBuffer, TypedArray]
|
||||
---*/
|
||||
const i32a = new Int32Array(
|
||||
|
|
Loading…
Reference in New Issue