aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMartin Holst Swende <martin@swende.se>2017-09-04 17:53:25 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-09-04 17:53:25 +0800
commite7408b5552002df7c3ba6a2351f14c533dfc5a36 (patch)
tree43d2d1706b61e5c29bdbac9cb3e5bd786b0ee61a /tests
parent1901521ed0423a5feaadd3635b10783c5a998151 (diff)
downloaddexon-e7408b5552002df7c3ba6a2351f14c533dfc5a36.tar
dexon-e7408b5552002df7c3ba6a2351f14c533dfc5a36.tar.gz
dexon-e7408b5552002df7c3ba6a2351f14c533dfc5a36.tar.bz2
dexon-e7408b5552002df7c3ba6a2351f14c533dfc5a36.tar.lz
dexon-e7408b5552002df7c3ba6a2351f14c533dfc5a36.tar.xz
dexon-e7408b5552002df7c3ba6a2351f14c533dfc5a36.tar.zst
dexon-e7408b5552002df7c3ba6a2351f14c533dfc5a36.zip
core/vm: Make MaxCodesize non-retroactive (#15072)
* core/vm: Make max_codesize only applicable post Spurious Dragon/158/155/161/170 * tests: Remove expected failure
Diffstat (limited to 'tests')
-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 3d7b29012..4b6ba8b31 100644
--- a/tests/state_test.go
+++ b/tests/state_test.go
@@ -35,8 +35,6 @@ func TestState(t *testing.T) {
st.skipLoad(`^stTransactionTest/OverflowGasRequire\.json`) // gasLimit > 256 bits
st.skipLoad(`^stTransactionTest/zeroSigTransa[^/]*\.json`) // EIP-86 is not supported yet
// Expected failures:
- st.fails(`^stCodeSizeLimit/codesizeOOGInvalidSize\.json/(Frontier|Homestead|EIP150)`,
- "code size limit implementation is not conditional on fork")
st.fails(`^stRevertTest/RevertPrecompiledTouch\.json/EIP158`, "bug in test")
st.fails(`^stRevertTest/RevertPrefoundEmptyOOG\.json/EIP158`, "bug in test")
st.fails(`^stRevertTest/RevertPrecompiledTouch\.json/Byzantium`, "bug in test")