Lines Matching refs:test
4 import panic_tests as test namespace
11 test.task_wdt_inner(env, 'panic')
16 test.task_wdt_inner(env, 'coredump_uart_elf_crc')
21 test.task_wdt_inner(env, 'coredump_uart_bin_crc')
26 test.task_wdt_inner(env, 'coredump_flash_elf_sha')
31 test.task_wdt_inner(env, 'coredump_flash_bin_crc')
36 test.task_wdt_inner(env, 'gdbstub')
43 test.int_wdt_inner(env, 'panic')
48 test.int_wdt_inner(env, 'coredump_uart_elf_crc')
53 test.int_wdt_inner(env, 'coredump_uart_bin_crc')
58 test.int_wdt_inner(env, 'coredump_flash_elf_sha')
63 test.int_wdt_inner(env, 'coredump_flash_bin_crc')
68 test.int_wdt_inner(env, 'gdbstub')
75 test.int_wdt_cache_disabled_inner(env, 'panic')
80 test.int_wdt_cache_disabled_inner(env, 'coredump_uart_elf_crc')
85 test.int_wdt_cache_disabled_inner(env, 'coredump_uart_bin_crc')
90 test.int_wdt_cache_disabled_inner(env, 'coredump_flash_elf_sha')
95 test.int_wdt_cache_disabled_inner(env, 'coredump_flash_bin_crc')
100 test.int_wdt_cache_disabled_inner(env, 'gdbstub')
107 test.cache_error_inner(env, 'panic')
112 test.cache_error_inner(env, 'coredump_uart_elf_crc')
117 test.cache_error_inner(env, 'coredump_uart_bin_crc')
122 test.cache_error_inner(env, 'coredump_flash_elf_sha')
127 test.cache_error_inner(env, 'coredump_flash_bin_crc')
132 test.cache_error_inner(env, 'gdbstub')
139 test.stack_overflow_inner(env, 'panic')
144 test.stack_overflow_inner(env, 'coredump_uart_elf_crc')
149 test.stack_overflow_inner(env, 'coredump_uart_bin_crc')
154 test.stack_overflow_inner(env, 'coredump_flash_elf_sha')
159 test.stack_overflow_inner(env, 'coredump_flash_bin_crc')
164 test.stack_overflow_inner(env, 'gdbstub')
171 test.instr_fetch_prohibited_inner(env, 'panic')
176 test.instr_fetch_prohibited_inner(env, 'coredump_uart_elf_crc')
181 test.instr_fetch_prohibited_inner(env, 'coredump_uart_bin_crc')
186 test.instr_fetch_prohibited_inner(env, 'coredump_flash_elf_sha')
191 test.instr_fetch_prohibited_inner(env, 'coredump_flash_bin_crc')
196 test.instr_fetch_prohibited_inner(env, 'gdbstub')
203 test.illegal_instruction_inner(env, 'panic')
208 test.illegal_instruction_inner(env, 'coredump_uart_elf_crc')
213 test.illegal_instruction_inner(env, 'coredump_uart_bin_crc')
218 test.illegal_instruction_inner(env, 'coredump_flash_elf_sha')
223 test.illegal_instruction_inner(env, 'coredump_flash_bin_crc')
228 test.illegal_instruction_inner(env, 'gdbstub')
235 test.storeprohibited_inner(env, 'panic')
240 test.storeprohibited_inner(env, 'coredump_uart_elf_crc')
245 test.storeprohibited_inner(env, 'coredump_uart_bin_crc')
250 test.storeprohibited_inner(env, 'coredump_flash_elf_sha')
255 test.storeprohibited_inner(env, 'coredump_flash_bin_crc')
260 test.storeprohibited_inner(env, 'gdbstub')
267 test.abort_inner(env, 'panic')
272 test.abort_cached_disabled_inner(env, 'panic')
277 test.abort_inner(env, 'coredump_uart_elf_crc')
282 test.abort_inner(env, 'coredump_uart_bin_crc')
287 test.abort_inner(env, 'coredump_flash_elf_sha')
292 test.abort_inner(env, 'coredump_flash_bin_crc')
297 test.abort_inner(env, 'gdbstub')
304 test.assert_inner(env, 'panic')
309 test.assert_cached_disabled_inner(env, 'panic')
316 test.ub_inner(env, 'panic')
321 test.ub_inner(env, 'coredump_uart_elf_crc')
326 test.ub_inner(env, 'coredump_uart_bin_crc')
331 test.ub_inner(env, 'coredump_flash_elf_sha')
336 test.ub_inner(env, 'coredump_flash_bin_crc')
341 test.ub_inner(env, 'gdbstub')