OpenSTA/sdc/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
TestSdcClasses.cc test: Fix test failures after master merge 2026-03-11 10:16:27 +09:00
TestSdcStaDesign.cc test: Fix post-merge build errors and regolden .ok files 2026-03-11 17:11:08 +09:00
TestSdcStaInit.cc test: remove tests that pass nullptr Pin to PinIdHash-based maps 2026-03-20 23:11:25 +09:00