Skip to content

Commit a93086e

Browse files
ehildenbrv-auditor
andauthored
Update failing proof lists (#2431)
* tests/failing-symbolic.haskell-booster: enable more tests * tests/failing-symbolic.haskell-booster: add back failing tests * tests/failing-symbolic.haskell-booster: add back long-running proof * tests/failing-symbolic: disable tests running and passing on booster * Set Version: 1.0.559 --------- Co-authored-by: devops <[email protected]>
1 parent 3da41eb commit a93086e

File tree

6 files changed

+8
-21
lines changed

6 files changed

+8
-21
lines changed

kevm-pyk/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kevm-pyk"
7-
version = "1.0.558"
7+
version = "1.0.559"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",

kevm-pyk/src/kevm_pyk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
if TYPE_CHECKING:
66
from typing import Final
77

8-
VERSION: Final = '1.0.558'
8+
VERSION: Final = '1.0.559'

package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.558
1+
1.0.559

tests/failing-symbolic.haskell

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ tests/specs/examples/solidity-code-spec.md
7070
tests/specs/examples/storage-spec.md
7171
tests/specs/functional/evm-int-simplifications-spec.k
7272
tests/specs/functional/infinite-gas-spec.k
73+
tests/specs/functional/int-simplifications-spec.k
7374
tests/specs/functional/lemmas-no-smt-spec.k
7475
tests/specs/functional/lemmas-spec.k
7576
tests/specs/functional/merkle-spec.k
@@ -142,4 +143,6 @@ tests/specs/mcd/vat-subui-pass-rough-spec.k
142143
tests/specs/mcd/vat-subui-pass-spec.k
143144
tests/specs/mcd/vow-cage-deficit-pass-rough-spec.k
144145
tests/specs/mcd/vow-cage-surplus-pass-rough-spec.k
146+
tests/specs/mcd/vow-fess-fail-rough-spec.k
147+
tests/specs/mcd/vow-flog-fail-rough-spec.k
145148
tests/specs/opcodes/create-spec.k
-18
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,22 @@
1-
tests/specs/benchmarks/ecrecoverloop00-sig0-invalid-spec.k
2-
tests/specs/benchmarks/ecrecoverloop00-sig1-invalid-spec.k
3-
tests/specs/benchmarks/ecrecoverloop00-sigs-valid-spec.k
4-
tests/specs/benchmarks/ecrecoverloop02-sig0-invalid-spec.k
5-
tests/specs/benchmarks/ecrecoverloop02-sig1-invalid-spec.k
61
tests/specs/benchmarks/ecrecoverloop02-sigs-valid-spec.k
72
tests/specs/benchmarks/functional-spec.k
83
tests/specs/bihu/collectToken-spec.k
94
tests/specs/examples/erc721-spec.md
105
tests/specs/examples/sum-to-n-foundry-spec.k
116
tests/specs/examples/sum-to-n-spec.k
12-
tests/specs/functional/infinite-gas-spec.k
13-
tests/specs/functional/int-simplifications-spec.k
147
tests/specs/functional/lemmas-no-smt-spec.k
158
tests/specs/functional/lemmas-spec.k
169
tests/specs/functional/merkle-spec.k
1710
tests/specs/functional/storageRoot-spec.k
1811
tests/specs/kontrol/test-arithmetictest-test_wmul_wdiv_inverse_underflow-uint256-uint256-0-spec.k
1912
tests/specs/mcd/dstoken-burn-self-fail-rough-spec.k
2013
tests/specs/mcd/dstoken-transferfrom-fail-rough-spec.k
21-
tests/specs/mcd/end-cash-pass-rough-spec.k
22-
tests/specs/mcd/end-pack-pass-rough-spec.k
2314
tests/specs/mcd/flapper-tend-guy-diff-pass-rough-spec.k
24-
tests/specs/mcd/flapper-yank-pass-rough-spec.k
25-
tests/specs/mcd/flopper-dent-guy-diff-tic-not-0-pass-rough-spec.k
26-
tests/specs/mcd/flopper-dent-guy-same-pass-rough-spec.k
27-
tests/specs/mcd/flopper-kick-pass-rough-spec.k
28-
tests/specs/mcd/flopper-tick-pass-rough-spec.k
2915
tests/specs/mcd/gemjoin-exit-pass-rough-spec.k
30-
tests/specs/mcd/pot-join-pass-rough-spec.k
31-
tests/specs/mcd/vat-flux-diff-pass-rough-spec.k
3216
tests/specs/mcd/vat-fold-pass-rough-spec.k
3317
tests/specs/mcd/vat-fork-diff-pass-rough-spec.k
3418
tests/specs/mcd/vat-frob-diff-zero-dart-pass-rough-spec.k
3519
tests/specs/mcd/vow-cage-deficit-pass-rough-spec.k
3620
tests/specs/mcd/vow-cage-surplus-pass-rough-spec.k
37-
tests/specs/mcd/vow-fess-fail-rough-spec.k
38-
tests/specs/mcd/vow-flog-fail-rough-spec.k
3921
tests/specs/opcodes/create-spec.k
4022
tests/specs/opcodes/evm-optimizations-spec.md

tests/failing-symbolic.pyk

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
tests/specs/benchmarks/ecrecoverloop00-sig0-invalid-spec.k
12
tests/specs/benchmarks/ecrecoverloop00-sig1-invalid-spec.k
23
tests/specs/benchmarks/ecrecoverloop00-sigs-valid-spec.k
34
tests/specs/benchmarks/ecrecoverloop02-sig0-invalid-spec.k
@@ -15,6 +16,7 @@ tests/specs/examples/erc20-spec.md
1516
tests/specs/examples/erc721-spec.md
1617
tests/specs/examples/sum-to-n-foundry-spec.k
1718
tests/specs/examples/sum-to-n-spec.k
19+
tests/specs/functional/infinite-gas-spec.k
1820
tests/specs/functional/int-simplifications-spec.k
1921
tests/specs/functional/lemmas-no-smt-spec.k
2022
tests/specs/functional/lemmas-spec.k

0 commit comments

Comments
 (0)