add esid to atomic frontmatter

This commit is contained in:
deathbearbrown 2017-07-26 14:49:55 -07:00 committed by Rick Waldron
parent 22dc5f99b2
commit 98ec72c17c
110 changed files with 110 additions and 0 deletions

View File

@ -1,6 +1,7 @@
// Copyright (C) 2017 Mozilla Corporation. All rights reserved. // Copyright (C) 2017 Mozilla Corporation. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics-@@tostringtag
description: > description: >
`Symbol.toStringTag` property descriptor on Atomics `Symbol.toStringTag` property descriptor on Atomics
info: > info: >

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.add
description: > description: >
Test range checking of Atomics.add on arrays that allow atomic operations Test range checking of Atomics.add on arrays that allow atomic operations
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]

View File

@ -3,6 +3,7 @@
// This code is governed by the license found in the LICENSE file. // This code is governed by the license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.add
description: Testing descriptor property of Atomics.add description: Testing descriptor property of Atomics.add
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.add
description: Test Atomics.add on arrays that allow atomic operations. description: Test Atomics.add on arrays that allow atomic operations.
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]
---*/ ---*/

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.add
description: > description: >
Atomics.add.length is 3. Atomics.add.length is 3.
info: > info: >

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.add
description: > description: >
Atomics.add.name is "add". Atomics.add.name is "add".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.add
description: > description: >
Test Atomics.add on view values other than TypedArrays Test Atomics.add on view values other than TypedArrays
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.add
description: > description: >
Test Atomics.add on non-shared integer TypedArrays Test Atomics.add on non-shared integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.add
description: > description: >
Test Atomics.add on shared non-integer TypedArrays Test Atomics.add on shared non-integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.and
description: > description: >
Test range checking of Atomics.and on arrays that allow atomic operations Test range checking of Atomics.and on arrays that allow atomic operations
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]

View File

@ -3,6 +3,7 @@
// This code is governed by the license found in the LICENSE file. // This code is governed by the license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.and
description: Testing descriptor property of Atomics.and description: Testing descriptor property of Atomics.and
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.and
description: Test Atomics.and on arrays that allow atomic operations description: Test Atomics.and on arrays that allow atomic operations
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]
---*/ ---*/

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.and
description: > description: >
Atomics.and.length is 3. Atomics.and.length is 3.
info: > info: >

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.and
description: > description: >
Atomics.and.name is "and". Atomics.and.name is "and".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.and
description: > description: >
Test Atomics.and on view values other than TypedArrays Test Atomics.and on view values other than TypedArrays
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.and
description: > description: >
Test Atomics.and on non-shared integer TypedArrays Test Atomics.and on non-shared integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.and
description: > description: >
Test Atomics.and on shared non-integer TypedArrays Test Atomics.and on shared non-integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.compareexchange
description: > description: >
Test range checking of Atomics.compareExchange on arrays that allow atomic operations Test range checking of Atomics.compareExchange on arrays that allow atomic operations
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]

View File

@ -3,6 +3,7 @@
// This code is governed by the license found in the LICENSE file. // This code is governed by the license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.compareexchange
description: Testing descriptor property of Atomics.compareExchange description: Testing descriptor property of Atomics.compareExchange
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.compareexchange
description: Test Atomics.compareExchange on arrays that allow atomic operations. description: Test Atomics.compareExchange on arrays that allow atomic operations.
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]
---*/ ---*/

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.compareexchange
description: > description: >
Atomics.compareExchange.length is 4. Atomics.compareExchange.length is 4.
info: > info: >

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.compareexchange
description: > description: >
Atomics.compareExchange.name is "compareExchange". Atomics.compareExchange.name is "compareExchange".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.compareexchange
description: > description: >
Test Atomics.compareExchange on view values other than TypedArrays Test Atomics.compareExchange on view values other than TypedArrays
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.compareexchange
description: > description: >
Test Atomics.compareExchange on non-shared integer TypedArrays Test Atomics.compareExchange on non-shared integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.compareexchange
description: > description: >
Test Atomics.compareExchange on shared non-integer TypedArrays Test Atomics.compareExchange on shared non-integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.exchange
description: > description: >
Test range checking of Atomics.exchange on arrays that allow atomic operations Test range checking of Atomics.exchange on arrays that allow atomic operations
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]

View File

@ -3,6 +3,7 @@
// This code is governed by the license found in the LICENSE file. // This code is governed by the license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.exchange
description: Testing descriptor property of Atomics.exchange description: Testing descriptor property of Atomics.exchange
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.exchange
description: Test Atomics.exchange on arrays that allow atomic operations. description: Test Atomics.exchange on arrays that allow atomic operations.
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]
---*/ ---*/

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.exchange
description: > description: >
Atomics.exchange.length is 3. Atomics.exchange.length is 3.
info: > info: >

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.exchange
description: > description: >
Atomics.exchange.name is "exchange". Atomics.exchange.name is "exchange".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.exchange
description: > description: >
Test Atomics.exchange on view values other than TypedArrays Test Atomics.exchange on view values other than TypedArrays
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.exchange
description: > description: >
Test Atomics.exchange on non-shared integer TypedArrays Test Atomics.exchange on non-shared integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.exchange
description: > description: >
Test Atomics.exchange on shared non-integer TypedArrays Test Atomics.exchange on shared non-integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.islockfree
description: > description: >
Test isLockFree on various non-intuitive arguments Test isLockFree on various non-intuitive arguments
---*/ ---*/

View File

@ -3,6 +3,7 @@
// This code is governed by the license found in the LICENSE file. // This code is governed by the license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.islockfree
description: Testing descriptor property of Atomics.add description: Testing descriptor property of Atomics.add
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.islockfree
description: > description: >
Atomics.isLockFree.length is 1. Atomics.isLockFree.length is 1.
info: > info: >

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.islockfree
description: > description: >
Atomics.isLockFree.name is "isLockFree". Atomics.isLockFree.name is "isLockFree".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.islockfree
description: > description: >
Test isLockFree on nonnegative integer arguments Test isLockFree on nonnegative integer arguments
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.load
description: > description: >
Test range checking of Atomics.load on arrays that allow atomic operations Test range checking of Atomics.load on arrays that allow atomic operations
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]

View File

@ -3,6 +3,7 @@
// This code is governed by the license found in the LICENSE file. // This code is governed by the license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.load
description: Testing descriptor property of Atomics.load description: Testing descriptor property of Atomics.load
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.load
description: Test Atomics.load on arrays that allow atomic operations. description: Test Atomics.load on arrays that allow atomic operations.
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]
---*/ ---*/

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.load
description: > description: >
Atomics.load.length is 2. Atomics.load.length is 2.
info: > info: >

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.load
description: > description: >
Atomics.load.name is "load". Atomics.load.name is "load".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.load
description: > description: >
Test Atomics.load on view values other than TypedArrays Test Atomics.load on view values other than TypedArrays
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.load
description: > description: >
Test Atomics.load on non-shared integer TypedArrays Test Atomics.load on non-shared integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.load
description: > description: >
Test Atomics.load on shared non-integer TypedArrays Test Atomics.load on shared non-integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.or
description: > description: >
Test range checking of Atomics.or on arrays that allow atomic operations Test range checking of Atomics.or on arrays that allow atomic operations
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]

View File

@ -3,6 +3,7 @@
// This code is governed by the license found in the LICENSE file. // This code is governed by the license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.or
description: Testing descriptor property of Atomics.or description: Testing descriptor property of Atomics.or
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.or
description: Test Atomics.or on arrays that allow atomic operations description: Test Atomics.or on arrays that allow atomic operations
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]
---*/ ---*/

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.or
description: > description: >
Atomics.or.length is 3. Atomics.or.length is 3.
info: > info: >

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.or
description: > description: >
Atomics.or.name is "or". Atomics.or.name is "or".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.or
description: > description: >
Test Atomics.or on view values other than TypedArrays Test Atomics.or on view values other than TypedArrays
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.or
description: > description: >
Test Atomics.or on non-shared integer TypedArrays Test Atomics.or on non-shared integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.or
description: > description: >
Test Atomics.or on shared non-integer TypedArrays Test Atomics.or on shared non-integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics-object
description: > description: >
Property descriptor of Atomics Property descriptor of Atomics
info: | info: |

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics-object
description: > description: >
The prototype of Atomics is Object.prototype The prototype of Atomics is Object.prototype
info: | info: |

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.store
description: > description: >
Test range checking of Atomics.store on arrays that allow atomic operations Test range checking of Atomics.store on arrays that allow atomic operations
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]

View File

@ -3,6 +3,7 @@
// This code is governed by the license found in the LICENSE file. // This code is governed by the license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.store
description: Testing descriptor property of Atomics.store description: Testing descriptor property of Atomics.store
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.store
description: Test Atomics.store on arrays that allow atomic operations. description: Test Atomics.store on arrays that allow atomic operations.
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]
---*/ ---*/

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.store
description: > description: >
Atomics.store.length is 3. Atomics.store.length is 3.
info: > info: >

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.store
description: > description: >
Atomics.store.name is "store". Atomics.store.name is "store".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.store
description: > description: >
Test Atomics.store on view values other than TypedArrays Test Atomics.store on view values other than TypedArrays
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.store
description: > description: >
Test Atomics.store on non-shared integer TypedArrays Test Atomics.store on non-shared integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.store
description: > description: >
Test Atomics.store on shared non-integer TypedArrays Test Atomics.store on shared non-integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.sub
description: > description: >
Test range checking of Atomics.sub on arrays that allow atomic operations Test range checking of Atomics.sub on arrays that allow atomic operations
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]

View File

@ -3,6 +3,7 @@
// This code is governed by the license found in the LICENSE file. // This code is governed by the license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.sub
description: Testing descriptor property of Atomics.sub description: Testing descriptor property of Atomics.sub
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.sub
description: Test Atomics.sub on arrays that allow atomic operations description: Test Atomics.sub on arrays that allow atomic operations
includes: [testAtomics.js, testTypedArray.js] includes: [testAtomics.js, testTypedArray.js]
---*/ ---*/

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.sub
description: > description: >
Atomics.sub.length is 3. Atomics.sub.length is 3.
info: > info: >

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.sub
description: > description: >
Atomics.sub.name is "sub". Atomics.sub.name is "sub".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.sub
description: > description: >
Test Atomics.sub on view values other than TypedArrays Test Atomics.sub on view values other than TypedArrays
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.sub
description: > description: >
Test Atomics.sub on non-shared integer TypedArrays Test Atomics.sub on non-shared integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.sub
description: > description: >
Test Atomics.sub on shared non-integer TypedArrays Test Atomics.sub on shared non-integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Test range checking of Atomics.wait on arrays that allow atomic operations Test range checking of Atomics.wait on arrays that allow atomic operations
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -3,6 +3,7 @@
// This code is governed by the license found in the LICENSE file. // This code is governed by the license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: Testing descriptor property of Atomics.wait description: Testing descriptor property of Atomics.wait
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Test that Atomics.wait returns the right result when it timed out and that Test that Atomics.wait returns the right result when it timed out and that
the time to time out is reasonable. the time to time out is reasonable.

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Test Atomics.wait on arrays that allow atomic operations, Test Atomics.wait on arrays that allow atomic operations,
in an Agent that is allowed to wait. in an Agent that is allowed to wait.

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Atomics.wait.length is 4. Atomics.wait.length is 4.
info: > info: >

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Atomics.wait.name is "wait". Atomics.wait.name is "wait".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Test that Atomics.wait does not time out with a NaN timeout Test that Atomics.wait does not time out with a NaN timeout
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Test that Atomics.wait times out with a negative timeout Test that Atomics.wait times out with a negative timeout
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Test that Atomics.wait actually waits and does not spuriously wake Test that Atomics.wait actually waits and does not spuriously wake
up when the memory value is changed. up when the memory value is changed.

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Test Atomics.wait on view values other than TypedArrays Test Atomics.wait on view values other than TypedArrays
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Test Atomics.wait on non-shared integer TypedArrays Test Atomics.wait on non-shared integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Test Atomics.wait on shared non-integer TypedArrays Test Atomics.wait on shared non-integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wait
description: > description: >
Test that Atomics.wait returns the right result when it was awoken. Test that Atomics.wait returns the right result when it was awoken.
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Test range checking of Atomics.wake on arrays that allow atomic operations Test range checking of Atomics.wake on arrays that allow atomic operations
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Allowed boundary cases of the third 'count' argument to Atomics.wake Allowed boundary cases of the third 'count' argument to Atomics.wake
---*/ ---*/

View File

@ -3,6 +3,7 @@
// This code is governed by the license found in the LICENSE file. // This code is governed by the license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: Testing descriptor property of Atomics.wake description: Testing descriptor property of Atomics.wake
includes: [propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Test Atomics.wait on arrays that allow atomic operations, Test Atomics.wait on arrays that allow atomic operations,
in an Agent that is allowed to wait. There is only the one Agent. in an Agent that is allowed to wait. There is only the one Agent.

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Atomics.wake.length is 3. Atomics.wake.length is 3.
info: > info: >

View File

@ -3,6 +3,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Atomics.wake.name is "wake". Atomics.wake.name is "wake".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Test Atomics.wake on view values other than TypedArrays Test Atomics.wake on view values other than TypedArrays
includes: [testAtomics.js] includes: [testAtomics.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Test Atomics.wake on non-shared integer TypedArrays Test Atomics.wake on non-shared integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Test Atomics.wake on shared non-integer TypedArrays Test Atomics.wake on shared non-integer TypedArrays
includes: [testTypedArray.js] includes: [testTypedArray.js]

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Test that Atomics.wake wakes all waiters on a location, but does not Test that Atomics.wake wakes all waiters on a location, but does not
wake waiters on other locations. wake waiters on other locations.

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Test that Atomics.wake wakes all waiters if that's what the count is. Test that Atomics.wake wakes all waiters if that's what the count is.
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Test that Atomics.wake wakes agents in the order they are waiting. Test that Atomics.wake wakes agents in the order they are waiting.
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Test that Atomics.wake wakes zero waiters if the count is NaN Test that Atomics.wake wakes zero waiters if the count is NaN
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Test that Atomics.wake wakes zero waiters if the count is negative Test that Atomics.wake wakes zero waiters if the count is negative
---*/ ---*/

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-atomics.wake
description: > description: >
Test that Atomics.wake wakes one waiter if that's what the count is. Test that Atomics.wake wakes one waiter if that's what the count is.
---*/ ---*/

Some files were not shown because too many files have changed in this diff Show More