You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
validate_plan_consistency.py's ctest-count check matches any "X/Y pass"
text and expects it to be a fully-green claim matching the live count --
tripped by 3 legitimate partial-pass sentences (e.g. "115/118 pass, 3
known failures") describing a different build's own test count.
Reworded to "X of Y tests passed" phrasing, which isn't ambiguous with
a fully-green claim and doesn't match the check's regex. No content
change, just avoids a false-positive lint failure.
0 commit comments