Skip to content

Commit

Permalink
Increase the number of tests run with the booster-dev (#2547)
Browse files Browse the repository at this point in the history
* tests/failing-booster-dev: update failing list

* Set Version: 1.0.662

* Update tests/failing-symbolic.haskell-booster-dev

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
ehildenb and devops authored Aug 1, 2024
1 parent d7f2081 commit 394c1ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 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.661"
version = "1.0.662"
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 @@ -5,4 +5,4 @@
if TYPE_CHECKING:
from typing import Final

VERSION: Final = '1.0.661'
VERSION: Final = '1.0.662'
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.661
1.0.662
2 changes: 0 additions & 2 deletions tests/failing-symbolic.haskell-booster-dev
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ tests/specs/benchmarks/staticarray00-spec.k
tests/specs/benchmarks/staticloop00-a0lt10-spec.k
tests/specs/benchmarks/storagevar00-spec.k
tests/specs/benchmarks/storagevar02-nooverflow-spec.k
tests/specs/benchmarks/storagevar02-overflow-spec.k
tests/specs/benchmarks/structarg00-spec.k
tests/specs/benchmarks/structarg01-spec.k
tests/specs/erc20/ds/allowance-spec.k
Expand Down Expand Up @@ -100,7 +99,6 @@ tests/specs/mcd/end-cash-pass-rough-spec.k
tests/specs/mcd/end-pack-pass-rough-spec.k
tests/specs/mcd/end-subuu-pass-spec.k
tests/specs/mcd/flapper-yank-pass-rough-spec.k
tests/specs/mcd/flipper-addu48u48-fail-rough-spec.k
tests/specs/mcd/flipper-bids-pass-rough-spec.k
tests/specs/mcd/flipper-tau-pass-spec.k
tests/specs/mcd/flipper-ttl-pass-spec.k
Expand Down

0 comments on commit 394c1ec

Please sign in to comment.