Bug 244473 - [WPE] fast/canvas/webgl/draw-elements-out-of-bounds-uint-index.html is failing
Summary: [WPE] fast/canvas/webgl/draw-elements-out-of-bounds-uint-index.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks: 244477
  Show dependency treegraph
 
Reported: 2022-08-29 00:35 PDT by Zan Dobersek
Modified: 2022-08-29 00:39 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2022-08-29 00:35:01 PDT
Post-ANGLE switch, the fast/canvas/webgl/draw-elements-out-of-bounds-uint-index.html test case started to fail:

--- /app/webkit/WebKitBuild/Release/layout-test-results/fast/canvas/webgl/draw-elements-out-of-bounds-uint-index-expected.txt
+++ /app/webkit/WebKitBuild/Release/layout-test-results/fast/canvas/webgl/draw-elements-out-of-bounds-uint-index-actual.txt
@@ -3,8 +3,9 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 PASS context.drawElements(context.LINES, 1, context.UNSIGNED_INT, 0) generated expected GL error: INVALID_OPERATION.
-PASS context.drawElements(context.LINES, 1, context.UNSIGNED_INT, 0) generated expected GL error: INVALID_OPERATION.
+FAIL context.drawElements(context.LINES, 1, context.UNSIGNED_INT, 0) expected: INVALID_OPERATION. Was NO_ERROR.
 PASS successfullyParsed is true
+Some tests failed.
 
 TEST COMPLETE