kicad/qa/unittests/pcbnew/drc
Seth Hillbrand 1a2c9011e6 Rework Copper Sliver check
Adds QA checks to copper sliver tests.  Adds the following checks:
- Dot product between two arms (quickly avoids checks for >90°)
- Checks the sliver is convex (area test)
- Eliminates minor slivers with angles that are approximately 0 and ones
  with the opposite side width beneath a configurable level
- Updates Clipper2 to fix a couple of jagged edges on inflate
- Adds simplify during zone fill inflation to limit jaggies

Fixes https://gitlab.com/kicad/code/kicad/issues/14549

(cherry picked from commit f7f52d77e4)
2023-05-03 10:22:49 -07:00
..
drc_test_utils.cpp
drc_test_utils.h
test_custom_rule_severities.cpp Don't use FindNamedPad for net-tie logic. It only reutrns the *first* 2022-09-25 17:38:31 +01:00
test_drc_copper_conn.cpp Smarten connection width checker looking for splits 2023-03-06 16:14:56 -08:00
test_drc_copper_sliver.cpp Rework Copper Sliver check 2023-05-03 10:22:49 -07:00
test_drc_courtyard_invalid.cpp Remove Millimeter2iu 2022-09-16 21:09:27 -04:00
test_drc_courtyard_overlap.cpp Remove Millimeter2iu 2022-09-16 21:09:27 -04:00
test_drc_regressions.cpp QA pcbnew: Add missing golden files and disable issue14294 that always fails. 2023-03-26 15:09:35 +02:00
test_solder_mask_bridging.cpp QA test: disable Silk clearance test in solder mask bridge QA test. 2023-03-27 12:50:14 +02:00