mirror of
https://github.com/The-OpenROAD-Project/OpenROAD.git
synced 2026-06-02 01:08:34 +08:00
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>
27 lines
605 B
Tcl
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"
|