mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
new: unskip stCreateTest
This commit is contained in:
parent
ae5323de02
commit
0eec63716b
1 changed files with 3 additions and 3 deletions
|
|
@ -59,8 +59,8 @@ func TestState(t *testing.T) {
|
|||
st.skipLoad(`^stStaticCall/static_Call1MB`)
|
||||
|
||||
// FIXME POS-618
|
||||
//st.skipLoad(`.*micro/*`)
|
||||
//st.skipLoad(`.*main/*`)
|
||||
st.skipLoad(`.*micro/*`)
|
||||
st.skipLoad(`.*main/*`)
|
||||
st.skipLoad(`.*stSStoreTest*`)
|
||||
st.skipLoad(`.*stReturnDataTest*`)
|
||||
st.skipLoad(`.*stShift*`)
|
||||
|
|
@ -97,7 +97,7 @@ func TestState(t *testing.T) {
|
|||
st.skipLoad(`.*stChangedEIP150*`)
|
||||
st.skipLoad(`.*stLogTests*`)
|
||||
st.skipLoad(`.*stSLoadTest*`)
|
||||
st.skipLoad(`.*stCreateTest*`)
|
||||
//st.skipLoad(`.*stCreateTest*`)
|
||||
st.skipLoad(`.*stDelegatecallTestHomestead*`)
|
||||
st.skipLoad(`.*stCallDelegateCodesHomestead*`)
|
||||
st.skipLoad(`.*VMTests*`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue