File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ pub fn test(test_config: TestConfig, test: StateTestCase) -> TestExecutionResult
4848fn 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 ! ( "\n CALLER: {caller:?}\n TO: {to:?}\n VALUE: {value:?}n{gas_limit:?}\n {:?}\n {:?}\n REASON: {_reason:?}" , access_list, authorization_list) ;
209211 assert_call_exit_exception ( state. expect_exception . as_ref ( ) , & test_config. name ) ;
210212 } else {
You can’t perform that action at this time.
0 commit comments