OpenSTA/search/test/cpp
Jaehyun Kim 9b7c99de85 test: fix StaTclInterpAccess failure in Release builds
Sta::tcl_interp_ is not initialized in the constructor, so
tclInterp() returns garbage before setTclInterp() is called.
The assertion `before == nullptr` fails in Release builds where
memory is not zero-initialized.

Remove the read of uninitialized tcl_interp_ and the assertion.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
2026-03-20 23:37:35 +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: fix StaTclInterpAccess failure in Release builds 2026-03-20 23:37:35 +09:00
TestSearchStaInitB.cc test: Fix post-merge build errors and regolden .ok files 2026-03-11 17:11:08 +09:00