Skip to content

[TOPIC-GPIO] gpi_api_1pin test failures #19692

@pabigot

Description

@pabigot
* `gpio_api_1pin`: Failed all tested boards so far. Investigating this is my next task

There is one issue I've noticed just recently that may cause 1 pin testcase to fail. The testcases testing the new port functions attempt to verify that the driver doesn't change other pins than the one that was requested. But the test doesn't take into account that the LED0 pin it's using for testing may be on the same port as UART used for the console. When reading port values the pin serving as UART RX will introduce inconsistency to the port value the testcase is expecting. If you see failures in any of test_gpio_port_* tests please ignore it for now. I'll provide a fix.

Originally posted by @mnkp in #19579 (comment)

Metadata

Metadata

Assignees

Labels

area: GPIObugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions