Skip to content

Support platform constraints #6

@nex3

Description

@nex3

Test files should be able to declare which platforms they're compatible with. One nice way to do this would be via annotations, probably something like:

@Platform(Platform.all, except: Platform.firefox)
void main() {
  // ...
}

The API could certainly bear some exploration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions