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: uart_basic_api: Don't FAIL non-implemented APIs #24995

Merged
merged 1 commit into from
May 6, 2020

Conversation

galak
Copy link
Collaborator

@galak galak commented May 5, 2020

A number of uart drivers may not implement the uart_configure and
uart_config_get APIs, if we get -ENOTSUP treat that as a skip.

Fixes #24355

Signed-off-by: Kumar Gala kumar.gala@linaro.org

A number of uart drivers may not implement the uart_configure and
uart_config_get APIs, if we get -ENOTSUP treat that as a skip.

Fixes zephyrproject-rtos#24355

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
@galak galak requested a review from nashif as a code owner May 5, 2020 17:45
@galak galak requested review from jenmwms and MaureenHelm May 5, 2020 17:45
@galak galak added this to the v2.3.0 milestone May 5, 2020
@galak galak added the bug The issue is a bug, or the PR is fixing a bug label May 5, 2020
@zephyrbot zephyrbot added the area: Tests Issues related to a particular existing or missing test label May 5, 2020
Copy link
Member

@MaureenHelm MaureenHelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @galak

@MaureenHelm MaureenHelm merged commit cbd9c86 into zephyrproject-rtos:master May 6, 2020
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 bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests/drivers/uart/uart_basic_api configure and config_get fail because not implemented
4 participants