aboutsummaryrefslogtreecommitdiffstats
path: root/tests/state_test.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-08-25 17:30:51 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-08-25 18:00:27 +0800
commit08f27428b4e97c339a220b7155ad13f4ef5a6767 (patch)
tree8decfb111ffe4d1c409f56e2d0dd660f01e77e19 /tests/state_test.go
parent27a5622e995d762683dd1a79423d83fcf3e62ccf (diff)
downloadgo-tangerine-08f27428b4e97c339a220b7155ad13f4ef5a6767.tar
go-tangerine-08f27428b4e97c339a220b7155ad13f4ef5a6767.tar.gz
go-tangerine-08f27428b4e97c339a220b7155ad13f4ef5a6767.tar.bz2
go-tangerine-08f27428b4e97c339a220b7155ad13f4ef5a6767.tar.lz
go-tangerine-08f27428b4e97c339a220b7155ad13f4ef5a6767.tar.xz
go-tangerine-08f27428b4e97c339a220b7155ad13f4ef5a6767.tar.zst
go-tangerine-08f27428b4e97c339a220b7155ad13f4ef5a6767.zip
core, tests: implement Metropolis EIP 684
Diffstat (limited to 'tests/state_test.go')
-rw-r--r--tests/state_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/state_test.go b/tests/state_test.go
index 00067c61a..3d7b29012 100644
--- a/tests/state_test.go
+++ b/tests/state_test.go
@@ -37,10 +37,8 @@ func TestState(t *testing.T) {
// Expected failures:
st.fails(`^stCodeSizeLimit/codesizeOOGInvalidSize\.json/(Frontier|Homestead|EIP150)`,
"code size limit implementation is not conditional on fork")
- st.fails(`^stRevertTest/RevertDepthCreateAddressCollision\.json/EIP15[08]/[67]`, "bug in test")
st.fails(`^stRevertTest/RevertPrecompiledTouch\.json/EIP158`, "bug in test")
st.fails(`^stRevertTest/RevertPrefoundEmptyOOG\.json/EIP158`, "bug in test")
- st.fails(`^stRevertTest/RevertDepthCreateAddressCollision\.json/Byzantium/[67]`, "bug in test")
st.fails(`^stRevertTest/RevertPrecompiledTouch\.json/Byzantium`, "bug in test")
st.fails(`^stRevertTest/RevertPrefoundEmptyOOG\.json/Byzantium`, "bug in test")