[Webkit-unassigned] [Bug 223360] New: webgl/2.0.1/conformance2/vertex_arrays/vertex-array-object.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 17 00:49:36 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223360

            Bug ID: 223360
           Summary: webgl/2.0.1/conformance2/vertex_arrays/vertex-array-ob
                    ject.html fails
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com
                CC: dino at apple.com, kbr at google.com, kkinnunen at apple.com
            Blocks: 222812

webgl/2.0.1/conformance2/vertex_arrays/vertex-array-object.html fails

https://www.khronos.org/registry/webgl/sdk/tests/conformance2/vertex_arrays/vertex-array-object.html?webglVersion=2&quiet=0&quick=1

This test verifies the functionality of the Vertex Array Objects.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS WebGL context exists
Testing binding enum
PASS gl.VERTEX_ARRAY_BINDING is 0x85B5
PASS getError was expected value: NO_ERROR : VERTEX_ARRAY_BINDING query should succeed
PASS Default value of VERTEX_ARRAY_BINDING is null
Testing binding a VAO
PASS gl.getParameter(gl.VERTEX_ARRAY_BINDING) is null
PASS gl.getParameter(gl.VERTEX_ARRAY_BINDING) is expected VAO
PASS gl.getParameter(gl.VERTEX_ARRAY_BINDING) is expected VAO
PASS gl.getParameter(gl.VERTEX_ARRAY_BINDING) is null
PASS getError was expected value: INVALID_OPERATION : binding a deleted vertex array object
PASS gl.getParameter(gl.VERTEX_ARRAY_BINDING) is null
Testing object creation
PASS getError was expected value: NO_ERROR : createVertexArray should not set an error
PASS vao is non-null.
PASS gl.isVertexArray(vao) is false
PASS gl.isVertexArray(vao) is true
PASS gl.isVertexArray(vao) is true
PASS gl.isVertexArray(null) is false
Testing attributes work across bindings
PASS All attributes preserved across bindings
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
PASS Draw 2 passed pixel test
PASS should be green
PASS should be green
Testing using buffers that are deleted when attached to unbound 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
Testing using buffers that are deleted when attached to bound VAOs
FAIL getError expected: INVALID_OPERATION. Was NO_ERROR : Draw call should fail.
PASS getError was expected value: NO_ERROR : Draw call should not fail.
PASS getError was expected value: NO_ERROR : Draw call should not fail.
PASS getError was expected value: NO_ERROR : Draw call should not fail.
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

PASS successfullyParsed is true

TEST COMPLETE


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=222812
[Bug 222812] WebGL2 conformance test failures on Mac/iOS
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210317/b1d87444/attachment.htm>


More information about the webkit-unassigned mailing list