The test is failing after r258875 ([WebGL] Skip vertexAttrib0 simulation when using ANGLE): fast/canvas/webgl/out-of-bounds-simulated-vertexAttrib0-drawArrays.html [ Failure ] Diff: --- /home/igalia/dpino/workspace/webkit/layout-test-results/retries/fast/canvas/webgl/out-of-bounds-simulated-vertexAttrib0-drawArrays-expected.txt +++ /home/igalia/dpino/workspace/webkit/layout-test-results/retries/fast/canvas/webgl/out-of-bounds-simulated-vertexAttrib0-drawArrays-actual.txt @@ -1 +1,2 @@ +CONSOLE MESSAGE: line 30: WebGL: INVALID_OPERATION: drawArrays: attempt to access outside the bounds of the simulated vertexAttrib0 array
There's another test that is failing on the same revision: fast/canvas/webgl/index-validation-with-subsequent-draws.html Diff: --- /home/dpino/workspace/webkit/layout-test-results/fast/canvas/webgl/index-validation-with-subsequent-draws-expected.txt +++ /home/dpino/workspace/webkit/layout-test-results/fast/canvas/webgl/index-validation-with-subsequent-draws-actual.txt @@ -1 +1,3 @@ +CONSOLE MESSAGE: line 50: WebGL: INVALID_OPERATION: drawElements: unable to simulate vertexAttrib0 array +CONSOLE MESSAGE: line 56: WebGL: INVALID_OPERATION: drawElements: unable to simulate vertexAttrib0 array
bug210239 tracks the same failures with more detail. *** This bug has been marked as a duplicate of bug 210239 ***