Chromium Code Reviews| Index: LayoutTests/fast/canvas/webgl/array-unit-tests-expected.txt |
| diff --git a/LayoutTests/fast/canvas/webgl/array-unit-tests-expected.txt b/LayoutTests/fast/canvas/webgl/array-unit-tests-expected.txt |
| index b9d69e91e6e4eb2d8c6f11f722c26d3984b00a43..c2fa15c46cfa85e5303e803050f6431bd51c42e0 100644 |
| --- a/LayoutTests/fast/canvas/webgl/array-unit-tests-expected.txt |
| +++ b/LayoutTests/fast/canvas/webgl/array-unit-tests-expected.txt |
| @@ -5,7 +5,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
| PASS testSlice |
| test inheritance hierarchy of typed array views |
| PASS ArrayBufferView has [NoInterfaceObject] extended attribute and was (correctly) not defined |
| -PASS new Uint8ClampedArray(1) instanceof Uint8Array is true |
|
Dmitry Lomov (no reviews)
2013/07/15 16:58:05
Uint8ClampedArray is not a sub-type of Uint8Array
|
| PASS test Float32Array SetAndGetPos10ToNeg10 |
| PASS test Float32Array ConstructWithArrayOfSignedValues |
| PASS test Float32Array ConstructWithTypedArrayOfSignedValues |
| @@ -34,7 +33,6 @@ PASS Construction of Float32Array with negative size threw exception |
| PASS Construction of Float32Array with negative out-of-range values threw an exception |
| PASS Construction of Float32Array with unaligned offset threw an exception |
| PASS Construction of Float32Array with unaligned length threw an exception |
| -PASS Construction of huge Float32Array threw exception |
| PASS Array lengths matched with explicit and implicit creation of ArrayBuffer |
| PASS new Float32Array(new ArrayBuffer(18), 0, 2) succeeded |
| Testing subarray of Float32Array |
| @@ -90,7 +88,6 @@ PASS Construction of Float64Array with negative size threw exception |
| PASS Construction of Float64Array with negative out-of-range values threw an exception |
| PASS Construction of Float64Array with unaligned offset threw an exception |
| PASS Construction of Float64Array with unaligned length threw an exception |
| -PASS Construction of huge Float64Array threw exception |
| PASS Array lengths matched with explicit and implicit creation of ArrayBuffer |
| PASS new Float64Array(new ArrayBuffer(36), 0, 2) succeeded |
| Testing subarray of Float64Array |
| @@ -199,7 +196,6 @@ PASS Construction of Int16Array with negative size threw exception |
| PASS Construction of Int16Array with negative out-of-range values threw an exception |
| PASS Construction of Int16Array with unaligned offset threw an exception |
| PASS Construction of Int16Array with unaligned length threw an exception |
| -PASS Construction of huge Int16Array threw exception |
| PASS Array lengths matched with explicit and implicit creation of ArrayBuffer |
| PASS new Int16Array(new ArrayBuffer(9), 0, 2) succeeded |
| Testing subarray of Int16Array |
| @@ -256,7 +252,6 @@ PASS Construction of Int32Array with negative size threw exception |
| PASS Construction of Int32Array with negative out-of-range values threw an exception |
| PASS Construction of Int32Array with unaligned offset threw an exception |
| PASS Construction of Int32Array with unaligned length threw an exception |
| -PASS Construction of huge Int32Array threw exception |
| PASS Array lengths matched with explicit and implicit creation of ArrayBuffer |
| PASS new Int32Array(new ArrayBuffer(18), 0, 2) succeeded |
| Testing subarray of Int32Array |
| @@ -417,7 +412,6 @@ PASS Construction of Uint16Array with negative size threw exception |
| PASS Construction of Uint16Array with negative out-of-range values threw an exception |
| PASS Construction of Uint16Array with unaligned offset threw an exception |
| PASS Construction of Uint16Array with unaligned length threw an exception |
| -PASS Construction of huge Uint16Array threw exception |
| PASS Array lengths matched with explicit and implicit creation of ArrayBuffer |
| PASS new Uint16Array(new ArrayBuffer(9), 0, 2) succeeded |
| Testing subarray of Uint16Array |
| @@ -474,7 +468,6 @@ PASS Construction of Uint32Array with negative size threw exception |
| PASS Construction of Uint32Array with negative out-of-range values threw an exception |
| PASS Construction of Uint32Array with unaligned offset threw an exception |
| PASS Construction of Uint32Array with unaligned length threw an exception |
| -PASS Construction of huge Uint32Array threw exception |
| PASS Array lengths matched with explicit and implicit creation of ArrayBuffer |
| PASS new Uint32Array(new ArrayBuffer(18), 0, 2) succeeded |
| Testing subarray of Uint32Array |