Bug 219251
| Summary: | [GLIB] fast/canvas/webgl/getIndexedParameter-crash.html is failing since added in r270160 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | WebGL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | alex, bugs-noreply, dino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/71791846>
Alejandro G. Castro
After replacing the WebGL backend with ANGLE this test is fixed. The gardening commit is:
https://commits.webkit.org/255008@main