mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Merge branch 'coredump_test_fixes_v6.1' into 'release/v6.1'
Coredump fixes (v6.1) See merge request espressif/esp-idf!50473
This commit is contained in:
@@ -62,7 +62,10 @@ CONFIG_COREDUMP_SUMMARY_FLASH_ENCRYPTED = panic_tests.configs_for_app(
|
||||
COREDUMP_APP, ['coredump_flash_encrypted', 'coredump_flash_encrypted_coredump_plain']
|
||||
)
|
||||
CONFIG_GDBSTUB_COREDUMP = panic_tests.configs_for_app(COREDUMP_APP, ['gdbstub_coredump'])
|
||||
CONFIG_TCB_CORRUPTED = panic_tests.configs_for_app(COREDUMP_APP, ['coredump_flash_default'])
|
||||
# Uses the dedicated coredump stack (CONFIG_ESP_COREDUMP_STACK_SIZE) on purpose: this test
|
||||
# faults in idle-task context, whose small stack overflows the FreeRTOS end-of-stack watchpoint
|
||||
# if the coredump runs in place, causing a double panic. Do not switch back to coredump_flash_default.
|
||||
CONFIG_TCB_CORRUPTED = panic_tests.configs_for_app(COREDUMP_APP, ['coredump_flash_custom_stack'])
|
||||
|
||||
|
||||
@pytest.mark.generic
|
||||
|
||||
Reference in New Issue
Block a user