Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable legacy tests, enable more booster tests #2292

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kevm-pyk"
version = "1.0.449"
version = "1.0.450"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from typing import Final


VERSION: Final = '1.0.449'
VERSION: Final = '1.0.450'
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.449
1.0.450
16 changes: 0 additions & 16 deletions tests/failing-symbolic.haskell-booster
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
tests/specs/benchmarks/ecrecoverloop00-sig0-invalid-spec.k
tests/specs/benchmarks/ecrecoverloop00-sig1-invalid-spec.k
tests/specs/benchmarks/ecrecoverloop00-sigs-valid-spec.k
tests/specs/benchmarks/ecrecoverloop02-sig0-invalid-spec.k
tests/specs/benchmarks/ecrecoverloop02-sig1-invalid-spec.k
tests/specs/benchmarks/ecrecoverloop02-sigs-valid-spec.k
tests/specs/benchmarks/functional-spec.k
tests/specs/bihu/collectToken-spec.k
tests/specs/examples/erc721-spec.md
tests/specs/examples/sum-to-n-foundry-spec.k
tests/specs/examples/sum-to-n-spec.k
tests/specs/functional/infinite-gas-spec.k
tests/specs/functional/int-simplifications-spec.k
tests/specs/functional/lemmas-no-smt-spec.k
tests/specs/functional/lemmas-spec.k
tests/specs/functional/merkle-spec.k
tests/specs/functional/storageRoot-spec.k
tests/specs/mcd/dstoken-burn-self-fail-rough-spec.k
tests/specs/mcd/dstoken-transferfrom-fail-rough-spec.k
Expand All @@ -23,17 +13,11 @@ tests/specs/mcd/flapper-tend-guy-diff-pass-rough-spec.k
tests/specs/mcd/flapper-yank-pass-rough-spec.k
tests/specs/mcd/flopper-dent-guy-diff-tic-not-0-pass-rough-spec.k
tests/specs/mcd/flopper-dent-guy-same-pass-rough-spec.k
tests/specs/mcd/flopper-kick-pass-rough-spec.k
tests/specs/mcd/flopper-tick-pass-rough-spec.k
tests/specs/mcd/gemjoin-exit-pass-rough-spec.k
tests/specs/mcd/pot-join-pass-rough-spec.k
tests/specs/mcd/vat-flux-diff-pass-rough-spec.k
tests/specs/mcd/vat-fold-pass-rough-spec.k
tests/specs/mcd/vat-fork-diff-pass-rough-spec.k
tests/specs/mcd/vat-frob-diff-zero-dart-pass-rough-spec.k
tests/specs/mcd/vow-cage-deficit-pass-rough-spec.k
tests/specs/mcd/vow-cage-surplus-pass-rough-spec.k
tests/specs/mcd/vow-fess-fail-rough-spec.k
tests/specs/mcd/vow-flog-fail-rough-spec.k
tests/specs/opcodes/create-spec.k
tests/specs/opcodes/evm-optimizations-spec.md
11 changes: 11 additions & 0 deletions tests/failing-symbolic.pyk
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,19 @@ tests/specs/erc20/ds/transferFrom-success-2-spec.k
tests/specs/erc20/ds/transfer-success-1-spec.k
tests/specs/examples/erc20-spec.md
tests/specs/examples/erc721-spec.md
tests/specs/examples/solidity-code-spec.md
tests/specs/examples/storage-spec.md
tests/specs/examples/sum-to-n-foundry-spec.k
tests/specs/examples/sum-to-n-spec.k
tests/specs/functional/infinite-gas-spec.k
tests/specs/functional/int-simplifications-spec.k
tests/specs/functional/lemmas-no-smt-spec.k
tests/specs/functional/lemmas-spec.k
tests/specs/functional/merkle-spec.k
tests/specs/functional/storageRoot-spec.k
tests/specs/mcd/cat-exhaustiveness-spec.k
tests/specs/mcd/cat-file-addr-pass-rough-spec.k
tests/specs/mcd/dstoken-approve-fail-rough-spec.k
tests/specs/mcd/dstoken-burn-self-fail-rough-spec.k
tests/specs/mcd/dstoken-transferfrom-fail-rough-spec.k
tests/specs/mcd/end-cash-pass-rough-spec.k
Expand All @@ -35,12 +41,17 @@ tests/specs/mcd/flopper-tick-pass-rough-spec.k
tests/specs/mcd/functional-spec.k
tests/specs/mcd/gemjoin-exit-pass-rough-spec.k
tests/specs/mcd/pot-join-pass-rough-spec.k
tests/specs/mcd/vat-addui-pass-spec.k
tests/specs/mcd/vat-deny-diff-fail-rough-spec.k
tests/specs/mcd/vat-flux-diff-pass-rough-spec.k
tests/specs/mcd/vat-fold-pass-rough-spec.k
tests/specs/mcd/vat-fork-diff-pass-rough-spec.k
tests/specs/mcd/vat-frob-diff-zero-dart-pass-rough-spec.k
tests/specs/mcd/vat-move-diff-rough-spec.k
tests/specs/mcd/vat-muluu-pass-spec.k
tests/specs/mcd/vat-slip-pass-rough-spec.k
tests/specs/mcd/vat-subui-pass-rough-spec.k
tests/specs/mcd/vat-subui-pass-spec.k
tests/specs/mcd/vow-cage-deficit-pass-rough-spec.k
tests/specs/mcd/vow-cage-surplus-pass-rough-spec.k
tests/specs/mcd/vow-fess-fail-rough-spec.k
Expand Down
Loading