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
To Reproduce
Build OSAL coverage tests and execute
Expected behavior
All tests should pass
System observed on:
Ubuntu 18.04 LTS 64-bit
Additional context
This was probably some fallout related to the VxWorks timer fixups that were done recently (#271, #274) but never noticed because the OSAL coverage test is still separate (that aspect is also being addressed).
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered:
This is related to the change for nasa#271, where the return value
of this function depends on the configured timer interval. The
coverage test case for this was not updated in the original change.
This is related to the change for #271, where the return value
of this function depends on the configured timer interval. The
coverage test case for this was not updated in the original change.
Describe the bug
The coverage test cases for
OS_VxWorks_Sigwait
are failing:To Reproduce
Build OSAL coverage tests and execute
Expected behavior
All tests should pass
System observed on:
Ubuntu 18.04 LTS 64-bit
Additional context
This was probably some fallout related to the VxWorks timer fixups that were done recently (#271, #274) but never noticed because the OSAL coverage test is still separate (that aspect is also being addressed).
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: