Exemplo n.º 1
0
def test_panic_cache_error(env, extra_data):
    test.cache_error_inner(env, "panic")
Exemplo n.º 2
0
def test_coredump_cache_error_uart_elf_crc(env, extra_data):
    test.cache_error_inner(env, "coredump_uart_elf_crc")
Exemplo n.º 3
0
def test_coredump_cache_error_flash_bin_crc(env, extra_data):
    test.cache_error_inner(env, "coredump_flash_bin_crc")
Exemplo n.º 4
0
def test_coredump_cache_error_flash_elf_sha(env, extra_data):
    test.cache_error_inner(env, "coredump_flash_elf_sha")
Exemplo n.º 5
0
def test_gdbstub_cache_error(env, _extra_data):
    test.cache_error_inner(env, 'gdbstub')
Exemplo n.º 6
0
def test_coredump_cache_error_uart_bin_crc(env, _extra_data):
    test.cache_error_inner(env, 'coredump_uart_bin_crc')
Exemplo n.º 7
0
def test_panic_cache_error(env, _extra_data):
    test.cache_error_inner(env, 'panic')