RESOLVED FIXED 210239
[GTK][WPE] Error on simulated vertexAttrib0 array
https://bugs.webkit.org/show_bug.cgi?id=210239
Summary [GTK][WPE] Error on simulated vertexAttrib0 array
Diego Pino
Reported 2020-04-08 19:16:51 PDT
Test started to fail since r258875 ([WebGL] Skip vertexAttrib0 simulation when using ANGLE): fast/canvas/webgl/out-of-bounds-simulated-vertexAttrib0-drawArrays.html [ Failure ] Diff: --- /home/dpino/workspace/webkit-wpe/layout-test-results/retries/fast/canvas/webgl/out-of-bounds-simulated-vertexAttrib0-drawArrays-expected.txt +++ /home/dpino/workspace/webkit-wpe/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
Diego Pino
Comment 1 2020-05-05 07:21:33 PDT
A similar test is failing: fast/canvas/webgl/index-validation-with-subsequent-draws.html The test started failing after r260889, but it's also happening in r260880 (without the bots reporting about this failure). It's likely this issue started to happen due to the switch to flatpak in r260889.
Diego Pino
Comment 2 2020-05-05 07:22:26 PDT
Forgot to add reference and diff. See: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r260889%20(13542)/results.html --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/canvas/webgl/index-validation-with-subsequent-draws-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/canvas/webgl/index-validation-with-subsequent-draws-actual.txt @@ -1 +1,3 @@ +CONSOLE MESSAGE: WebGL: INVALID_OPERATION: drawElements: unable to simulate vertexAttrib0 array +CONSOLE MESSAGE: WebGL: INVALID_OPERATION: drawElements: unable to simulate vertexAttrib0 array
Lauro Moura
Comment 3 2021-03-26 15:58:14 PDT
*** Bug 209725 has been marked as a duplicate of this bug. ***
Alejandro G. Castro
Comment 4 2022-09-29 12:38:10 PDT
After replacing the WebGL backend with ANGLE this bug is fixed. The gardening commit is: https://commits.webkit.org/255008@main
Radar WebKit Bug Importer
Comment 5 2022-09-29 12:39:19 PDT
Note You need to log in before you can comment on or make changes to this bug.