We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650f32d commit b9f4885Copy full SHA for b9f4885
integration/run_tests.py
@@ -56,8 +56,8 @@
56
57
"mainnet/trace_replayBlockTransactions/test_29", # diff on stack info
58
59
- "mainnet/trace_transaction/test_44", #
60
- "mainnet/trace_transaction/test_47", #
+ "mainnet/trace_transaction/test_44", # diff on error message (S: out of gas E3: contract creation code storage out of gas)
+ "mainnet/trace_transaction/test_47", # diff on error message (S: out of gas E3: gas uint64 overflow)
61
62
"mainnet/engine_"
63
]
0 commit comments