Skip to content

Commit 19fe854

Browse files
committed
Extend debug info
1 parent cc5a98a commit 19fe854

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

evm-tests/jsontests/src/state.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ pub fn test(test_config: TestConfig, test: StateTestCase) -> TestExecutionResult
4848
fn test_run(test_config: &TestConfig, test: &StateTestCase) -> TestExecutionResult {
4949
let mut tests_result = TestExecutionResult::new();
5050
for (spec, states) in &test.post_states {
51+
// TODO
5152
if test_config.name != "tests/static/state_tests/stStaticCall/static_callBasicFiller.json::static_callBasic[fork_Prague-state_test-d1-g0-v0]" {
5253
continue
5354
}
@@ -205,6 +206,7 @@ fn test_run(test_config: &TestConfig, test: &StateTestCase) -> TestExecutionResu
205206
access_list.clone(),
206207
authorization_list.clone(),
207208
);
209+
// TODO
208210
println!("\nCALLER: {caller:?}\nTO: {to:?}\nVALUE: {value:?}n{gas_limit:?}\n{:?}\n{:?}\nREASON: {_reason:?}",access_list,authorization_list);
209211
assert_call_exit_exception(state.expect_exception.as_ref(), &test_config.name);
210212
} else {

0 commit comments

Comments
 (0)