mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
new: unskip failing tests
This commit is contained in:
parent
a11952f858
commit
cfb7a1cd1c
2 changed files with 5 additions and 4 deletions
|
|
@ -51,9 +51,9 @@ func TestBlockchain(t *testing.T) {
|
|||
bt.skipLoad(`.*randomStatetest94.json.*`)
|
||||
|
||||
// FIXME POS-618
|
||||
bt.skipLoad(`.*ValidBlocks*`)
|
||||
bt.skipLoad(`.*InvalidBlocks*`)
|
||||
bt.skipLoad(`.*TransitionTests*`)
|
||||
//bt.skipLoad(`.*ValidBlocks*`)
|
||||
//bt.skipLoad(`.*InvalidBlocks*`)
|
||||
//bt.skipLoad(`.*TransitionTests*`)
|
||||
|
||||
bt.walk(t, blockTestDir, func(t *testing.T, name string, test *BlockTest) {
|
||||
if err := bt.checkFailure(t, test.Run(false)); err != nil {
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ func TestState(t *testing.T) {
|
|||
st.skipLoad(`^stStaticCall/static_Call1MB`)
|
||||
|
||||
// FIXME POS-618
|
||||
st.skipLoad(`.*micro/*`)
|
||||
/*st.skipLoad(`.*micro/*`)
|
||||
st.skipLoad(`.*main/*`)
|
||||
st.skipLoad(`.*stSStoreTest*`)
|
||||
st.skipLoad(`.*stReturnDataTest*`)
|
||||
|
|
@ -115,6 +115,7 @@ func TestState(t *testing.T) {
|
|||
st.skipLoad(`.*stBadOpcode*`)
|
||||
st.skipLoad(`.*stStackTests*`)
|
||||
st.skipLoad(`.*stAttackTest*`)
|
||||
*/
|
||||
|
||||
// Broken tests:
|
||||
// Expected failures:
|
||||
|
|
|
|||
Loading…
Reference in a new issue