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