-
Notifications
You must be signed in to change notification settings - Fork 218
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
Change UT_ClearForceFail to UT_ClearDefaultReturnValue #724
Milestone
Comments
skliper
added
the
unit-test
Tickets related to the OSAL unit testing (functional and/or coverage)
label
Jan 4, 2021
zanzaben
added a commit
to zanzaben/osal
that referenced
this issue
Jan 4, 2021
This was referenced Jan 4, 2021
zanzaben
added a commit
to zanzaben/osal
that referenced
this issue
Jan 12, 2021
zanzaben
added a commit
to zanzaben/osal
that referenced
this issue
Jan 13, 2021
zanzaben
added a commit
to zanzaben/osal
that referenced
this issue
Jan 13, 2021
zanzaben
added a commit
to zanzaben/osal
that referenced
this issue
Jan 22, 2021
This was referenced Jan 26, 2021
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Aug 10, 2022
The existing build system built target executables grouped by toolchain as a proxy for CPU architecture + machine options/flags. The app binaries would be built once and copied to any/all targets sharing that toolchain. The side effect of doing this is that the application needs to be written in an CPU-agnostic manner, performing its subscriptions and configurations from runtime table data rather than hardcoded/fixed values. Unfortunately most apps are not coded that way, so workarounds were needed. This changes the top level process to include the "platform" within this target build logic, effectively treating different platform configs as entirely different builds, even if they share the same toolchain file. As a result, binaries will only be shared between targets that explicitly set the "TGTx_PLATFORM" setting in targets.cmake to the same value.
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.
UT_SetForceFail was deprecated in favor of UT_SetDefaultReturnValue, so UT_ClearForceFail is no longer a mirror
Describe the solution you'd like
Change UT_ClearForceFail to UT_ClearDefaultReturnValue
Describe alternatives you've considered
None
Additional context
See also #722, the comments should be updated for UT_SetDefaultReturnValue and UT_ClearDefaultReturnValue
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: