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
test(scripts): give six more self-tests a battery roster and floor (#13799 batch 3) (#15156)
* test(scripts): give check-clause2-carriers a battery roster and floor
Part of #13799 (batch 3). The concise-arrow sink `t` gets a block body so
it can call registerCase(); 12 batteries / 150 cases pinned. Case count
before == after (150), measured against the branch point.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
* test(scripts): give check-adr-links a battery roster and floor
Part of #13799 (batch 3). The module-level `assert` keeps its semantics
(print and exit 1 on the first failure); a thin in-body `check()` wrapper
attributes each case to the open battery and defers to it. 4 batteries /
23 cases pinned, and the floor reports through that same `assert`.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
* test(scripts): give check-doc-anchors a battery roster and floor
Part of #13799 (batch 3). Same thin in-body `check()` wrapper over the
module-level `assert`; 8 batteries / 22 cases pinned. Gate mode still
green on the tree (298 fragment links across 409 sources).
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
* test(scripts): give check-kernel-hook-pairs a battery roster and floor
Part of #13799 (batch 3). Third of the module-level-`assert` trio, same
thin in-body wrapper; 10 batteries / 16 cases pinned. Its verdict line
prints a LITERAL "10 cases" that tracks nothing and undercounts the 16
assertions the body actually runs — left as found (the card's scope is
the floor, and the handshake stays exactly as landed), recorded instead.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
* test(scripts): give check-published-files a battery roster and floor
Part of #13799 (batch 3). The 7 inline `failures.push(...)` sites now
route through one block-bodied `expect()` that registers the case whether
it holds or not; message text is unchanged. 2 batteries / 59 cases, the
first hoisted because cases run before the first banner. The count
reconciles against the tables: 21 + 12 + 4 and 12 + 6 + 3 + 1.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
* test(scripts): give ablation-dist-preflight a battery roster and floor
Part of #13799 (batch 3). The 6 inline `failed += 1` sites route through
one block-bodied `check()` that keeps both the ✓ and ✗ branches verbatim
and counts the case either way. 3 batteries / 36 cases, the first hoisted
(10 + 3 + 12 + 1 run before the first banner). Not a repo sweep: with no
args it prints usage and exits 2, unchanged from the branch point.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments