tests/drivers/uart/uart_basic_api configure and config_get fail because not implemented #24355
Labels
area: Tests
Issues related to a particular existing or missing test
area: UART
Universal Asynchronous Receiver-Transmitter
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP
NXP
priority: medium
Medium impact/importance bug
Description
Multiple platforms fail uart_basic_api the .configure and .config_get tests (in the uart_basic_api test suite), because these functions are just not implemented at all.
To be fixed in the test, handling the case where the functions are not implemented and not failing the test if so.
Originally posted by @jenmwms @pfalcon in #23693 (comment)
To reproduce:
Expected Behavior
All tests PASS, including configure and config_get.
Actual Behavior
configure and config_get both FAIL
Environment
The text was updated successfully, but these errors were encountered: