tests: posix: rwlocks: all tests skipped due to copy-paste error #88766
Labels
area: POSIX
POSIX API Library
area: Tests
Issues related to a particular existing or missing test
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
Previously, the
POSIX_RW_LOCKS
Option Group was lumped-in with thetests/posix/common
testsuite. That testsuite had a bit of a "CI optimization" so as to not run the tests twice (once with dynamic threads enabled, and once without).The testsuite was copied over, and so was the "hack" to optimize CI. However, without properly ensuring that dynamic threads were configured properly, all tests were skipped.
I think a good policy for some contributors would be to fill in a "Testing Done" section in pull-requests, to verify that tests are actually executing the way that one one would expect.
Please also mention any information which could help others to understand
the problem you're facing:
To Reproduce
west build -p auto -b qemu_riscv64 -t run tests/posix/rwlocks
Expected behavior
All tests should run and succeed.
Impact
The impact of this bug is low, since tests were passing before and after the fix.
Logs and console output
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: