Skip to content
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

tests: wdt_basic_api: make mec15xxevb_assy6853 build only #23534

Merged
merged 1 commit into from
Mar 17, 2020

Conversation

dcpleung
Copy link
Member

The bootloader on mec15xxevb_assy6853 clears the memory on reboot,
which would fail the wdt_basic_api test. Instead of simply exclude
the platform, add a build only test for this board so the watchdog
is being built to avoid build breakage.

Fixes #20301

Signed-off-by: Daniel Leung daniel.leung@intel.com

The bootloader on mec15xxevb_assy6853 clears the memory on reboot,
which would fail the wdt_basic_api test. Instead of simply exclude
the platform, add a build only test for this board so the watchdog
is being built to avoid build breakage.

Fixes zephyrproject-rtos#20301

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
@dcpleung dcpleung requested a review from nashif as a code owner March 17, 2020 17:46
@zephyrbot zephyrbot added the area: Tests Issues related to a particular existing or missing test label Mar 17, 2020
@nashif nashif merged commit 4b19273 into zephyrproject-rtos:master Mar 17, 2020
@dcpleung dcpleung deleted the mec15xxevb_wdt_test branch March 19, 2020 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Tests Issues related to a particular existing or missing test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests/drivers/watchdog/wdt_basic_api failed on mec15xxevb_assy6853 board.
5 participants