diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-08-22 23:30:46 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-08-22 23:35:18 +0800 |
commit | 79bf69b55687704429e083c22fb62ba931648e7c (patch) | |
tree | cd4db00cd258d877c40a03a0ba6b2cd7f87f4656 /tests | |
parent | 28aea46ac08579f3ecd1c35620915b8e1bfcc8b0 (diff) | |
download | dexon-79bf69b55687704429e083c22fb62ba931648e7c.tar.gz dexon-79bf69b55687704429e083c22fb62ba931648e7c.tar.zst dexon-79bf69b55687704429e083c22fb62ba931648e7c.zip |
tests: pull in new test suite, enable most block tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/block_test.go | 7 | ||||
m--------- | tests/testdata | 0 |
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/block_test.go b/tests/block_test.go index 6fc66b17c..066f28034 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -33,10 +33,11 @@ func TestBlockchain(t *testing.T) { // Constantinople is not implemented yet. bt.skipLoad(`(?i)(constantinople)`) // Expected failures: - bt.fails("^TransitionTests/bcEIP158ToByzantium", "byzantium not supported") bt.fails(`^TransitionTests/bcHomesteadToDao/DaoTransactions(|_UncleExtradata|_EmptyTransactionAndForkBlocksAhead)\.json`, "issue in test") - bt.fails(`^bc(Exploit|Fork|Gas|Multi|Total|State|Random|Uncle|Valid|Wallet).*_Byzantium$`, "byzantium not supported") - bt.fails(`^bcBlockGasLimitTest/(BlockGasLimit2p63m1|TransactionGasHigherThanLimit2p63m1|SuicideTransaction|GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideFirst|TransactionGasHigherThanLimit2p63m1_2).*_Byzantium$`, "byzantium not supported") + + // Still failing tests + bt.skipLoad(`^bcWalletTest.*_Byzantium$`) + bt.skipLoad(`^bcStateTests/suicideCoinbase.json.*_Byzantium$`) bt.walk(t, blockTestDir, func(t *testing.T, name string, test *BlockTest) { if err := bt.checkFailure(t, name, test.Run()); err != nil { diff --git a/tests/testdata b/tests/testdata -Subproject 85f6d7cc01b6bd04e071f5ba579fc675cfd2043 +Subproject 70e5862eb267226ca89fb9f395c97be1fdf6923 |