reel_board:tests/posix/common failed. #26263
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
platform: nRF
Nordic nRFx
priority: medium
Medium impact/importance bug
To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
*** Booting Zephyr OS build zephyr-v2.3.0-397-g540ed9578613 ***
Running test suite posix_apis
starting test - test_posix_pthread_execution
Thread 0 starting with scheduling policy 0 & priority 15
Thread 1 starting with scheduling policy 0 & priority 15
Thread 2 starting with scheduling policy 0 & priority 15
Bounce test OK
Barrier test OK
PASS - test_posix_pthread_execution
starting test - test_posix_pthread_termination
Thread 0 starting with a priority of 4
Cancelling thread 0
Thread 1 starting with a priority of 3
Cancelling thread 1
Thread 1 could not be cancelled
Thread 2 starting with a priority of 2
Cancelling thread 2
Thread 3 starting with a priority of 1
Cancelling thread 3
Thread 3 could not be cancelled
PASS - test_posix_pthread_termination
starting test - test_posix_multiple_threads_single_key
Different threads set different values to same key:
thread 0: set value = 536877516 and retrieved value = 536877516
thread 1: set value = 536877756 and retrieved value = 536877756
PASS - test_posix_multiple_threads_single_key
....
starting test - test_nanosleep_0_1000000000
PASS - test_nanosleep_0_1000000000
starting test - test_nanosleep_0_1
dt_ns: 30518
PASS - test_nanosleep_0_1
starting test - test_nanosleep_0_500000000
dt_ns: 499847413
Assertion failed at WEST_TOPDIR/zephyr/tests/posix/common/src/nanosleep.c:203: common: (dt_ns >= ns is false)
expected dt_ns >= 500000000: actual: 499847413
FAIL - test_nanosleep_0_500000000
starting test - test_nanosleep_1_0
dt_ns: 999908448
Assertion failed at WEST_TOPDIR/zephyr/tests/posix/common/src/nanosleep.c:203: common: (dt_ns >= ns is false)
expected dt_ns >= 1000000000: actual: 999908448
FAIL - test_nanosleep_1_0
Test suite posix_apis failed.
PROJECT EXECUTION FAILED
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: