Enable test_tracer_json (#2326)
This commit is contained in:
parent
db8c5b90bd
commit
4497b5f4f1
|
@ -19,7 +19,7 @@ cliBuilder:
|
|||
./test_genesis,
|
||||
./test_precompiles,
|
||||
./test_generalstate_json,
|
||||
#./test_tracer_json,
|
||||
./test_tracer_json,
|
||||
#./test_persistblock_json, -- fails
|
||||
#./test_rpc, -- fails
|
||||
./test_filters,
|
||||
|
|
|
@ -283,7 +283,7 @@
|
|||
"0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"0000000000000000000000000000000000000000000000000000000000000060"
|
||||
],
|
||||
"error": "Opcode Dispatch Error: Out of gas: Needed 20000 - Remaining 412 - Reason: SSTORE, depth=1",
|
||||
"error": "Opcode Dispatch Error: OutOfGas, depth=1",
|
||||
"gasCost": 0
|
||||
}
|
||||
],
|
||||
|
@ -705,7 +705,7 @@
|
|||
"0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"0000000000000000000000000000000000000000000000000000000000000060"
|
||||
],
|
||||
"error": "Opcode Dispatch Error: Out of gas: Needed 20000 - Remaining 412 - Reason: SSTORE, depth=1",
|
||||
"error": "Opcode Dispatch Error: OutOfGas, depth=1",
|
||||
"gasCost": 0
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue