mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +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
|
||||
bt.skipLoad(`.*randomStatetest94.json.*`)
|
||||
|
||||
// FIXME POS-618
|
||||
// See POS-618
|
||||
bt.skipLoad(`.*ValidBlocks*`)
|
||||
bt.skipLoad(`.*InvalidBlocks*`)
|
||||
bt.skipLoad(`.*TransitionTests*`)
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ func TestState(t *testing.T) {
|
|||
// Uses 1GB RAM per tested fork
|
||||
st.skipLoad(`^stStaticCall/static_Call1MB`)
|
||||
|
||||
// FIXME POS-618
|
||||
// See POS-618
|
||||
st.skipLoad(`.*micro/*`)
|
||||
st.skipLoad(`.*main/*`)
|
||||
st.skipLoad(`.*stSStoreTest*`)
|
||||
|
|
@ -97,7 +97,6 @@ func TestState(t *testing.T) {
|
|||
st.skipLoad(`.*stChangedEIP150*`)
|
||||
st.skipLoad(`.*stLogTests*`)
|
||||
st.skipLoad(`.*stSLoadTest*`)
|
||||
//st.skipLoad(`.*stCreateTest*`)
|
||||
st.skipLoad(`.*stDelegatecallTestHomestead*`)
|
||||
st.skipLoad(`.*stCallDelegateCodesHomestead*`)
|
||||
st.skipLoad(`.*VMTests*`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue