Commit 47890849 authored by obscuren's avatar obscuren

updated tests

parent 33256837
...@@ -77,11 +77,11 @@ func RunVmTest(p string, t *testing.T) { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment