diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-06 16:51:14 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-06 16:51:14 +0800 |
commit | 46e7c8512edd6de49c546467505673155ebbd1c2 (patch) | |
tree | 5941123c1c1ad743d2e4e231481fdb93d005224c /tests/init.go | |
parent | 9c3db1be1dd24c366a58a7ced22adfa0b0839efe (diff) | |
parent | 0f04af5916cba5234118a442b6100c8122389abf (diff) | |
download | dexon-46e7c8512edd6de49c546467505673155ebbd1c2.tar dexon-46e7c8512edd6de49c546467505673155ebbd1c2.tar.gz dexon-46e7c8512edd6de49c546467505673155ebbd1c2.tar.bz2 dexon-46e7c8512edd6de49c546467505673155ebbd1c2.tar.lz dexon-46e7c8512edd6de49c546467505673155ebbd1c2.tar.xz dexon-46e7c8512edd6de49c546467505673155ebbd1c2.tar.zst dexon-46e7c8512edd6de49c546467505673155ebbd1c2.zip |
Merge pull request #1395 from Gustav-Simonsson/fix_core_errors_in_apply_txs
Fix core errors in apply txs
Diffstat (limited to 'tests/init.go')
-rw-r--r-- | tests/init.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/init.go b/tests/init.go index dd8df930f..1deaf5912 100644 --- a/tests/init.go +++ b/tests/init.go @@ -20,11 +20,6 @@ var ( BlockSkipTests = []string{ "SimpleTx3", - // these panic in block_processor.go:84 , see https://github.com/ethereum/go-ethereum/issues/1384 - "TRANSCT_rvalue_TooShort", - "TRANSCT_rvalue_TooLarge", - "TRANSCT_svalue_TooLarge", - // TODO: check why these fail "BLOCK__RandomByteAtTheEnd", "TRANSCT__RandomByteAtTheEnd", |