Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1910)

Side by Side Diff: LayoutTests/fast/canvas/webgl/array-set-with-offset-expected.txt

Issue 9186030: Merge 104736 - [v8] Int16Array.set(array, offset) fails on first execution (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Test setting WebGL array with offset 1 Test setting WebGL array with offset
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 Regression test for https://bugs.webkit.org/show_bug.cgi?id=76040 : Int16Array.s et(array, offset) fails on first execution 5 Regression test for https://bugs.webkit.org/show_bug.cgi?id=76040 : Int16Array.s et(array, offset) fails on first execution
6 Testing Int8Array 6 Testing Int8Array
7 PASS webGLArray[0] is 0 7 PASS webGLArray[0] is 0
8 PASS webGLArray[1] is 1 8 PASS webGLArray[1] is 1
9 PASS webGLArray[2] is 2 9 PASS webGLArray[2] is 2
10 PASS webGLArray[3] is bounds[0] 10 PASS webGLArray[3] is bounds[0]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 Testing Float32Array 42 Testing Float32Array
43 PASS webGLArray[0] is 0 43 PASS webGLArray[0] is 0
44 PASS webGLArray[1] is 1 44 PASS webGLArray[1] is 1
45 PASS webGLArray[2] is 2 45 PASS webGLArray[2] is 2
46 PASS webGLArray[3] is bounds[0] 46 PASS webGLArray[3] is bounds[0]
47 PASS webGLArray[4] is bounds[1] 47 PASS webGLArray[4] is bounds[1]
48 PASS successfullyParsed is true 48 PASS successfullyParsed is true
49 49
50 TEST COMPLETE 50 TEST COMPLETE
51 51
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/array-set-with-offset.html ('k') | Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698