-
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
OS_IntGetMask OS_IntSetMask missing functional tests #376
Comments
Not so sure how these can be tested in a functional test as the definition of an interrupt mask is CPU/BSP-specific. While OSAL might have a wrapper around the syscall it doesn't really abstract the semantics of it. Furthermore, the side effects are likely quite different on a multi-core CPU. Recommend to deprecate the functions, like the FPU variants. I don't see either of these calls being used by any current CFE/PSP code. POSIX and RTEMS both return |
@acudmore opinion? I'm all for deprecation. |
#71 also related (and highlights issue of platform dependence). |
#396 makes this no longer applicable |
Is your feature request related to a problem? Please describe.
Missing functional tests for OS_IntGetMask and OS_IntSetMask
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: