Replace esid

This commit is contained in:
Leo Balter 2018-06-28 16:13:01 -04:00 committed by Rick Waldron
parent cdfc67cd9d
commit 003388e36e
40 changed files with 40 additions and 40 deletions

View File

@ -2,7 +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 esid: sec-atomics.notify
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
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
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
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Throws a TypeError if typedArray arg is not an BigInt64Array Throws a TypeError if typedArray arg is not an BigInt64Array
info: | info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved. // Copyright (C) 2018 Amal Hussein. 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.wake esid: sec-atomics.notify
description: > description: >
Throws a TypeError if typedArray.buffer is not a SharedArrayBuffer Throws a TypeError if typedArray.buffer is not a SharedArrayBuffer
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
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

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved. // Copyright (C) 2018 Amal Hussein. 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.wake esid: sec-atomics.notify
description: > description: >
A null value for bufferData throws a TypeError A null value for bufferData throws a TypeError
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Allowed boundary cases for 'count' argument to Atomics.wake Allowed boundary cases for 'count' argument to Atomics.wake
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Default to +Infinity when missing 'count' argument to Atomics.wake Default to +Infinity when missing 'count' argument to Atomics.wake
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Undefined count arg should result in an infinite count Undefined count arg should result in an infinite count
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
NaNs are converted to 0 for 'count' argument to Atomics.wake NaNs are converted to 0 for 'count' argument to Atomics.wake
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Return abrupt when symbol passed for 'count' argument to Atomics.wake Return abrupt when symbol passed for 'count' argument to Atomics.wake
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Return abrupt when ToInteger throws an exception on 'count' argument to Atomics.wake Return abrupt when ToInteger throws an exception on 'count' argument to Atomics.wake
info: | info: |

View File

@ -2,7 +2,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 esid: sec-atomics.notify
description: Testing descriptor property of Atomics.wake description: Testing descriptor property of Atomics.wake
includes: [propertyHelper.js] includes: [propertyHelper.js]
features: [Atomics] features: [Atomics]

View File

@ -3,7 +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 esid: sec-atomics.notify
description: > description: >
Atomics.wake.length is 3. Atomics.wake.length is 3.
info: | info: |

View File

@ -3,7 +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 esid: sec-atomics.notify
description: > description: >
Atomics.wake.name is "wake". Atomics.wake.name is "wake".
includes: [propertyHelper.js] includes: [propertyHelper.js]

View File

@ -2,7 +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 esid: sec-atomics.notify
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
includes: [atomicsHelper.js] includes: [atomicsHelper.js]

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Throws a RangeError is index < 0 Throws a RangeError is index < 0
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Throws a TypeError if typedArray arg is not an Int32Array Throws a TypeError if typedArray arg is not an Int32Array
info: | info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved. // Copyright (C) 2018 Amal Hussein. 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.wake esid: sec-atomics.notify
description: > description: >
Throws a TypeError if typedArray.buffer is not a SharedArrayBuffer Throws a TypeError if typedArray.buffer is not a SharedArrayBuffer
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
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,7 +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 esid: sec-atomics.notify
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,7 +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 esid: sec-atomics.notify
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

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved. // Copyright (C) 2018 Amal Hussein. 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.wake esid: sec-atomics.notify
description: > description: >
Throws a TypeError if the typedArray arg is not a TypedArray object Throws a TypeError if the typedArray arg is not a TypedArray object
info: | info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved. // Copyright (C) 2018 Amal Hussein. 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.wake esid: sec-atomics.notify
description: > description: >
Throws a TypeError if typedArray arg is not an Object Throws a TypeError if typedArray arg is not an Object
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
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,7 +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 esid: sec-atomics.notify
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.
includes: [atomicsHelper.js] includes: [atomicsHelper.js]

View File

@ -2,7 +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 esid: sec-atomics.notify
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.
includes: [atomicsHelper.js] includes: [atomicsHelper.js]

View File

@ -2,7 +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 esid: sec-atomics.notify
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.
includes: [atomicsHelper.js] includes: [atomicsHelper.js]

View File

@ -2,7 +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 esid: sec-atomics.notify
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
includes: [atomicsHelper.js] includes: [atomicsHelper.js]

View File

@ -2,7 +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 esid: sec-atomics.notify
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.
includes: [atomicsHelper.js] includes: [atomicsHelper.js]

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Test that Atomics.wake on awoken waiter is a noop. Test that Atomics.wake on awoken waiter is a noop.
includes: [atomicsHelper.js] includes: [atomicsHelper.js]

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Test that Atomics.wake wakes two waiters if that's what the count is. Test that Atomics.wake wakes two waiters if that's what the count is.
includes: [atomicsHelper.js] includes: [atomicsHelper.js]

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Test that Atomics.wake wakes zero waiters if there are no agents waiting. Test that Atomics.wake wakes zero waiters if there are no agents waiting.
includes: [atomicsHelper.js] includes: [atomicsHelper.js]

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Test that Atomics.wake wakes zero waiters if there are no waiters Test that Atomics.wake wakes zero waiters if there are no waiters
at the index specified. at the index specified.

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Test that Atomics.wake wakes zero waiters if that's what the count is. Test that Atomics.wake wakes zero waiters if that's what the count is.
includes: [atomicsHelper.js] includes: [atomicsHelper.js]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved. // Copyright (C) 2018 Amal Hussein. 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.wake esid: sec-atomics.notify
description: > description: >
A null value for bufferData throws a TypeError A null value for bufferData throws a TypeError
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
Throws a RangeError if value of index arg is out of range Throws a RangeError if value of index arg is out of range
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
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,7 +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 esid: sec-atomics.notify
description: > description: >
Return abrupt when ToInteger throws for 'index' argument to Atomics.wake Return abrupt when ToInteger throws for 'index' argument to Atomics.wake
info: | info: |

View File

@ -2,7 +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 esid: sec-atomics.notify
description: > description: >
An undefined index arg should translate to 0 An undefined index arg should translate to 0
info: | info: |