Bug 244473

Summary: [WPE] fast/canvas/webgl/draw-elements-out-of-bounds-uint-index.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal Keywords: LayoutTestFailure
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 244477    

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