File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ result () {
1818 " $file " == " cosmos/tendermint/Tendermint.qnt" ||
1919 " $file " == " cosmos/tendermint/TendermintTest.qnt" ||
2020 " $file " == " cosmos/lightclient/Blockchain.qnt" ||
21- " $file " == " cosmos/lightclient/LCVerificationApi.qnt" ) ]] ; then
21+ " $file " == " cosmos/lightclient/LCVerificationApi.qnt" ||
22+ " $file " == " cryptography/hashes.qnt" ) ]] ; then
2223 printf " N/A[^parameterized]" ; return
2324 fi
2425 # Skip verification for specs that do not define a state machine
@@ -28,6 +29,7 @@ result () {
2829 " $file " == " cosmos/lightclient/typedefs.qnt" ||
2930 " $file " == " cosmos/tendermint/Tendermint.qnt" ||
3031 " $file " == " cosmos/tendermint/TendermintTest.qnt" ||
32+ " $file " =~ ^cryptography/ ||
3133 " $file " =~ ^spells/ ||
3234 " $file " == " solidity/SimpleAuction/SimpleAuction.qnt" ||
3335 " $file " == " cosmos/ics20/base.qnt" ) ]] ; then
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ listed without any additional command line arguments.
6868| [ cosmos/tendermint/TendermintModels.qnt] ( ./cosmos/tendermint/TendermintModels.qnt ) | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
6969| [ cosmos/tendermint/TendermintTest.qnt] ( ./cosmos/tendermint/TendermintTest.qnt ) | :white_check_mark : | :white_check_mark : | N/A[ ^ parameterized ] | N/A[ ^ nostatemachine ] |
7070| [ cosmwasm/zero-to-hero/vote.qnt] ( ./cosmwasm/zero-to-hero/vote.qnt ) | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : <sup >https://github.com/informalsystems/quint/issues/693 </sup > |
71- | [ cryptography/hashes.qnt] ( ./cryptography/hashes.qnt ) | :white_check_mark : | :white_check_mark : | : x : | : x : |
72- | [ cryptography/hashesTest.qnt] ( ./cryptography/hashesTest.qnt ) | :white_check_mark : | :white_check_mark : | :white_check_mark : | : x : |
71+ | [ cryptography/hashes.qnt] ( ./cryptography/hashes.qnt ) | :white_check_mark : | :white_check_mark : | N/A [ ^ parameterized ] | N/A [ ^ nostatemachine ] |
72+ | [ cryptography/hashesTest.qnt] ( ./cryptography/hashesTest.qnt ) | :white_check_mark : | :white_check_mark : | :white_check_mark : | N/A [ ^ nostatemachine ] |
7373| [ language-features/booleans.qnt] ( ./language-features/booleans.qnt ) | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
7474| [ language-features/counters.qnt] ( ./language-features/counters.qnt ) | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
7575| [ language-features/importFrom.qnt] ( ./language-features/importFrom.qnt ) | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : |
You can’t perform that action at this time.
0 commit comments