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.
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 onDr 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.