Skip to content
Snippets Groups Projects
Commit 003388e3 authored by Leo Balter's avatar Leo Balter Committed by Rick Waldron
Browse files

Replace esid

parent cdfc67cd
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -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: |
......
......@@ -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: |
......
......@@ -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: |
......
// 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: |
......
......@@ -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.
......
// 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: |
......
......@@ -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: |
......
......@@ -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: |
......
......@@ -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: |
......
......@@ -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: |
......
......@@ -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: |
......
......@@ -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: |
......
......@@ -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]
......
......@@ -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: |
......
......@@ -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]
......
......@@ -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]
......
......@@ -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: |
......
......@@ -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: |
......
// 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: |
......
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment