blob: 16df640d11e9c3ecd363150c62968f62012f0f27 [file] [log] [blame]
fpizlo@apple.com067496d2013-08-23 20:40:34 +00001Tests 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).
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS foo(64) is foo_reference(64)
7PASS bar(64) is bar_reference(64)
8PASS baz(64) is baz_reference(64)
9PASS successfullyParsed is true
10
11TEST COMPLETE
12