The Mac mac_unopt and Linux linux_unopt is currently failing. The crash occurs in the OpenGLES backend during the CanRenderToMipLevel test due to an incomplete framebuffer attachment.
Failing Test: Play/RendererTest.CanRenderToMipLevel/OpenGLESSDF
log:
Impeller Validation Error
Could not create a complete framebuffer: GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
[FATAL:flutter/impeller/renderer/backend/gles/render_pass_gles.cc(844)] Check failed: result. Must be able to encode GL commands without error.
[ERROR:flutter/fml/backtrace.cc(108)] Caught signal SIGABRT during program execution.
The Mac mac_unopt and Linux linux_unopt is currently failing. The crash occurs in the OpenGLES backend during the
CanRenderToMipLeveltest due to an incomplete framebuffer attachment.Failing Test:
Play/RendererTest.CanRenderToMipLevel/OpenGLESSDFlog: