kicad/qa/tests
Seth Hillbrand 9be4bf0d14 Fix slow selection time when calculating clearance
The clearance between two zones could be rather slow.  This was in part
to trying to do triangle-triangle collisions between zones when we only
need outline collision and in part to the shape_line_chain collision
routine.  The shape_line_chain collisions don't need to recreate
segments on each iteration and should instead create them once and using
this to check all collisions

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17327

(cherry picked from commit 3cc1617f5a)
2024-04-01 17:55:29 -07:00
..
cli Workaround to fix a QA not working test on platforms is Python older than 3.9 2023-12-14 11:57:10 +01:00
common Support Altium Schematic ASCII import 2024-03-15 01:17:49 +03:00
eeschema Disable flaky ngspice tests 2024-02-08 18:46:30 -05:00
gerbview
libs Fix slow selection time when calculating clearance 2024-04-01 17:55:29 -07:00
pcbnew Tidy up some remaining triangulation cases 2024-04-01 17:55:29 -07:00
pcbnewswig Update connectivity python test 2023-07-20 15:54:40 -07:00
spice Disable flaky ngspice tests 2024-02-08 18:46:30 -05:00
CMakeLists.txt Add common to qa test path 2023-10-07 21:28:28 -04:00
requirements.txt Start adding cli qa 2023-05-02 23:23:13 -04:00