new: comments and cleanup

This commit is contained in:
Raneet Debnath 2022-09-26 17:26:05 +05:30
parent 0eec63716b
commit 2db0dc8606
2 changed files with 2 additions and 3 deletions

View file

@ -50,7 +50,7 @@ func TestBlockchain(t *testing.T) {
// using 4.6 TGas // using 4.6 TGas
bt.skipLoad(`.*randomStatetest94.json.*`) bt.skipLoad(`.*randomStatetest94.json.*`)
// FIXME POS-618 // See POS-618
bt.skipLoad(`.*ValidBlocks*`) bt.skipLoad(`.*ValidBlocks*`)
bt.skipLoad(`.*InvalidBlocks*`) bt.skipLoad(`.*InvalidBlocks*`)
bt.skipLoad(`.*TransitionTests*`) bt.skipLoad(`.*TransitionTests*`)

View file

@ -58,7 +58,7 @@ func TestState(t *testing.T) {
// Uses 1GB RAM per tested fork // Uses 1GB RAM per tested fork
st.skipLoad(`^stStaticCall/static_Call1MB`) st.skipLoad(`^stStaticCall/static_Call1MB`)
// FIXME POS-618 // See POS-618
st.skipLoad(`.*micro/*`) st.skipLoad(`.*micro/*`)
st.skipLoad(`.*main/*`) st.skipLoad(`.*main/*`)
st.skipLoad(`.*stSStoreTest*`) st.skipLoad(`.*stSStoreTest*`)
@ -97,7 +97,6 @@ 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(`.*stDelegatecallTestHomestead*`) st.skipLoad(`.*stDelegatecallTestHomestead*`)
st.skipLoad(`.*stCallDelegateCodesHomestead*`) st.skipLoad(`.*stCallDelegateCodesHomestead*`)
st.skipLoad(`.*VMTests*`) st.skipLoad(`.*VMTests*`)