Skip to content

Flaky presentation test #915

@som-snytt

Description

@som-snytt

t12308 must be a flaky test. The first warning is issued when flaking out.

    // what happens here:
    //   1. targeted type check of `foo`, warningin is suspended, then *not* reported because of the nowarn.
    //      once that type check is finished, `reportSuspendedMessages` is called
    //   2. targeted type check of `bar`, warning is directly issued because `reportSuspendedMessages` was called
    //      before in that run, for that source file; `suppressions` are considered known.
    //   3. targeted type check of `baz`, warning is directly issued, though it should be filtered out...
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions