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