consensus, core, tests: implement Metropolis EIP 649
This commit is contained in:
@ -26,6 +26,10 @@ func TestVM(t *testing.T) {
|
||||
t.Parallel()
|
||||
vmt := new(testMatcher)
|
||||
vmt.fails("^vmSystemOperationsTest.json/createNameRegistrator$", "fails without parallel execution")
|
||||
|
||||
vmt.skipLoad(`^vmPerformanceTest.json`) // log format broken
|
||||
vmt.skipLoad(`^vmInputLimits(Light)?.json`) // log format broken
|
||||
|
||||
vmt.skipShortMode("^vmPerformanceTest.json")
|
||||
vmt.skipShortMode("^vmInputLimits(Light)?.json")
|
||||
|
||||
|
Reference in New Issue
Block a user