Bug 209725
Summary: | REGRESSION(r258875): [GTK] fast/canvas/webgl/out-of-bounds-simulated-vertexAttrib0-drawArrays.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | dino, lmoura |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Diego Pino
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
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
Lauro Moura
bug210239 tracks the same failures with more detail.
*** This bug has been marked as a duplicate of bug 210239 ***