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

Unified Diff: LayoutTests/fast/canvas/webgl/oes-vertex-array-object-expected.txt

Issue 14836009: Rebaseline more tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/oes-vertex-array-object-expected.txt
diff --git a/LayoutTests/fast/canvas/webgl/oes-vertex-array-object-expected.txt b/LayoutTests/fast/canvas/webgl/oes-vertex-array-object-expected.txt
index 5ddf3728fe288051da549662272b65c79fb1b91b..90b92550212df1102f9a27f44773854c403a9a8f 100644
--- a/LayoutTests/fast/canvas/webgl/oes-vertex-array-object-expected.txt
+++ b/LayoutTests/fast/canvas/webgl/oes-vertex-array-object-expected.txt
@@ -1,3 +1,6 @@
+CONSOLE MESSAGE: line 24: *** Error loading shader '[object WebGLShader]':INVALID_OPERATION
+CONSOLE MESSAGE: line 24: *** Error loading shader '[object WebGLShader]':INVALID_VALUE
+CONSOLE MESSAGE: line 24: Error in program linking:missing shaders
This test verifies the functionality of the OES_vertex_array_object extension, if it is available.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -14,8 +17,8 @@ PASS getError was expected value: NO_ERROR : VERTEX_ARRAY_BINDING_OES query shou
PASS Default value of VERTEX_ARRAY_BINDING_OES is null
Testing binding a VAO
PASS gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is null
-PASS gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is expected VAO
-PASS gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is expected VAO
+FAIL gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is not expected VAO
+FAIL gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is not expected VAO
PASS gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is null
PASS getError was expected value: INVALID_OPERATION : binding a deleted vertex array object
PASS gl.getParameter(ext.VERTEX_ARRAY_BINDING_OES) is null
@@ -23,27 +26,43 @@ Testing object creation
PASS getError was expected value: NO_ERROR : createVertexArrayOES should not set an error
PASS vao is non-null.
PASS ext.isVertexArrayOES(vao) is false
-PASS ext.isVertexArrayOES(vao) is true
-PASS ext.isVertexArrayOES(vao) is true
+FAIL ext.isVertexArrayOES(vao) should be true. Was false.
+FAIL ext.isVertexArrayOES(vao) should be true. Was false.
PASS ext.isVertexArrayOES() is false
PASS ext.isVertexArrayOES(null) is false
Testing attributes work across bindings
-PASS All attributes preserved across bindings
+FAIL ELEMENT_ARRAY_BUFFER_BINDING not preserved
+FAIL ELEMENT_ARRAY_BUFFER_BINDING not preserved
+FAIL ELEMENT_ARRAY_BUFFER_BINDING not preserved
+FAIL ELEMENT_ARRAY_BUFFER_BINDING not preserved
+FAIL ELEMENT_ARRAY_BUFFER_BINDING not preserved
+FAIL ELEMENT_ARRAY_BUFFER_BINDING not preserved
+FAIL ELEMENT_ARRAY_BUFFER_BINDING not preserved
+FAIL ELEMENT_ARRAY_BUFFER_BINDING not preserved
Testing that attribute values are not attached to bindings
PASS Vertex attribute values are not attached to bindings
Testing draws with various VAO bindings
-PASS Draw 0 passed pixel test
-PASS Draw 1 passed pixel test
+FAIL Draw 0 failed pixel test
+FAIL Draw 1 failed pixel test
PASS Draw 2 passed pixel test
Testing using deleted buffers referenced by VAOs
-PASS should be 255,0,0,255
-PASS should be 0,255,0,255
-PASS should be 0,0,255,255
-PASS should be 0,255,255,255
+FAIL buffer removed too early
+FAIL buffer removed too early
+FAIL buffer removed too early
+FAIL should be 255,0,0,255
+at (0, 0) expected: 255,0,0,255 was 255,255,255,255
+FAIL should be 0,255,0,255
+at (0, 0) expected: 0,255,0,255 was 255,255,255,255
+FAIL should be 0,0,255,255
+at (0, 0) expected: 0,0,255,255 was 255,255,255,255
+FAIL should be 0,255,255,255
+at (0, 0) expected: 0,255,255,255 was 255,255,255,255
Testing that VAOs don't effect ARRAY_BUFFER binding.
-PASS should be red
-PASS should be green
-PASS getError was expected value: NO_ERROR : there should be no errors
+FAIL should be red
+at (0, 0) expected: 255,0,0,255 was 255,255,255,255
+FAIL should be green
+at (0, 0) expected: 0,255,0,255 was 255,255,255,255
+FAIL getError expected: NO_ERROR. Was INVALID_VALUE : there should be no errors
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698