Skip to content

Commit 61f1bd0

Browse files
author
Everett Hildenbrandt
committed
Makefile: three more slow bchain tests
1 parent 9135070 commit 61f1bd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,10 @@ bchain_tests=$(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/*
242242
slow_bchain_tests=$(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/stQuadraticComplexityTest/*.json) \
243243
$(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/stStaticCall/static_Call50000*.json) \
244244
$(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/stStaticCall/static_Return50000*.json) \
245-
$(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/stStaticCall/static_Call1MB1024Calldepth_d1g0v0.json)
246-
# $(wildcard tests/BlockchainTests/GeneralStateTests/*/*/*_Constantinople.json)
245+
$(wildcard tests/ethereum-tests/BlockchainTests/GeneralStateTests/stStaticCall/static_Call1MB1024Calldepth_d1g0v0.json) \
246+
tests/ethereum-tests/BlockchainTests/GeneralStateTests/stRandom/randomStatetest177_d0g0v0.json \
247+
tests/ethereum-tests/BlockchainTests/GeneralStateTests/stSpecialTest/JUMPDEST_Attack_d0g0v0.json \
248+
tests/ethereum-tests/BlockchainTests/GeneralStateTests/stSpecialTest/JUMPDEST_AttackwithJump_d0g0v0.json
247249
quick_bchain_tests=$(filter-out $(slow_bchain_tests), $(bchain_tests))
248250

249251
test-all-bchain: $(bchain_tests:=.test)

0 commit comments

Comments
 (0)