示例#1
0
def test_coredump_instr_fetch_prohibited_flash_bin_crc(env, extra_data):
    test.instr_fetch_prohibited_inner(env, "coredump_flash_bin_crc")
示例#2
0
def test_coredump_instr_fetch_prohibited_flash_elf_sha(env, extra_data):
    test.instr_fetch_prohibited_inner(env, "coredump_flash_elf_sha")
示例#3
0
def test_coredump_instr_fetch_prohibited_uart_elf_crc(env, extra_data):
    test.instr_fetch_prohibited_inner(env, "coredump_uart_elf_crc")
示例#4
0
def test_panic_instr_fetch_prohibited(env, extra_data):
    test.instr_fetch_prohibited_inner(env, "panic")
示例#5
0
def test_gdbstub_instr_fetch_prohibited(env, _extra_data):
    test.instr_fetch_prohibited_inner(env, 'gdbstub')
示例#6
0
def test_coredump_instr_fetch_prohibited_uart_bin_crc(env, _extra_data):
    test.instr_fetch_prohibited_inner(env, 'coredump_uart_bin_crc')