blob: 1d4f3b4d668ddf059847908657a1f0d4675f77d1 [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 smaller than destination).
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS foo(10) is foo_reference(10)
7PASS bar(10) is bar_reference(10)
8PASS baz(10) is baz_reference(10)
9PASS fuz(10) is fuz_reference(10)
10PASS thingy(10) is thingy_reference(10)
11PASS successfullyParsed is true
12
13TEST COMPLETE
14