Skip to content

Fix broken opengles dart engine tests that crash with GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT #182105

@b-luk

Description

@b-luk

Some opengles dart engine tests are currently skipped because they crash with the following error:

[ERROR:flutter/impeller/renderer/backend/gles/blit_command_gles.cc(79)] Break on 'ImpellerValidationBreak' to inspect point of failure: Could not create a complete framebuffer: GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
[FATAL:flutter/impeller/renderer/backend/gles/blit_pass_gles.cc(88)] Check failed: result. Must be able to encode GL commands without error.

These tests seem to pass when running with an unopt build (e.g. host_debug_unopt_arm64), and crash when running on a non-unopt build (e.g. ci/host_debug_arm64_tests).

The following tests have this behavior:

codec_test.dart
decode_image_from_pixels_sync_test.dart
encoding_test.dart
image_dispose_test.dart
image_resize_test.dart

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestse: openglengineflutter/engine related. See also e: labels.team-engineOwned by Engine teamtriaged-engineTriaged by Engine team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions