test262/test
Rick Waldron 8793bf5d57 Atomics: fix running index in notify-with-no-matching-agents-waiting.js
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:18:14 -05:00
..
annexB Merge pull request #1801 from mathiasbynens/issue-1634 2018-11-13 17:23:09 -05:00
built-ins Atomics: fix running index in notify-with-no-matching-agents-waiting.js 2018-11-20 15:18:14 -05:00
harness Merge pull request #1801 from mathiasbynens/issue-1634 2018-11-13 17:23:09 -05:00
intl402 Intl.Segmenter: Fix copy/paste errors in tests for valid options. 2018-11-15 10:04:28 -05:00
language Generate tests 2018-11-14 09:37:26 -05:00