kicad/qa/tests/eeschema/erc
Seth Hillbrand a9f35ba42e Fix incremental connectivity
The connectivity routine would consider symbols, overwriting unused
subgraphs for pins that were not in the change list.  This is resolved
by updating the full connectivity to only use pins in the graph since
symbols are not connected independently.

In the process of adding QA tests for this change, additional issues
with the schematic QA were discovered.  Specifically, we were not
properly setting the root sheet UUID.  This was partially masked by a
const_cast setting of the RefDes in sch_symbol when called the RefDes
getter.  This exposed the fact that our QA ERC numbers did not match the
schematic editor stand alone ERC numbers.  So the test value for one
check needed to be updated

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17528
2024-04-10 17:25:58 -07:00
..
test_erc_global_labels.cpp Add new ERC rule to check for global labels with only one entry in the schematic 2024-03-17 23:24:43 +00:00
test_erc_hierarchical_schematics.cpp Fix incremental connectivity 2024-04-10 17:25:58 -07:00
test_erc_label_not_connected.cpp Generalize ERCItem inspections. 2024-02-24 20:05:51 +00:00
test_erc_no_connect.cpp Generalize ERCItem inspections. 2024-02-24 20:05:51 +00:00
test_erc_stacking_pins.cpp Generalize ERCItem inspections. 2024-02-24 20:05:51 +00:00