test262/harness
Rick Waldron e4883091b9 Introduce $262.agent.safeBroadcast and migrate Atomics tests.
Migrating all tests to this API is necessary to prevent tests from hanging indefinitely when a SAB is sent to a worker but the code in the worker attempts to create a non-sharable TypedArray (something that is not Int32Array or BigInt64Array). When that scenario occurs, an exception is thrown and the agent worker can no longer communicate with any other threads that control the SAB. If the main thread happens to be spinning in the $262.agent.waitUntil() while loop, it will never meet its termination condition and the test will hang indefinitely.

Because we've defined $262.agent.broadcast(SAB) in https://github.com/tc39/test262/blob/master/INTERPRETING.md, there are host implementations that assume compatibility, which must be maintained.
2018-11-20 15:17:47 -05:00
..
arrayContains.js
assert.js Improve assertion handling when comparison causes failure via coercion 2018-10-23 17:25:58 -04:00
assertRelativeDateMs.js
atomicsHelper.js Introduce $262.agent.safeBroadcast and migrate Atomics tests. 2018-11-20 15:17:47 -05:00
byteConversionValues.js
compareArray.js
compareIterator.js
dateConstants.js
decimalToHexString.js
detachArrayBuffer.js Correct licensing (#1608) 2018-06-25 10:30:11 -04:00
doneprintHandle.js Make doneprinthandle.js accept the input and produce the output expected by test262-harness. (#1650) 2018-07-25 17:06:52 -07:00
features.yml Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
fnGlobalObject.js
isConstructor.js
nans.js Correct licensing (#1608) 2018-06-25 10:30:11 -04:00
nativeFunctionMatcher.js Correct licensing (#1608) 2018-06-25 10:30:11 -04:00
promiseHelper.js
propertyHelper.js
proxyTrapsHelper.js Correct licensing (#1608) 2018-06-25 10:30:11 -04:00
regExpUtils.js Make RegExp/CharacterClassEscapes tests faster across all engines 2018-08-17 07:48:42 -07:00
sta.js Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
tcoHelper.js Correct licensing (#1608) 2018-06-25 10:30:11 -04:00
testAtomics.js Make Atomics tests more resilient against intermittent failures (#1617) 2018-07-03 12:34:54 -04:00
testBigIntTypedArray.js
testIntl.js Intl: Add an overlong language to getInvalidLocaleArguments(). 2018-10-26 16:48:40 -04:00
testTypedArray.js
timer.js
typeCoercion.js
wellKnownIntrinsicObjects.js Extensive Function toString updates for "Function.prototype.toString revision" proposal. (#1510) 2018-04-19 16:44:52 -04:00