[Webkit-unassigned] [Bug 205735] REGRESSION: [ Macmini6, 2 ] webgl/2.0.0/conformance/renderbuffers/framebuffer-object-attachment.html is failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 5 11:05:53 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=205735
--- Comment #3 from Kenneth Russell <kbr at google.com> ---
The four portions of this test which fail are:
...
+[ 469: PASS ] gl.checkFramebufferStatus(gl.FRAMEBUFFER) returned 36053
+[ 470: PASS ] gl.getParameter(gl.RED_BITS) + gl.getParameter(gl.GREEN_BITS) + gl.getParameter(gl.BLUE_BITS) + gl.getParameter(gl.ALPHA_BITS) >= 16 is true
+[ 471: PASS ] gl.getParameter(gl.DEPTH_BITS) >= 16 is true
+[ 472: PASS ] gl.getParameter(gl.STENCIL_BITS) >= 8 is true
+[ 473: PASS ] gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
+[ 474: FAIL ] should be green at (0, 0) expected: 0,255,0,255 was 0,0,0,0
+[ 475: PASS ] gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
+[ 476: PASS ] getError was expected value: NO_ERROR :
+[ 477: FAIL ] should be green at (0, 0) expected: 0,255,0,255 was 0,0,0,0
+[ 478: PASS ] gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
+[ 479: FAIL ] should be green at (0, 0) expected: 0,255,0,255 was 0,0,0,0
+[ 480: PASS ] gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
+[ 481: PASS ] getError was expected value: NO_ERROR :
+[ 482: FAIL ] should be green at (0, 0) expected: 0,255,0,255 was 0,0,0,0
+[ 483: PASS ] gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
+[ 484: PASS ] should be green
...
Rendering to one of the test's framebuffers is failing, and producing all black.
--
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/20200105/bad876d6/attachment-0001.htm>
More information about the webkit-unassigned
mailing list