blob: 752b79b3d6e9b29c4ab4c30ffb40580d02f0c9e6 [file] [log] [blame]
Tests the code path of typedArray.set that tries to do a memmove-with-conversion for overlapping arrays.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS foo(10) is [42,42,43,44,45,46,47,48,49,50,51]
PASS bar(10) is [42,43,44,45,46,47,48,49,50,51,51]
PASS successfullyParsed is true
TEST COMPLETE