OpenSTA/util/test
Jaehyun Kim 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 <noreply@anthropic.com>
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
2026-02-22 23:43:31 +09:00
..
cpp test: add explicit assertions to all cpp test cases 2026-02-22 21:14:35 +09:00
CMakeLists.txt test: Apply review feedback - part2 2026-02-20 01:13:42 +09:00
regression test: Initial upload 2026-02-13 19:19:09 +09:00
util_commands.ok test: Apply review feedback - part1 2026-02-19 23:30:23 +09:00
util_commands.tcl test: remove empty if-bodies and meaningless status prints 2026-02-22 23:43:31 +09:00
util_log_redirect.ok test: Apply review feedback - part1 2026-02-19 23:30:23 +09:00
util_log_redirect.tcl test: remove empty if-bodies and meaningless status prints 2026-02-22 23:43:31 +09:00
util_msg_suppress.ok test: Apply review feedback - part1 2026-02-19 23:30:23 +09:00
util_msg_suppress.tcl test: Apply review feedback - part1 2026-02-19 23:30:23 +09:00
util_parallel_misc.ok test: Remove empty-body assertions and fix test issues from review feedback 2026-02-22 18:52:36 +09:00
util_parallel_misc.tcl test: remove empty if-bodies and meaningless status prints 2026-02-22 23:43:31 +09:00
util_pattern_string.ok test: Apply review feedback - part1 2026-02-19 23:30:23 +09:00
util_pattern_string.tcl test: remove empty if-bodies and meaningless status prints 2026-02-22 23:43:31 +09:00
util_report_debug.ok test: Apply review feedback - part1 2026-02-19 23:30:23 +09:00
util_report_debug.tcl test: Apply review feedback - part4 2026-02-20 14:13:55 +09:00
util_report_format.ok test: Apply review feedback - part1 2026-02-19 23:30:23 +09:00
util_report_format.tcl test: remove empty if-bodies and meaningless status prints 2026-02-22 23:43:31 +09:00
util_report_redirect.log test: Initial upload 2026-02-13 19:19:09 +09:00
util_report_redirect.ok test: Apply review feedback - part1 2026-02-19 23:30:23 +09:00
util_report_redirect.tcl test: remove empty if-bodies and meaningless status prints 2026-02-22 23:43:31 +09:00
util_report_string_log.ok test: Apply review feedback - part1 2026-02-19 23:30:23 +09:00
util_report_string_log.tcl test: Remove empty-body assertions and fix test issues from review feedback 2026-02-22 18:52:36 +09:00