test: expose the four courtyard-parity exemptions - #857
Open
birdup000 wants to merge 1 commit into
Open
Conversation
soic8 and qfn32 asserted only snapshots — a stable 14% courtyard drift passed silently. They now carry explicit ceiling assertions matching the measured drift (14.24% and 13.08%), so CI fails loudly if the drift grows. The bespoke 16 ceilings on soic20/soic24 gain comments recording the measurements and pointing at tscircuit#731. This is the visibility half of tscircuit#731; the geometry half (matching KiCad the way the other 84 footprints do) stays open pending maintainer direction on the legsoutside variants.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses the visibility half of #731
What
Per the issue's measurements, the four worst parity footprints were exactly the ones not held to a real bound. This makes every exemption explicit:
soic8(measured 14.24% off) andqfn32(13.08%) previously asserted only snapshots — stably wrong passed silently. Both now carry explicittoBeLessThan(15)/toBeLessThan(14)ceiling assertions, so any growth in the drift fails CI loudly while the current state stays green.soic20/soic24keep their bespoke16ceilings but gain comments recording the measurements (~15.3%) and pointing at 4 footprints are 13–16% off KiCad courtyard parity, and all 4 are exempt from the threshold #731.The geometry half (aligning these four to KiCad like the other 84) is deliberately left open pending your direction on whether the
legsoutsidevariants are intentionally different.Verification