From cfb7a1cd1c62d3fcd250606a8065be910a467b40 Mon Sep 17 00:00:00 2001 From: Raneet Debnath Date: Thu, 22 Sep 2022 09:37:27 +0530 Subject: [PATCH] new: unskip failing tests --- tests/block_test.go | 6 +++--- tests/state_test.go | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/block_test.go b/tests/block_test.go index 6bdb98679f..b3eb71ed28 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -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 { diff --git a/tests/state_test.go b/tests/state_test.go index 1e7171ee20..eeb19570df 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -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: