Files
OpenSTA/search/test/cpp
Jaehyun KimandClaude 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 <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
2026-03-20 23:37:35 +09:00
..