OpenSTA/search/test/cpp
Jaehyun Kim 57e264f252 test: remove tests that pass nullptr Pin to PinIdHash-based maps
PinIdHash::operator()(nullptr) calls network_->id(nullptr) which
dereferences null, causing segfault in CI environments.

Removed 3 tests:
- SdcInitTest.SdcIsLeafPinNonGeneratedClockNull
- StaInitTest.IsClockSrcNoDesign
- StaInitTest.StaIsClockSrcNoDesign2

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
2026-03-20 23:11:25 +09:00
..
CMakeLists.txt test: Add comprehensive test infrastructure and test cases across all OpenSTA modules 2026-02-27 12:59:25 +09:00
TestSearchClasses.cc test: Add comprehensive test infrastructure and test cases across all OpenSTA modules 2026-02-27 12:59:25 +09:00
TestSearchIncremental.cc Merge upstream STA update and adapt all tests to new API 2026-02-23 23:05:29 +09:00
TestSearchStaDesign.cc test: Fix post-merge build errors and regolden .ok files 2026-03-11 17:11:08 +09:00
TestSearchStaDesignB.cc test: Fix post-merge build errors and regolden .ok files 2026-03-11 17:11:08 +09:00
TestSearchStaInit.cc test: remove tests that pass nullptr Pin to PinIdHash-based maps 2026-03-20 23:11:25 +09:00
TestSearchStaInitB.cc test: Fix post-merge build errors and regolden .ok files 2026-03-11 17:11:08 +09:00