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.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Test range checking of Atomics.wake on arrays that allow atomic operations
info: |

View File

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

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Throws a TypeError if typedArray arg is not an BigInt64Array
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Throws a TypeError if typedArray.buffer is not a SharedArrayBuffer
info: |

View File

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

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
A null value for bufferData throws a TypeError
info: |

View File

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

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Default to +Infinity when missing 'count' argument to Atomics.wake
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Undefined count arg should result in an infinite count
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
NaNs are converted to 0 for 'count' argument to Atomics.wake
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Return abrupt when symbol passed for 'count' argument to Atomics.wake
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Return abrupt when ToInteger throws an exception on 'count' argument to Atomics.wake
info: |

View File

@ -2,7 +2,7 @@
// 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
includes: [propertyHelper.js]
features: [Atomics]

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Throws a RangeError is index < 0
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Throws a TypeError if typedArray arg is not an Int32Array
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Throws a TypeError if typedArray.buffer is not a SharedArrayBuffer
info: |

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Throws a TypeError if the typedArray arg is not a TypedArray object
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Throws a TypeError if typedArray arg is not an Object
info: |

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Test that Atomics.wake on awoken waiter is a noop.
includes: [atomicsHelper.js]

View File

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

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Test that Atomics.wake wakes zero waiters if there are no agents waiting.
includes: [atomicsHelper.js]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Test that Atomics.wake wakes zero waiters if there are no waiters
at the index specified.

View File

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

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Amal Hussein. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
A null value for bufferData throws a TypeError
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Throws a RangeError if value of index arg is out of range
info: |

View File

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

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
Return abrupt when ToInteger throws for 'index' argument to Atomics.wake
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-atomics.wake
esid: sec-atomics.notify
description: >
An undefined index arg should translate to 0
info: |