mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-15 16:33:47 +00:00
new: comments and cleanup
This commit is contained in:
parent
0eec63716b
commit
2db0dc8606
2 changed files with 2 additions and 3 deletions
|
|
@ -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*`)
|
||||||
|
|
|
||||||
|
|
@ -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*`)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue