Line data Source code
1 : #include "../../fd_tests.h"
2 0 : int test_2776(fd_executor_test_suite_t *suite) {
3 0 : fd_executor_test_t test;
4 0 : fd_memset( &test, 0, FD_EXECUTOR_TEST_FOOTPRINT );
5 0 : test.disable_cnt = 9;
6 0 : test.bt = " 2: solana_system_program::system_processor::tests::test_process_bogus_instruction at ./src/system_processor.rs:1270:9 3: solana_system_program::system_processor::tests::test_process_bogus_instruction::{{closure}} at ./src/system_processor.rs:1264:41 4: core::ops::function::FnOnce::call_once at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/ops/function.rs:250:5 5: core::ops::function::FnOnce::call_once at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/ops/function.rs:250:5";
7 0 : test.test_name = "system_processor::tests::test_process_bogus_instruction";
8 0 : test.test_number = 2776;
9 0 : test.sysvar_cache.clock = "";
10 0 : test.sysvar_cache.epoch_schedule = "";
11 0 : test.sysvar_cache.epoch_rewards = "";
12 0 : test.sysvar_cache.fees = "";
13 0 : test.sysvar_cache.rent = "";
14 0 : test.sysvar_cache.slot_hashes = "";
15 0 : test.sysvar_cache.stake_history = "";
16 0 : test.sysvar_cache.slot_history = "";
17 0 : if (fd_executor_test_suite_check_filter(suite, &test)) return -9999;
18 0 : ulong test_accs_len = 0;
19 0 : fd_executor_test_acc_t* test_accs = fd_alloca( 1UL, FD_EXECUTOR_TEST_ACC_FOOTPRINT * test_accs_len );
20 0 : fd_memset( test_accs, 0, FD_EXECUTOR_TEST_ACC_FOOTPRINT * test_accs_len );
21 :
22 :
23 0 : uchar disabled_features[] = { 161,162,163,164,165,166,167,168,169 };
24 0 : test.disable_feature = disabled_features;
25 :
26 : // {'clock': '', 'epoch_schedule': '', 'epoch_rewards': '', 'fees': '', 'rent': '', 'slot_hashes': '', 'recent_blockhashes': '', 'stake_history': '', 'last_restart_slot': ''}
27 0 : fd_base58_decode_32( "11111111111111111111111111111111", (unsigned char *) &test.program_id);
28 0 : static uchar const fd_flamenco_native_prog_test_2776_raw[] = { 0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x24,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x57,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 };
29 0 : test.raw_tx = fd_flamenco_native_prog_test_2776_raw;
30 0 : test.raw_tx_len = 109UL;
31 0 : test.expected_result = -20;
32 0 : test.custom_err = 0;
33 :
34 0 : test.accs_len = test_accs_len;
35 0 : test.accs = test_accs;
36 :
37 0 : return fd_executor_run_test( &test, suite );
38 0 : }
39 : // https://explorer.solana.com/tx/inspector?message=AAABAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAkAQAAAAAAAAAAAABXAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|