You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my system, this test run takes nearly three hours to get to this case if you are running the whole suite.
scenarios/normal_4 (../src/rts.no_self_test)
Opening scenarios/normal_4.cases...
Running case 0
...
Running case 271
Running case 272
Test 273 failed
Traceback (most recent call last):
File "/HARDENS/tests/./run_all.py", line 35, in <module>
subprocess.run(["./test.py", fn, fn + ".cases"],check=True)
File "/usr/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['./test.py', 'scenarios/normal_4', 'scenarios/normal_4.cases']' returned non-zero exit status 1.
make: *** [Makefile:12: test] Error 1
The text was updated successfully, but these errors were encountered:
kiniry
added
BUG
Something isn't working
To Do
assurance
Issues that relate to the assurance of the system, whether via models, code, informal, or formal.
labels
Nov 2, 2022
I am not quite sure how Alex generated all the cases, but there are 4096 cases for each scenario - @kiniry is it even practical to run all those cases? Wouldn't it be better to use symbolic checking rather than running so many tests?
EDIT: For scenario_4 the cases after 273 seem to have a similar bug, scnario_5a appear to have the same problem - i.e. not enough instrumentation trips to trigger the actuator to engage.
On my system, this test run takes nearly three hours to get to this case if you are running the whole suite.
The text was updated successfully, but these errors were encountered: