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