Skip to content

Commit 79bf69b

Browse files
committed
tests: pull in new test suite, enable most block tests
1 parent 28aea46 commit 79bf69b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

tests/block_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ func TestBlockchain(t *testing.T) {
3333
// Constantinople is not implemented yet.
3434
bt.skipLoad(`(?i)(constantinople)`)
3535
// Expected failures:
36-
bt.fails("^TransitionTests/bcEIP158ToByzantium", "byzantium not supported")
3736
bt.fails(`^TransitionTests/bcHomesteadToDao/DaoTransactions(|_UncleExtradata|_EmptyTransactionAndForkBlocksAhead)\.json`, "issue in test")
38-
bt.fails(`^bc(Exploit|Fork|Gas|Multi|Total|State|Random|Uncle|Valid|Wallet).*_Byzantium$`, "byzantium not supported")
39-
bt.fails(`^bcBlockGasLimitTest/(BlockGasLimit2p63m1|TransactionGasHigherThanLimit2p63m1|SuicideTransaction|GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideFirst|TransactionGasHigherThanLimit2p63m1_2).*_Byzantium$`, "byzantium not supported")
37+
38+
// Still failing tests
39+
bt.skipLoad(`^bcWalletTest.*_Byzantium$`)
40+
bt.skipLoad(`^bcStateTests/suicideCoinbase.json.*_Byzantium$`)
4041

4142
bt.walk(t, blockTestDir, func(t *testing.T, name string, test *BlockTest) {
4243
if err := bt.checkFailure(t, name, test.Run()); err != nil {

tests/testdata

Submodule testdata updated 221 files

0 commit comments

Comments
 (0)