test262/test/built-ins/Atomics/notify
Mike Pennisi f26c2a11bd Remove unnecessary "includes" directives
The values defined by the referenced files are not used by these tests.
This makes their inclusion superfluous, which needlessly increases the
time to execute the tests and may confuse some readers.
2019-09-25 13:59:24 -04:00
..
bigint Atomics: (bigint) initialize BigInt64Array before calling $262.agent.start(string-of-program-code) 2018-11-20 15:57:39 -05:00
bad-range.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
count-boundary-cases.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
count-defaults-to-infinity-missing.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
count-defaults-to-infinity-undefined.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
count-from-nans.js Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
count-symbol-throws.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
count-tointeger-throws-then-wake-throws.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
descriptor.js Last renamings in the Atomics/wake folder 2018-07-24 15:03:54 -04:00
length.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
name.js Last renamings in the Atomics/wake folder 2018-07-24 15:03:54 -04:00
negative-count.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
negative-index-throws.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
non-int32-typedarray-throws.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
non-shared-bufferdata-throws.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
non-shared-bufferdatate-non-shared-int-views.js Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
non-shared-int-views.js Remove unnecessary "includes" directives 2019-09-25 13:59:24 -04:00
non-views.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
not-a-typedarray-throws.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
not-an-object-throws.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
notify-all-on-loc.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
notify-all.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
notify-in-order-one-time.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
notify-in-order.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
notify-nan.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
notify-one.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
notify-renotify-noop.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
notify-two.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
notify-with-no-agents-waiting.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
notify-with-no-matching-agents-waiting.js Atomics: fix running index in notify-with-no-matching-agents-waiting.js 2018-11-20 15:18:14 -05:00
notify-zero.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
null-bufferdata-throws.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
out-of-range-index-throws.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04:00
symbol-for-index-throws.js Atomics.wake to Atomics.notify 2018-07-24 15:03:54 -04: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-count-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-index-coercion.js Ensure Atomics functions validate the TypedArray type before coercing the other arguments (#2103) 2019-08-28 16:19:22 -03:00