blob: 16df640d11e9c3ecd363150c62968f62012f0f27 [file] [log] [blame]
Tests the code path in typedArray.set that may have to do a copy via an intermediate buffer because the source and destination overlap and have different size elements (source is larger than destination).
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS foo(64) is foo_reference(64)
PASS bar(64) is bar_reference(64)
PASS baz(64) is baz_reference(64)
PASS successfullyParsed is true
TEST COMPLETE