diff --git a/test/built-ins/Atomics/wait/validate-arraytype-before-index-coercion.js b/test/built-ins/Atomics/wait/validate-arraytype-before-index-coercion.js index a9fda016ab..798f2551e1 100644 --- a/test/built-ins/Atomics/wait/validate-arraytype-before-index-coercion.js +++ b/test/built-ins/Atomics/wait/validate-arraytype-before-index-coercion.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-atomics.notify +esid: sec-atomics.wait description: > TypedArray type is validated before `index` argument is coerced. info: | diff --git a/test/built-ins/Atomics/waitAsync/is-function.js b/test/built-ins/Atomics/waitAsync/is-function.js new file mode 100644 index 0000000000..5de1884b10 --- /dev/null +++ b/test/built-ins/Atomics/waitAsync/is-function.js @@ -0,0 +1,10 @@ +// Copyright (C) 2020 Rick Waldron. All rights reserved. +// This code is governed by the BSD license found in the LICENSE file. + +/*--- +esid: sec-atomics.waitasync +description: Atomics.waitAsync is callable +features: [Atomics.waitAsync] +---*/ + +assert.sameValue(typeof Atomics.waitAsync, 'function'); diff --git a/test/built-ins/Atomics/waitAsync/length.js b/test/built-ins/Atomics/waitAsync/length.js index 3176f470b5..84f4772b9e 100644 --- a/test/built-ins/Atomics/waitAsync/length.js +++ b/test/built-ins/Atomics/waitAsync/length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-atomics.waitAsync +esid: sec-atomics.waitasync description: > Atomics.waitAsync.length is 4. info: | @@ -20,7 +20,7 @@ info: | object has the attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: true }. includes: [propertyHelper.js] -features: [Atomics] +features: [Atomics.waitAsync,Atomics] ---*/ verifyProperty(Atomics.waitAsync, 'length', {