Closed ghost closed 5 years ago
???
Sorry, I might not have been clear. I would like your help to eliminate the messages of medium severity as they could point to potential issues. If you believe that this is not the case, would you please say so with an explanation as to why? Of course they very well could be false positives. In any case, I thought I should let you know.
You ran the tool at the lowest level 0. In fact the file "test.py" (file which is part of our testing framework, gives info specific to this test) gives a hint that this is not sufficient. You need this command:
gnatprove -P test --prover=cvc4,altergo,z3 -j 16 --timeout=120 --steps=0
Note that with the sparkskein sources of current master, but using the 2018 community version, you get a spurious warning about initialization of some variable. You can ignore this message or use the version of the sparkskein sources that is distributed with 2018 community, or use the "gpl-2018" branch.
msgs.out
:gnatprove.out
: