test262/test/built-ins/Atomics/wait
Rick Waldron 1ec7056f38
chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Atomics (#3077)
2021-07-21 11:53:58 -07:00
..
bigint chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Atomics (#3077) 2021-07-21 11:53:58 -07:00
bad-range.js Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
cannot-suspend-throws.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00
descriptor.js Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
false-for-timeout-agent.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
false-for-timeout.js Coverage: more Atomics.waitAsync tests, fixes, improved messages. 2020-10-08 17:25:45 -04:00
good-views.js Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
length.js Atomics: house keeping. 2018-06-22 15:14:11 -04:00
name.js Atomics: house keeping. 2018-06-22 15:14:11 -04:00
nan-for-timeout.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
negative-index-throws.js Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
negative-timeout-agent.js Atomics: drop unused id argument to agent receiveBroadcast handler 2020-04-23 10:32:55 -04:00
negative-timeout.js Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
no-spurious-wakeup-no-operation.js Atomics: drop unused id argument to agent receiveBroadcast handler 2020-04-23 10:32:55 -04:00
no-spurious-wakeup-on-add.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
no-spurious-wakeup-on-and.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
no-spurious-wakeup-on-compareExchange.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
no-spurious-wakeup-on-exchange.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
no-spurious-wakeup-on-or.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
no-spurious-wakeup-on-store.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
no-spurious-wakeup-on-sub.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
no-spurious-wakeup-on-xor.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
non-int32-typedarray-throws.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00
non-shared-bufferdata-throws.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00
not-a-typedarray-throws.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00
not-an-object-throws.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00
null-bufferdata-throws.js chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Atomics (#3077) 2021-07-21 11:53:58 -07:00
null-for-timeout-agent.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
null-for-timeout.js Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
object-for-timeout-agent.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
object-for-timeout.js Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
out-of-range-index-throws.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00
poisoned-object-for-timeout-throws-agent.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
poisoned-object-for-timeout-throws.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00
symbol-for-index-throws-agent.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
symbol-for-index-throws.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00
symbol-for-timeout-throws-agent.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
symbol-for-timeout-throws.js Atomics: fixes to bigint variants; updated assertion messages 2018-06-27 12:58:02 -04:00
symbol-for-value-throws-agent.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
symbol-for-value-throws.js Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
true-for-timeout-agent.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
true-for-timeout.js Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
undefined-for-timeout.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
undefined-index-defaults-to-zero.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
validate-arraytype-before-index-coercion.js Atomics.wait: fix esid 2020-04-23 10:32:55 -04:00
validate-arraytype-before-timeout-coercion.js Ensure Atomics functions validate the TypedArray type before coercing the other arguments (#2103) 2019-08-28 16:19:22 -03:00
validate-arraytype-before-value-coercion.js Ensure Atomics functions validate the TypedArray type before coercing the other arguments (#2103) 2019-08-28 16:19:22 -03:00
value-not-equal.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
wait-index-value-not-equal.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
waiterlist-block-indexedposition-wake.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
waiterlist-order-of-operations-is-fifo.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
was-woken-before-timeout.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00