Index: LayoutTests/virtual/gpu/fast/canvas/webgl/gl-uniform-arrays-expected.txt |
diff --git a/LayoutTests/fast/canvas/webgl/gl-uniform-arrays-expected.txt b/LayoutTests/virtual/gpu/fast/canvas/webgl/gl-uniform-arrays-expected.txt |
similarity index 92% |
copy from LayoutTests/fast/canvas/webgl/gl-uniform-arrays-expected.txt |
copy to LayoutTests/virtual/gpu/fast/canvas/webgl/gl-uniform-arrays-expected.txt |
index e33e1c0b80c1fcb88923c0e34c50790923333589..b0c381a7c860d0b1e533c112c42fe879957a319e 100644 |
--- a/LayoutTests/fast/canvas/webgl/gl-uniform-arrays-expected.txt |
+++ b/LayoutTests/virtual/gpu/fast/canvas/webgl/gl-uniform-arrays-expected.txt |
@@ -17,10 +17,10 @@ PASS getError was expected value: NO_ERROR : can get value of element 0 of array |
PASS value put in (16) matches value pulled out (16) |
PASS getError was expected value: NO_ERROR : can get location of element 1 of array from gl.getUniformLocation |
PASS getError was expected value: NO_ERROR : can get value of element 1 of array from gl.getUniform |
-PASS value put in (15) matches value pulled out (15) |
+FAIL value put in (15) matches value pulled out (16) |
PASS getError was expected value: NO_ERROR : can get location of element 2 of array from gl.getUniformLocation |
PASS getError was expected value: NO_ERROR : can get value of element 2 of array from gl.getUniform |
-PASS value put in (14) matches value pulled out (14) |
+FAIL value put in (14) matches value pulled out (16) |
PASS getError was expected value: INVALID_OPERATION : using the wrong size of gl.Uniform fails |
PASS getError was expected value: NO_ERROR : can call gl.useProgram(null) |
@@ -38,10 +38,10 @@ PASS getError was expected value: NO_ERROR : can get value of element 0 of array |
PASS value put in ([16, 15]) matches value pulled out ([16, 15]) |
PASS getError was expected value: NO_ERROR : can get location of element 1 of array from gl.getUniformLocation |
PASS getError was expected value: NO_ERROR : can get value of element 1 of array from gl.getUniform |
-PASS value put in ([14, 13]) matches value pulled out ([14, 13]) |
+FAIL value put in ([14, 13]) matches value pulled out ([16, 15]) |
PASS getError was expected value: NO_ERROR : can get location of element 2 of array from gl.getUniformLocation |
PASS getError was expected value: NO_ERROR : can get value of element 2 of array from gl.getUniform |
-PASS value put in ([12, 11]) matches value pulled out ([12, 11]) |
+FAIL value put in ([12, 11]) matches value pulled out ([16, 15]) |
PASS getError was expected value: INVALID_OPERATION : using the wrong size of gl.Uniform fails |
PASS passing non-array to glUniform*fv should throw TypeError |
PASS getError was expected value: NO_ERROR : can call gl.useProgram(null) |
@@ -60,10 +60,10 @@ PASS getError was expected value: NO_ERROR : can get value of element 0 of array |
PASS value put in ([16, 15, 14]) matches value pulled out ([16, 15, 14]) |
PASS getError was expected value: NO_ERROR : can get location of element 1 of array from gl.getUniformLocation |
PASS getError was expected value: NO_ERROR : can get value of element 1 of array from gl.getUniform |
-PASS value put in ([13, 12, 11]) matches value pulled out ([13, 12, 11]) |
+FAIL value put in ([13, 12, 11]) matches value pulled out ([16, 15, 14]) |
PASS getError was expected value: NO_ERROR : can get location of element 2 of array from gl.getUniformLocation |
PASS getError was expected value: NO_ERROR : can get value of element 2 of array from gl.getUniform |
-PASS value put in ([10, 9, 8]) matches value pulled out ([10, 9, 8]) |
+FAIL value put in ([10, 9, 8]) matches value pulled out ([16, 15, 14]) |
PASS getError was expected value: INVALID_OPERATION : using the wrong size of gl.Uniform fails |
PASS passing non-array to glUniform*fv should throw TypeError |
PASS getError was expected value: NO_ERROR : can call gl.useProgram(null) |
@@ -82,10 +82,10 @@ PASS getError was expected value: NO_ERROR : can get value of element 0 of array |
PASS value put in ([16, 15, 14, 13]) matches value pulled out ([16, 15, 14, 13]) |
PASS getError was expected value: NO_ERROR : can get location of element 1 of array from gl.getUniformLocation |
PASS getError was expected value: NO_ERROR : can get value of element 1 of array from gl.getUniform |
-PASS value put in ([12, 11, 10, 9]) matches value pulled out ([12, 11, 10, 9]) |
+FAIL value put in ([12, 11, 10, 9]) matches value pulled out ([16, 15, 14, 13]) |
PASS getError was expected value: NO_ERROR : can get location of element 2 of array from gl.getUniformLocation |
PASS getError was expected value: NO_ERROR : can get value of element 2 of array from gl.getUniform |
-PASS value put in ([8, 7, 6, 5]) matches value pulled out ([8, 7, 6, 5]) |
+FAIL value put in ([8, 7, 6, 5]) matches value pulled out ([16, 15, 14, 13]) |
PASS getError was expected value: INVALID_OPERATION : using the wrong size of gl.Uniform fails |
PASS passing non-array to glUniform*fv should throw TypeError |
PASS getError was expected value: NO_ERROR : can call gl.useProgram(null) |