LCOV - code coverage report
Current view: top level - generated - test_native_programs_963.h (source / functions) Hit Total Coverage
Test: cov.lcov Lines: 40 40 100.0 %
Date: 2024-05-17 11:56:42 Functions: 1 1 100.0 %

          Line data    Source code
       1             : #include "../../fd_tests.h"
       2           3 : int test_963(fd_executor_test_suite_t *suite) {
       3           3 :   fd_executor_test_t test;
       4           3 :   fd_memset( &test, 0, FD_EXECUTOR_TEST_FOOTPRINT );
       5           3 :   test.disable_cnt = 0;
       6           3 :   test.bt = "   2: solana_stake_program::stake_instruction::tests::test_stake_process_instruction_error_ordering             at ./src/stake_instruction.rs:7107:13   3: solana_stake_program::stake_instruction::tests::test_stake_process_instruction_error_ordering::all_enabled             at ./src/stake_instruction.rs:7048:5   4: solana_stake_program::stake_instruction::tests::test_stake_process_instruction_error_ordering::all_enabled::{{closure}}             at ./src/stake_instruction.rs:7048:5   5: core::ops::function::FnOnce::call_once             at /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/core/src/ops/function.rs:250:5";
       7           3 :   test.test_name = "stake_instruction::tests::test_stake_process_instruction_error_ordering::all_enabled";
       8           3 :   test.test_number = 963;
       9           3 :   test.sysvar_cache.clock = "";
      10           3 :   test.sysvar_cache.epoch_schedule = "";
      11           3 :   test.sysvar_cache.epoch_rewards = "";
      12           3 :   test.sysvar_cache.fees = "";
      13           3 :   test.sysvar_cache.rent = "";
      14           3 :   test.sysvar_cache.slot_hashes = "";
      15           3 :   test.sysvar_cache.stake_history = "";
      16           3 :   test.sysvar_cache.slot_history = "";
      17           3 :   if (fd_executor_test_suite_check_filter(suite, &test)) return -9999;
      18           3 :   ulong test_accs_len = 1;
      19           3 :   fd_executor_test_acc_t* test_accs = fd_alloca( 1UL, FD_EXECUTOR_TEST_ACC_FOOTPRINT * test_accs_len );
      20           3 :   fd_memset( test_accs, 0, FD_EXECUTOR_TEST_ACC_FOOTPRINT * test_accs_len );
      21             : 
      22             :  // {'clock': '', 'epoch_schedule': '', 'epoch_rewards': '', 'fees': '', 'rent': '', 'slot_hashes': '', 'recent_blockhashes': '', 'stake_history': '', 'last_restart_slot': ''}
      23           3 :   fd_executor_test_acc_t* test_acc = test_accs;
      24           3 :   fd_base58_decode_32( "Stake11111111111111111111111111111111111111",  (uchar *) &test_acc->pubkey);
      25           3 :   fd_base58_decode_32( "NativeLoader1111111111111111111111111111111",  (uchar *) &test_acc->owner);
      26           3 :   fd_base58_decode_32( "NativeLoader1111111111111111111111111111111",  (uchar *) &test_acc->result_owner);
      27           3 :   test_acc->lamports        = 0UL;
      28           3 :   test_acc->result_lamports = 0UL;
      29           3 :   test_acc->executable      = 0;
      30           3 :   test_acc->result_executable= 0;
      31           3 :   test_acc->rent_epoch      = 0;
      32           3 :   test_acc->result_rent_epoch      = 0;
      33           3 :   test_acc++;
      34           3 :   fd_base58_decode_32( "Stake11111111111111111111111111111111111111",  (unsigned char *) &test.program_id);
      35           3 :   static uchar const fd_flamenco_native_prog_test_963_raw[] = { 0x00,0x00,0x00,0x01,0x01,0x06,0xa1,0xd8,0x17,0x91,0x37,0x54,0x2a,0x98,0x34,0x37,0xbd,0xfe,0x2a,0x7a,0xb2,0x55,0x7f,0x53,0x5c,0x8a,0x78,0x72,0x2b,0x68,0xa4,0x9d,0xc0,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,0x08,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff };
      36           3 :   test.raw_tx = fd_flamenco_native_prog_test_963_raw;
      37           3 :   test.raw_tx_len = 81UL;
      38           3 :   test.expected_result = -3;
      39           3 :   test.custom_err = 0;
      40             : 
      41           3 :   test.accs_len = test_accs_len;
      42           3 :   test.accs = test_accs;
      43             : 
      44           3 :   return fd_executor_run_test( &test, suite );
      45           3 : }
      46             : // https://explorer.solana.com/tx/inspector?message=AAABAQah2BeRN1QqmDQ3vf4qerJVf1NcinhyK2ikncAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAI%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F8%3D

Generated by: LCOV version 1.14