fast/canvas/webgl/getIndexedParameter-crash.html [ Failure ] Diff: https://build.webkit.org/results/GTK-Linux-64-bit-Release-Tests/r270164%20(17152)/fast/canvas/webgl/getIndexedParameter-crash-diff.txt --- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/canvas/webgl/getIndexedParameter-crash-expected.txt +++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/canvas/webgl/getIndexedParameter-crash-actual.txt @@ -1,6 +1,6 @@ -CONSOLE MESSAGE: WebGL: INVALID_VALUE: getIndexedParameter: index out of range -PASS WebGL call did not crash. -PASS successfullyParsed is true +CONSOLE MESSAGE: TypeError: null is not an object (evaluating 'webgl_ctx.getIndexedParameter') +FAIL successfullyParsed should be true. Was false. +Some tests failed. TEST COMPLETE
<rdar://problem/71791846>
After replacing the WebGL backend with ANGLE this test is fixed. The gardening commit is: https://commits.webkit.org/255008@main