Skip to content
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_timer_UT test setup failure #581

Closed
skliper opened this issue Aug 27, 2020 · 0 comments · Fixed by #583 or #590
Closed

osal_timer_UT test setup failure #581

skliper opened this issue Aug 27, 2020 · 0 comments · Fixed by #583 or #590
Assignees
Labels
unit-test Tickets related to the OSAL unit testing (functional and/or coverage)
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Aug 27, 2020

Is your feature request related to a problem? Please describe.

[BEGIN] 01 OS_TimerCreate
[ PASS] 01.001 ut_ostimer_timerio_test.c:255 - #1 Null-pointer-arg
[ PASS] 01.002 ut_ostimer_timerio_test.c:264 - #2 Name-too-long
[ PASS] 01.003 ut_ostimer_timerio_test.c:277 - #3 Name equal to OS_MAX_API_NAME characters test
[ PASS] 01.004 ut_ostimer_timerio_test.c:288 - #4 Name-taken
[  TSF] 01.005 ut_ostimer_timerio_test.c:310 - #4 No-free-IDs - Timer-created failed
[ PASS] 01.006 ut_ostimer_timerio_test.c:330 - #6 Invalid-arg
[ INFO] 01.007 ut_ostimer_timerio_test.c:337 - #7 Timer-unavailable
[ PASS] 01.008 ut_ostimer_timerio_test.c:348 - #8 Nominal
[  END] 01 OS_TimerCreate       TOTAL::8     PASS::6     FAIL::0      MIR::0      TSF::1      N/A::0

Describe the solution you'd like
Fix failure, related to #579

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added the unit-test Tickets related to the OSAL unit testing (functional and/or coverage) label Aug 27, 2020
@skliper skliper added this to the 5.2.0 milestone Aug 27, 2020
@skliper skliper self-assigned this Sep 1, 2020
@skliper skliper modified the milestones: 5.2.0, 6.0.0 Sep 1, 2020
astrogeco added a commit that referenced this issue Sep 2, 2020
Fix #581, Use OS_MAX_TIMEBASES for max timer create unit test
jphickey added a commit to jphickey/osal that referenced this issue Aug 10, 2022
Use the INTERFACE_COMPILE_DEFINITIONS and INTERFACE_INCLUDE_DIRECTORIES
properties from the osal target and apply them to the entire CFE build.

At this time, the OSAL library build does not use/export these properties
so this is effectively a no-op for the CFE build and can be merged with
no effect.  However, in a future version, the OSAL library will export
these interface properties and this will become important.
jphickey pushed a commit to jphickey/osal that referenced this issue Aug 10, 2022
Fix nasa#581, Propagate the OSAL compile definitions to CFE build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit-test Tickets related to the OSAL unit testing (functional and/or coverage)
Projects
None yet
1 participant