updated tests

This commit is contained in:
obscuren 2014-12-18 23:32:58 +01:00
parent 3325683794
commit 4789084998
1 changed files with 4 additions and 4 deletions

View File

@ -77,11 +77,11 @@ func RunVmTest(p string, t *testing.T) {
tests := make(map[string]VmTest) tests := make(map[string]VmTest)
helper.CreateFileTests(t, p, &tests) helper.CreateFileTests(t, p, &tests)
//helper.Logger.SetLogLevel(5) helper.Logger.SetLogLevel(5)
for name, test := range tests { for name, test := range tests {
// if name != "refund50_1" { if name != "CallRecursiveBomb0" {
// continue continue
// } }
statedb := state.New(helper.NewTrie()) statedb := state.New(helper.NewTrie())
for addr, account := range test.Pre { for addr, account := range test.Pre {
obj := StateObjectFromAccount(addr, account) obj := StateObjectFromAccount(addr, account)