-
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
Unit test status code discrepancies in osapi-module.h #1016
Closed
21 of 23 tasks
Labels
unit-test
Tickets related to the OSAL unit testing (functional and/or coverage)
Milestone
Comments
skliper
added
the
unit-test
Tickets related to the OSAL unit testing (functional and/or coverage)
label
May 12, 2021
jphickey
added a commit
to jphickey/osal
that referenced
this issue
May 21, 2021
Ensures correlation between the unit-tests and documented return values for the OSAL module API.
jphickey
added a commit
to jphickey/osal
that referenced
this issue
May 25, 2021
Adds documentation for OS_ERR_OUTPUT_TOO_LARGE and OS_ERR_NAME_TOO_LONG. These are primarily validated via coverage test, as symbol table dump is only possible on VxWorks.
jphickey
added a commit
to jphickey/osal
that referenced
this issue
May 25, 2021
Move the test for OS_INVALiD_POINTER to after setup, where the module ID is valid.
jphickey
added a commit
to jphickey/osal
that referenced
this issue
May 26, 2021
Ensures correlation between the unit-tests and documented return values for the OSAL module API. Adds documentation for OS_ERR_OUTPUT_TOO_LARGE and OS_ERR_NAME_TOO_LONG. These are primarily validated via coverage test, as symbol table dump is only possible on VxWorks. Move the test for OS_INVALID_POINTER to after setup, where the module ID is valid.
astrogeco
added a commit
that referenced
this issue
Jun 1, 2021
Fix #1016, resolve discrepancies between module API and unit tests
pepepr08
pushed a commit
to pepepr08/osal
that referenced
this issue
Jun 9, 2021
Ensures correlation between the unit-tests and documented return values for the OSAL module API. Adds documentation for OS_ERR_OUTPUT_TOO_LARGE and OS_ERR_NAME_TOO_LONG. These are primarily validated via coverage test, as symbol table dump is only possible on VxWorks. Move the test for OS_INVALID_POINTER to after setup, where the module ID is valid.
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Aug 10, 2022
Add an extra write of a null char which squelches a warning.
jphickey
pushed a commit
to jphickey/osal
that referenced
this issue
Aug 10, 2022
Fix nasa#1016, bogus warning in strncpy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The unit tests and API documentation should match, where all status codes in the API documentation are tested in a unit test, and likewise all codes being tested for are documented in the API.
Describe the solution you'd like
Resolve the following mismatches:
File
src/os/inc/osapi-module.h
, functionOS_SymbolLookup()
:File
src/os/inc/osapi-module.h
, functionOS_ModuleSymbolLookup()
:File
src/os/inc/osapi-module.h
, functionOS_SymbolTableDump()
:File
src/os/inc/osapi-module.h
, functionOS_ModuleLoad()
:File
src/os/inc/osapi-module.h
, functionOS_ModuleUnload()
:File
src/os/inc/osapi-module.h
, functionOS_ModuleInfo()
:Additional context
Originally noted in #331, split into separate work items.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: