aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-07-04 01:54:14 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-07-04 15:27:42 +0800
commit0f04af5916cba5234118a442b6100c8122389abf (patch)
tree5941123c1c1ad743d2e4e231481fdb93d005224c /tests
parent9c3db1be1dd24c366a58a7ced22adfa0b0839efe (diff)
downloaddexon-0f04af5916cba5234118a442b6100c8122389abf.tar
dexon-0f04af5916cba5234118a442b6100c8122389abf.tar.gz
dexon-0f04af5916cba5234118a442b6100c8122389abf.tar.bz2
dexon-0f04af5916cba5234118a442b6100c8122389abf.tar.lz
dexon-0f04af5916cba5234118a442b6100c8122389abf.tar.xz
dexon-0f04af5916cba5234118a442b6100c8122389abf.tar.zst
dexon-0f04af5916cba5234118a442b6100c8122389abf.zip
Fix core error forwarding, unify OOG VM err
Diffstat (limited to 'tests')
-rw-r--r--tests/init.go5
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",