tests: remove duplication

This commit is contained in:
Gary Rong 2024-04-08 14:57:00 +08:00
parent ef12453d14
commit 84527f3d78

View file

@ -61,10 +61,6 @@ func initMatcher(st *testMatcher) {
st.skipLoad(`^stExtCodeHash/dynamicAccountOverwriteEmpty\.json`) st.skipLoad(`^stExtCodeHash/dynamicAccountOverwriteEmpty\.json`)
st.skipLoad(`^stCreate2/create2collisionStorage\.json`) st.skipLoad(`^stCreate2/create2collisionStorage\.json`)
st.skipLoad(`^stCreate2/RevertInCreateInInitCreate2\.json`) st.skipLoad(`^stCreate2/RevertInCreateInInitCreate2\.json`)
st.skipLoad(`^stRevertTest/RevertInCreateInInit\.json`)
st.skipLoad(`^stExtCodeHash/dynamicAccountOverwriteEmpty\.json`)
st.skipLoad(`^stCreate2/create2collisionStorage\.json`)
st.skipLoad(`^stCreate2/RevertInCreateInInitCreate2\.json`)
// Broken tests: // Broken tests:
// EOF is not part of cancun // EOF is not part of cancun