diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-07-04 01:54:14 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-07-04 15:27:42 +0800 |
commit | 0f04af5916cba5234118a442b6100c8122389abf (patch) | |
tree | 5941123c1c1ad743d2e4e231481fdb93d005224c /tests/init.go | |
parent | 9c3db1be1dd24c366a58a7ced22adfa0b0839efe (diff) | |
download | go-tangerine-0f04af5916cba5234118a442b6100c8122389abf.tar.gz go-tangerine-0f04af5916cba5234118a442b6100c8122389abf.tar.zst go-tangerine-0f04af5916cba5234118a442b6100c8122389abf.zip |
Fix core error forwarding, unify OOG VM err
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", |