Skip to content

Commit

Permalink
Remove long-running tests on pyk prover also run with booster (#2165)
Browse files Browse the repository at this point in the history
* tests/failing-symbolic.pyk: remove long-running tests also run with booster

* Set Version: 1.0.343

* Set Version: 1.0.352

* Set Version: 1.0.353

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
ehildenb and devops authored Nov 10, 2023
1 parent b63f9b1 commit a7d6fd7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
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.352"
version = "1.0.353"
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.352'
VERSION: Final = '1.0.353'
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.352
1.0.353
9 changes: 9 additions & 0 deletions tests/failing-symbolic.pyk
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ 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/erc20/ds/transfer-failure-1-b-spec.k
tests/specs/erc20/ds/transferFrom-failure-1-b-spec.k
tests/specs/erc20/ds/transferFrom-failure-1-c-spec.k
tests/specs/erc20/ds/transferFrom-success-1-spec.k
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/sum-to-n-foundry-spec.k
tests/specs/examples/sum-to-n-spec.k
Expand All @@ -21,17 +26,21 @@ tests/specs/mcd/end-cash-pass-rough-spec.k
tests/specs/mcd/end-pack-pass-rough-spec.k
tests/specs/mcd/flapper-tend-guy-diff-pass-rough-spec.k
tests/specs/mcd/flapper-yank-pass-rough-spec.k
tests/specs/mcd/flipper-bids-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-file-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/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-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-slip-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
Expand Down

0 comments on commit a7d6fd7

Please sign in to comment.