Skip to content

Excluding frdm_mcxw71 from the wdt_basic_api test due to retained memory variables #93460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

EmilioCBen
Copy link
Contributor

@EmilioCBen EmilioCBen commented Jul 21, 2025

The wdt_basic_api test uses retained memory. Currently, uses sram0 for the ram space. This mostly does not retain memory. Since the test variables are unable to retain their value this platform test fails and should be excluded for now. Specifying the memory region that does contain retained memory does not seem user friendly at the moment an requires greater effort.
Fixes #86849

The wdt_basic_api test uses retained memory. Currently,
uses sram0 for the ram space. This mostly does not retain
memory. Since the test variables are unable to retain
their value this platform test fails and should be excluded
for now.

Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
@EmilioCBen EmilioCBen added area: Watchdog Watchdog platform: NXP NXP Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. labels Jul 21, 2025
@EmilioCBen EmilioCBen changed the title Excluding frdm_mcxw71 from the wdt_basic_api test due to retained memory variables fixes #86849 Excluding frdm_mcxw71 from the wdt_basic_api test due to retained memory variables Jul 21, 2025
@zephyrbot zephyrbot added the size: XS A PR changing only a single line of code label Jul 21, 2025
Copy link

@cfriedt cfriedt merged commit cd33821 into zephyrproject-rtos:main Jul 25, 2025
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Watchdog Watchdog platform: NXP NXP size: XS A PR changing only a single line of code Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests: tests/drivers/watchdog/wdt_basic_api: frdm_mcxw71/mcxw716c: failed: Timeout
6 participants