Line data Source code
1 : #include "../../fd_tests.h"
2 0 : int test_2785(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_nonce_ix_only_nonce_acc_fail at ./src/system_processor.rs:1531:9 3: solana_system_program::system_processor::tests::test_process_nonce_ix_only_nonce_acc_fail::{{closure}} at ./src/system_processor.rs:1529:52 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_nonce_ix_only_nonce_acc_fail";
8 0 : test.test_number = 2785;
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 = 1;
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_executor_test_acc_t* test_acc = test_accs;
28 0 : fd_base58_decode_32( "1111111eRS6a6io2n6V4Jy4H1ye6fKAXuxj7nFUR5", (uchar *) &test_acc->pubkey);
29 0 : fd_base58_decode_32( "1111111epmhZD25jxZMsk79JSJxanaxARDfq1qJjR", (uchar *) &test_acc->owner);
30 0 : fd_base58_decode_32( "1111111epmhZD25jxZMsk79JSJxanaxARDfq1qJjR", (uchar *) &test_acc->result_owner);
31 0 : test_acc->lamports = 0UL;
32 0 : test_acc->result_lamports = 0UL;
33 0 : test_acc->executable = 0;
34 0 : test_acc->result_executable= 0;
35 0 : test_acc->rent_epoch = 0;
36 0 : test_acc->result_rent_epoch = 0;
37 0 : test_acc++;
38 0 : fd_base58_decode_32( "11111111111111111111111111111111", (unsigned char *) &test.program_id);
39 0 : static uchar const fd_flamenco_native_prog_test_2785_raw[] = { 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,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x5d,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,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,0x01,0x01,0x00,0x04,0x04,0x00,0x00,0x00 };
40 0 : test.raw_tx = fd_flamenco_native_prog_test_2785_raw;
41 0 : test.raw_tx_len = 174UL;
42 0 : test.expected_result = -20;
43 0 : test.custom_err = 0;
44 :
45 0 : test.accs_len = test_accs_len;
46 0 : test.accs = test_accs;
47 :
48 0 : return fd_executor_run_test( &test, suite );
49 0 : }
50 : // https://explorer.solana.com/tx/inspector?message=AQABAgAAAAAAAABdAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAQAEBAAAAA%3D%3D
|