test262/test/built-ins/Atomics
André Bargull d7d154b3bc Remove requirement that ToNumber(value) completes in less than $262.agent.MAX_TIME_EPSILON
$262.agent.MAX_TIME_EPSILON was intended to be used for callers like `Atomics.wait(typedArray, indexNumber, valueNumber, timeoutNumber)` where all parameters with the `Number` suffix denote values which are already Number values. It should not be used for `Atomics.wait(typedArray, indexObject, valueObject, timeoutObject)` where all parameters with the `Object` suffix denote values which are Object values, because in that case we'd require that `ToNumber(objectValue)` (potentially invoked multiple times) completes in less than 100 milliseconds (the default value for MAX_TIME_EPSILON).

Also removes $262.agent.MAX_TIME_EPSILON because it is now no longer used.
2018-08-19 10:29:29 -04:00
..
add Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
and Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
compareExchange Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
exchange Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -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 Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
notify fixes after rebase 2018-07-24 15:03:54 -04:00
or Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
store Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
sub Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
wait Remove requirement that ToNumber(value) completes in less than $262.agent.MAX_TIME_EPSILON 2018-08-19 10:29:29 -04:00
xor Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04: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