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

Fix #596, scrub all UT_Report calls #1624

Merged
merged 10 commits into from
Jun 23, 2021

Commits on Jun 22, 2021

  1. Partial nasa#596, UtAssert macros for ES test

    Update ES coverage test to use preferred macros.
    
    Adds dedicated assert macros for checking fixed-length
    string buffers, and for checking memory offsets.
    
    Also adds an improved implemention of the syslog/printf check
    which filters out newlines (keeps log more parseable).
    jphickey committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    ac99686 View commit details
    Browse the repository at this point in the history
  2. Partial nasa#596, UtAssert macros for EVS test

    Update EVS coverage test to use preferred macros
    jphickey committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    161d8da View commit details
    Browse the repository at this point in the history
  3. Partial nasa#596, UtAssert macros for SB test

    Update SB coverage test to use preferred macros.
    
    Adds a dedicated assert macro for checking SB MsgId values.
    jphickey committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    a563e13 View commit details
    Browse the repository at this point in the history
  4. Partial nasa#596, UtAssert macros for MSG test

    Update MSG coverage test to use preferred macros
    jphickey committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    899dd6d View commit details
    Browse the repository at this point in the history
  5. Partial nasa#596, UtAssert macros for SBR test

    Update SBR coverage test to use preferred macros
    jphickey committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    72c1c8d View commit details
    Browse the repository at this point in the history
  6. Partial nasa#596, UtAssert macros for TBL test

    Update TBL coverage test to use preferred macros
    jphickey committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    6b21c14 View commit details
    Browse the repository at this point in the history
  7. Partial nasa#596, UtAssert macros for TIME test

    Update TIME coverage test to use preferred macros
    jphickey committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    907f2ca View commit details
    Browse the repository at this point in the history
  8. Partial nasa#596, UtAssert macros for FS test

    Update FS coverage test to use preferred macros.
    jphickey committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    d12ab62 View commit details
    Browse the repository at this point in the history
  9. Fix nasa#596, remove now-unused assert functions (final)

    Clean up the assert functions and macros which are no longer
    used after updating all coverage tests to use preferred macros.
    jphickey committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    890cc87 View commit details
    Browse the repository at this point in the history
  10. Fix nasa#470, complete coverage for FS subsystem

    Add required coverage test cases to achieve 100% line coverage in FS
    jphickey committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    442634d View commit details
    Browse the repository at this point in the history