Files
OpenSTA/util
Jaehyun KimandClaude Opus 4.6 e0f47a92f4 test: remove empty if-bodies and meaningless status prints
Negate conditions in empty if-body assertions so the FAIL message
is printed directly (e.g. `if { $x != 0 } { } else { puts FAIL }`
becomes `if { $x == 0 } { puts FAIL }`).  Remove dead if/else blocks
where both branches were empty, strip meaningless status-only puts
from Tcl tests and their .ok golden files, and wrap a long line in
search_report_gated_datacheck.tcl to stay within 80 columns.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
Signed-off-by: Jaehyun Kim <[email protected]>
2026-02-22 23:43:31 +09:00
..
2025-04-25 16:35:15 -07:00
2025-01-21 18:54:33 -07:00
2025-01-21 18:35:21 -07:00
2025-01-21 18:54:33 -07:00
2025-01-21 18:54:33 -07:00
2025-01-21 18:54:33 -07:00
2025-01-21 18:54:33 -07:00
2025-04-12 10:53:34 -07:00
2025-01-21 18:54:33 -07:00
2025-01-21 18:54:33 -07:00
2025-03-30 15:27:53 -07:00
2026-02-13 19:19:09 +09:00
2025-01-21 18:54:33 -07:00
2025-01-21 18:54:33 -07:00
2025-01-21 18:54:33 -07:00
2025-01-21 18:54:33 -07:00
2025-01-21 18:54:33 -07:00
2025-01-21 18:54:33 -07:00
2025-04-11 16:59:48 -07:00
2025-01-21 18:54:33 -07:00
2025-12-05 14:47:16 -07:00