kicad/qa/tests/pcbnew
Seth Hillbrand 06b199fd41 Do not use cache when we modify vertices
When we add vertices to the tesselation routines, we cannot reuse these
without the original vertex points.

It may be possible to copy and modify the vertices from the hint data so
that they are properly positioned but naive attempts (moving based on
first point) did not work, so for now, we disable the hint cache when
the vertex sizes do not match as this prevents OOB access

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17621
2024-03-31 15:00:46 -07:00
..
drc Don't report starved thermals when connected only to isolated islands. 2024-02-07 14:09:03 +00:00
pcb_io Rename PCB IO classes/files 2023-12-24 01:22:21 +00:00
CMakeLists.txt Update triangulation to handle poly-intersection 2024-03-28 10:16:24 -07:00
group_saveload.cpp
test_array_pad_name_provider.cpp
test_board_item.cpp Fix some test errors. 2024-02-25 13:43:45 +00:00
test_footprint_load_save.cpp Use 'uuid' (not 'id') in the s-expr PCB groups/generator format 2023-12-31 23:09:26 +00:00
test_generator_load_save.cpp Use 'uuid' (not 'id') in the s-expr PCB groups/generator format 2023-12-31 23:09:26 +00:00
test_graphics_import_mgr.cpp
test_group_load_save.cpp Use 'uuid' (not 'id') in the s-expr PCB groups/generator format 2023-12-31 23:09:26 +00:00
test_io_mgr.cpp Introduce base IO_MGR class and unify RELEASER objects 2023-12-29 00:37:38 +00:00
test_libeval_compiler.cpp NETINFO_ITEMs are owned by BOARD. 2023-10-04 21:01:33 +01:00
test_lset.cpp
test_module.cpp Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
test_pad_numbering.cpp
test_pns_basics.cpp PNS: Fix a few memory leaks 2024-03-31 18:21:02 +02:00
test_prettifier.cpp Change prettifier QA to not depend on file format changes 2024-01-01 13:38:16 -05:00
test_reference_image_load.cpp Use 'uuid' (not 'id') in the s-expr PCB groups/generator format 2023-12-31 23:09:26 +00:00
test_save_load.cpp Attempt to disable flaky tests for now 2024-02-16 20:11:46 -05:00
test_tracks_cleaner.cpp QA: update track cleaner expected value. 2023-11-06 17:43:52 +03:00
test_triangulation.cpp Do not use cache when we modify vertices 2024-03-31 15:00:46 -07:00
test_zone_filler.cpp Check singular arcs connection 2024-03-22 10:41:42 -07:00