Skip to content

Should corpus labels record that v1 marked a test expected-to-fail? #485

Description

@derek73

corpus.jsonl's labels say which v1 test each name came from, but not that the test was @expectedFailure/xfail — so a future radar diff on Dr King Jr ([v1: test_king]) reads the same as a diff on a name v1 parsed correctly, when it's more likely a known-bad parse finally improving.

The marker is in the AST at the pinned ref; a label prefix (xfail:test_king) is a format-only regeneration with the name set proven identical, same as the labels commit. The strict-xfail unit tests already make an accidental fix loud; this is only about radar triage reading right.

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions