-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VxWorks OS_CountSemCreate unit test fails #542
Comments
Just checked into this - and it is probably related to the value of The test is supposed to be skipped as "NA" if the system doesn't define a specific maximum, but an issue would occur if the |
@mbenson1 can you confirm if your platform defines a |
Fix #542, Avoid UT failure if SEM_VALUE_MAX >= UINT32_MAX
Fix nasa#539, build failure in UT stubs with multiple CPUs
Describe the bug
The OS_CountSemCreate unit test, "#4 Initial-count-too-high", fails. This is because the vxworks OSAL, as written, does not check the initial count. Rather, it passes it directly to the OS call.
Expected behavior
It should pass.
System observed on:
Reporter Info
Mathew Benson
Windhover Labs
The text was updated successfully, but these errors were encountered: