core, tests: implement Metropolis EIP 684
This commit is contained in:
@ -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")
|
||||
|
||||
|
Submodule tests/testdata updated: cd2c3f1b3a...1d30b47956
@ -27,7 +27,6 @@ func TestVM(t *testing.T) {
|
||||
vmt := new(testMatcher)
|
||||
vmt.fails("^vmSystemOperationsTest.json/createNameRegistrator$", "fails without parallel execution")
|
||||
|
||||
vmt.skipLoad(`^vmPerformanceTest.json`) // log format broken
|
||||
vmt.skipLoad(`^vmInputLimits(Light)?.json`) // log format broken
|
||||
|
||||
vmt.skipShortMode("^vmPerformanceTest.json")
|
||||
|
Reference in New Issue
Block a user