KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_drc_skew_arc.cpp File Reference

Regression for GitLab #24726. More...

Go to the source code of this file.

Classes

struct  DRC_SKEW_ARC_FIXTURE
 

Functions

 BOOST_FIXTURE_TEST_CASE (DrcSkewArc_TunerVsDrc, DRC_SKEW_ARC_FIXTURE)
 

Detailed Description

Regression for GitLab #24726.

A diff pair tuned to zero skew was wrongly flagged when a track curves into a via. The arc was not merged, so the segment chain ended at a bend inside the via. The via clip then stretched that bend to the via centre and added phantom length. DRC must match the tuner length.

Definition in file test_drc_skew_arc.cpp.

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()

BOOST_FIXTURE_TEST_CASE ( DrcSkewArc_TunerVsDrc ,
DRC_SKEW_ARC_FIXTURE  )