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

Unified Diff: LayoutTests/fast/canvas/webgl/gl-uniform-arrays-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/canvas/webgl/gl-uniform-arrays-expected.txt
diff --git a/LayoutTests/fast/canvas/webgl/gl-uniform-arrays-expected.txt b/LayoutTests/fast/canvas/webgl/gl-uniform-arrays-expected.txt
index e33e1c0b80c1fcb88923c0e34c50790923333589..b0c381a7c860d0b1e533c112c42fe879957a319e 100644
--- a/LayoutTests/fast/canvas/webgl/gl-uniform-arrays-expected.txt
+++ b/LayoutTests/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)
« no previous file with comments | « LayoutTests/fast/canvas/webgl/gl-object-get-calls-expected.txt ('k') | LayoutTests/fast/canvas/webgl/point-size-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698