test262/test/built-ins/Atomics
Rick Waldron 1f977dc9fc Atomics.exchange will operate on TA when TA.buffer is not a SharedArrayBuffer 2020-06-24 12:26:41 -04:00
..
add Atomics.add will operate on TA when TA.buffer is not a SharedArrayBuffer 2020-06-24 12:26:41 -04:00
and Atomics.and will operate on TA when TA.buffer is not a SharedArrayBuffer 2020-06-24 12:26:41 -04:00
compareExchange Atomics.compareExchange will operate on TA when TA.buffer is not a SharedArrayBuffer 2020-06-24 12:26:41 -04:00
exchange Atomics.exchange will operate on TA when TA.buffer is not a SharedArrayBuffer 2020-06-24 12:26:41 -04:00
isLockFree Fix multiple test bugs and remove incomplete or no longer valid tests (#1616) 2018-06-29 18:52:53 -04:00
load Atomics.load will operate on TA when TA.buffer is not a SharedArrayBuffer 2020-06-24 12:26:41 -04:00
notify Atomics.notify changed to always return 0 on non-shared 2020-06-24 12:26:41 -04:00
or add missing newlines in tests 2019-11-10 20:18:56 -08:00
store Atomics.store will operate on TA when TA.buffer is not a SharedArrayBuffer 2020-06-24 12:26:41 -04:00
sub add missing newlines in tests 2019-11-10 20:18:56 -08:00
wait Atomics: drop unused id argument to agent receiveBroadcast handler 2020-04-23 10:32:55 -04:00
waitAsync Atomics.waitAsync: BigInt (#2642) 2020-06-12 09:57:14 -07:00
xor Remove shared-nonint-views.js files (#2314) 2019-08-28 16:23:07 -03:00
Symbol.toStringTag.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00
prop-desc.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00
proto.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00