OpenROAD-flow-scripts icon indicating copy to clipboard operation
OpenROAD-flow-scripts copied to clipboard

re-worked ref_file_check.py to test specific error conditions we are …

Open jeffng-or opened this issue 9 months ago • 1 comments

…looking for

Previous version of ref_file_check.py checked to see if the AT run failed, but not the specific failure we are looking for. In this rev, I've split test_files() into specific test methods, so that we can check the type of failure.

Had to update the test_autotuner.sh script to call the test class in ref_file_check.py, so that all of the test methods get executed now.

jeffng-or avatar Mar 05 '25 18:03 jeffng-or

Is test_resume_check flaky? I think we might have to comment that out as we figure out how to robustify that test.

luarss avatar Mar 08 '25 22:03 luarss

Will replace with updated PR

jeffng-or avatar May 07 '25 23:05 jeffng-or