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

Side by Side Diff: LayoutTests/fast/canvas/webgl/array-unit-tests-expected.txt

Issue 11747006: Merge 138393 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 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 Verifies the functionality of the new array-like objects in the TypedArray spec 1 Verifies the functionality of the new array-like objects in the TypedArray spec
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 PASS testSlice
6 test inheritance hierarchy of typed array views
7 PASS ArrayBufferView does not have [NoInterfaceObject] extended attribute and sh ould be defined
8 PASS new Int8Array(1) instanceof ArrayBufferView is true
9 PASS new Uint8Array(1) instanceof ArrayBufferView is true
10 PASS new Uint8ClampedArray(1) instanceof ArrayBufferView is true
11 PASS new Int16Array(1) instanceof ArrayBufferView is true
12 PASS new Uint16Array(1) instanceof ArrayBufferView is true
13 PASS new Int32Array(1) instanceof ArrayBufferView is true
14 PASS new Uint32Array(1) instanceof ArrayBufferView is true
15 PASS new Float32Array(1) instanceof ArrayBufferView is true
16 PASS new Float64Array(1) instanceof ArrayBufferView is true
17 PASS new DataView(new ArrayBuffer(8)) instanceof ArrayBufferView is true
18 PASS new ArrayBufferView() threw TypeError
19 PASS new Uint8ClampedArray(1) instanceof Uint8Array is true
5 PASS test Float32Array SetAndGetPos10ToNeg10 20 PASS test Float32Array SetAndGetPos10ToNeg10
6 PASS test Float32Array ConstructWithArrayOfSignedValues 21 PASS test Float32Array ConstructWithArrayOfSignedValues
7 PASS test Float32Array ConstructWithTypedArrayOfSignedValues 22 PASS test Float32Array ConstructWithTypedArrayOfSignedValues
8 Testing Float32Array GetWithOutOfRangeIndices 23 Testing Float32Array GetWithOutOfRangeIndices
9 PASS array[2] is undefined. 24 PASS array[2] is undefined.
10 PASS array[-1] is undefined. 25 PASS array[-1] is undefined.
11 PASS array[0x20000000] is undefined. 26 PASS array[0x20000000] is undefined.
12 PASS test Float32Array OffsetsAndSizes 27 PASS test Float32Array OffsetsAndSizes
13 PASS test Float32Array SetFromTypedArray 28 PASS test Float32Array SetFromTypedArray
14 PASS negativeTest Float32Array SetFromTypedArray 29 PASS negativeTest Float32Array SetFromTypedArray
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 PASS Setting Uint32Array from Uint32Array with non-integer offset 502 PASS Setting Uint32Array from Uint32Array with non-integer offset
488 PASS Setting Uint32Array from fake array with invalid length was caught 503 PASS Setting Uint32Array from fake array with invalid length was caught
489 PASS array.get is undefined. 504 PASS array.get is undefined.
490 PASS array.set(0, 1) threw exception. 505 PASS array.set(0, 1) threw exception.
491 PASS test storing NaN in Uint32Array 506 PASS test storing NaN in Uint32Array
492 Test passed. 507 Test passed.
493 PASS successfullyParsed is true 508 PASS successfullyParsed is true
494 509
495 TEST COMPLETE 510 TEST COMPLETE
496 511
OLDNEW
« no previous file with comments | « LayoutTests/fast/canvas/webgl/array-unit-tests.html ('k') | Source/WebCore/html/canvas/ArrayBufferView.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698