You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the "no-condvar" implementation is used, all calls will return OS_ERR_NOT_IMPLEMENTED. This is expected/OK. But, the "condvar-test" program does not recognize this, and it reports many failures.
To Reproduce
Run "condvar-test" when using the "no-condvar" implementation
Expected behavior
Should just report that the functionality is not implemented, and skip the tests. Network (and other optional functionality) works this way.
System observed on:
VxWorks 6.9
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
Describe the bug
If the "no-condvar" implementation is used, all calls will return
OS_ERR_NOT_IMPLEMENTED
. This is expected/OK. But, the "condvar-test" program does not recognize this, and it reports many failures.To Reproduce
Run "condvar-test" when using the "no-condvar" implementation
Expected behavior
Should just report that the functionality is not implemented, and skip the tests. Network (and other optional functionality) works this way.
System observed on:
VxWorks 6.9
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: