[Webkit-unassigned] [Bug 223320] webgl/1.0.4/conformance/programs/program-handling.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 17 01:20:14 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223320

--- Comment #2 from Kimmo Kinnunen <kkinnunen at apple.com> ---
https://www.khronos.org/registry/webgl/sdk/tests/conformance/programs/program-handling.html?webglVersion=1&quiet=0&quick=1


Canvas.getContext
Draw red with valid program
PASS should be red
Change fragment shader to one that will not link
Draw orange
PASS should be orange
Try linking
PASS link should fail
Draw green to show even though link failed old program is still valid
FAIL should be green
at (0, 0) expected: 0,255,0,255 was 255,127,0,255
Detach and delete shaders
Draw blue to show even though shaders are gone program is still valid
FAIL should be blue
at (0, 0) expected: 0,0,255,255 was 255,127,0,255
Call useProgram to show old program can not be made current again
PASS getError was expected value: INVALID_OPERATION : should be invalid
Draw purple to show the original program is still usable
FAIL should be purple
at (0, 0) expected: 255,0,255,255 was 255,127,0,255
FAIL getError expected: NO_ERROR. Was INVALID_OPERATION : should be no errors
PASS successfullyParsed is true

TEST COMPLETE

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210317/4ccb9f53/attachment.htm>


More information about the webkit-unassigned mailing list