-
Notifications
You must be signed in to change notification settings - Fork 217
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
OSAL Select APIs missing functional test #377
Comments
I'll start taking a crack at this. |
This was closed by mistake, Select APIs still need a test to show they function correctly |
FYI - there IS now some unit test code which calls "select" .... I have to make a change in the select API anyway to fix a different bug (#453), and change I'm making for that issue also requires some updates to these test cases. This is actually how the bug was noticed -- running this test on RTEMS caused failure. |
TODO - check if #462 is sufficient to satisfy the unit test standards. |
Update error warning Close client sockets Fix formating define globals
Fix #377, Add "OSAL Select" functional tests
Is your feature request related to a problem? Please describe.
OS_SelectMultipe, OS_SelectSingle, OS_SelectFdZero, OS_SelectFdAdd, OS_SelectFdClear, OS_SelectFdIsSet all missing functional tests
Describe the solution you'd like
Add tests
Describe alternatives you've considered
None
Additional context
Certification issue.
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: