Files
OpenROAD/test/regression_tests.tcl
Ahmed R. Mohamed f5f28313c9 ord: fix issue #7816 testing changes
The fix commit had linting errors, and the test placement was wrong.
Now the test runs in ctest and bazel test. Also, the test is more
verbose in output.

Signed-off-by: Ahmed R. Mohamed <ahmed@precisioninno.com>
2025-12-28 23:54:50 +02:00

27 lines
605 B
Tcl

# Flow tests only check the last line in the log (pass/fail).
# Ordered by instance count.
record_flow_tests {
gcd_nangate45
gcd_sky130hd
gcd_sky130hs
gcd_asap7
ibex_sky130hd
ibex_sky130hs
aes_nangate45
aes_sky130hd
aes_sky130hs
aes_asap7
tinyRocket_nangate45
jpeg_sky130hs
jpeg_sky130hd
}
# Database loading tests for -db flag functionality
record_test open_db $test_dir "compare_logfile" "-db gcd_sky130hd.odb"
# For invalid DB, allow non-zero exit but require log to match ok
record_test open_db_invalid $test_dir "compare_logfile_allow_error" "-db nonexistent_file.odb"