|
KiCad PCB EDA Suite
|
Regression for GitLab #24726. More...
#include <qa_utils/wx_utils/unit_test_utils.h>#include <pcbnew_utils/board_test_utils.h>#include <board.h>#include <footprint.h>#include <pad.h>#include <pcb_track.h>#include <length_delay_calculation/length_delay_calculation.h>#include <length_delay_calculation/length_delay_calculation_item.h>#include <settings/settings_manager.h>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) | |
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.
| BOOST_FIXTURE_TEST_CASE | ( | DrcSkewArc_TunerVsDrc | , |
| DRC_SKEW_ARC_FIXTURE | ) |
Definition at line 86 of file test_drc_skew_arc.cpp.
References BOOST_CHECK_MESSAGE(), BOOST_TEST_MESSAGE(), and KI_TEST::LoadBoard().