new: unskip stCreateTest

This commit is contained in:
Raneet Debnath 2022-09-23 16:23:32 +05:30
parent ae5323de02
commit 0eec63716b

View file

@ -59,8 +59,8 @@ func TestState(t *testing.T) {
st.skipLoad(`^stStaticCall/static_Call1MB`) st.skipLoad(`^stStaticCall/static_Call1MB`)
// FIXME POS-618 // FIXME POS-618
//st.skipLoad(`.*micro/*`) st.skipLoad(`.*micro/*`)
//st.skipLoad(`.*main/*`) st.skipLoad(`.*main/*`)
st.skipLoad(`.*stSStoreTest*`) st.skipLoad(`.*stSStoreTest*`)
st.skipLoad(`.*stReturnDataTest*`) st.skipLoad(`.*stReturnDataTest*`)
st.skipLoad(`.*stShift*`) st.skipLoad(`.*stShift*`)
@ -97,7 +97,7 @@ func TestState(t *testing.T) {
st.skipLoad(`.*stChangedEIP150*`) st.skipLoad(`.*stChangedEIP150*`)
st.skipLoad(`.*stLogTests*`) st.skipLoad(`.*stLogTests*`)
st.skipLoad(`.*stSLoadTest*`) st.skipLoad(`.*stSLoadTest*`)
st.skipLoad(`.*stCreateTest*`) //st.skipLoad(`.*stCreateTest*`)
st.skipLoad(`.*stDelegatecallTestHomestead*`) st.skipLoad(`.*stDelegatecallTestHomestead*`)
st.skipLoad(`.*stCallDelegateCodesHomestead*`) st.skipLoad(`.*stCallDelegateCodesHomestead*`)
st.skipLoad(`.*VMTests*`) st.skipLoad(`.*VMTests*`)