new: unskip failing tests

This commit is contained in:
Raneet Debnath 2022-09-22 09:37:27 +05:30
parent a11952f858
commit cfb7a1cd1c
2 changed files with 5 additions and 4 deletions

View file

@ -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 {

View file

@ -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: