Skip to content

[Impeller] Replace special handling of test names with method calls in playground tests #188649

Description

@flar

We have 2 (soon 3) cases where playground tests have special needs when the playground test context is created. Currently, due to the fact that the PlaygroundImpl and its Context are already created before the test body is run, the tests cannot express these needs programmatically. Looking at the name of the test to assign specific features for the context is a pretty fragile work-around. See

Instead, the PlaygroundImpl and its Context could be lazily created only when they are first needed. This would give the test body time to call methods at the top of their test body to express their need for wide gamut, AA lines flag, and opt out of shared contexts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsengineflutter/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