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

Issue #24853, creepage ignored positional rule conditions. More...

Go to the source code of this file.

Classes

struct  DRC_CREEPAGE_RULE_AREA_FIXTURE
 

Functions

 BOOST_FIXTURE_TEST_CASE (CreepageRuleAreaConditionIssue24853, DRC_CREEPAGE_RULE_AREA_FIXTURE)
 

Detailed Description

Issue #24853, creepage ignored positional rule conditions.

Repro board: tracks 'a' and 'b' both cross rule area 'forcreepage'. Rule 'creep' matches in-area, complementary rule 'creep2' matches out-of-area, both 25mm. Placeholders at the origin made intersectsArea() false, so 'creep2' won. Discriminator is the rule name.

Definition in file test_drc_creepage_issue24853.cpp.

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()