-
Notifications
You must be signed in to change notification settings - Fork 202
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
cFE Integration candidate: 2021-08-10 #1772
Commits on Jul 29, 2021
-
Fix #1727, mistakes in some copyright headers
pavll committedJul 29, 2021 Configuration menu - View commit details
-
Copy full SHA for 2db8161 - Browse repository at this point
Copy the full SHA 2db8161View commit details
Commits on Jul 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5dcefac - Browse repository at this point
Copy the full SHA 5dcefacView commit details
Commits on Aug 2, 2021
-
Fix #1743, update coverage test to use UtAssert macros
A number of CFE coverage-specific macros and generic assert functions were moved into OSAL UtAssert library so it can be used in a wider variety of tests. This removes the CFE coverage-specific version, and changes all references to use the equivalent UtAssert macro.
Configuration menu - View commit details
-
Copy full SHA for 961d4eb - Browse repository at this point
Copy the full SHA 961d4ebView commit details
Commits on Aug 3, 2021
-
Fix #1685, Add table registration functional tests
This commit also restructures header files to be used by all table functional tests This commit also adds to the global test struct with constants used by all table functional tests
Configuration menu - View commit details
-
Copy full SHA for 3177426 - Browse repository at this point
Copy the full SHA 3177426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e854ff - Browse repository at this point
Copy the full SHA 7e854ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa907a - Browse repository at this point
Copy the full SHA 9aa907aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 343e0d0 - Browse repository at this point
Copy the full SHA 343e0d0View commit details -
Fix #813, Add Generic Counter API test
Add tests for the following APIs: CFE_ES_RegisterGenCounter CFE_ES_CounterID_ToIndex CFE_ES_GetGenCounterIDByName CFE_ES_GetGenCounterName CFE_ES_GetGenCount CFE_ES_SetGenCount CFE_ES_IncrementGenCounter CFE_ES_DeleteGenCounter
Configuration menu - View commit details
-
Copy full SHA for 33f66a9 - Browse repository at this point
Copy the full SHA 33f66a9View commit details
Commits on Aug 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 31548d4 - Browse repository at this point
Copy the full SHA 31548d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1db90c - Browse repository at this point
Copy the full SHA f1db90cView commit details -
Fix #1763, last char truncated in coverage log output
The "MessageCheck_Impl" routine used for printf/syslog checks was incorrectly truncating the last character of the log message.
Configuration menu - View commit details
-
Copy full SHA for e07f222 - Browse repository at this point
Copy the full SHA e07f222View commit details
Commits on Aug 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 18a9295 - Browse repository at this point
Copy the full SHA 18a9295View commit details
Commits on Aug 6, 2021
-
Merge pull request #1737 from zanzaben/fix1733_move_global_into_struct
Fix #1733, Move global count into test global struct.
Configuration menu - View commit details
-
Copy full SHA for 0484d64 - Browse repository at this point
Copy the full SHA 0484d64View commit details -
Merge pull request #1722 from nmullane/fix806-es-application-control-…
…functional-tests Fix #806, Add application control functional tests
Configuration menu - View commit details
-
Copy full SHA for da12938 - Browse repository at this point
Copy the full SHA da12938View commit details
Commits on Aug 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d47b56c - Browse repository at this point
Copy the full SHA d47b56cView commit details -
Merge pull request #1744 from jphickey/fix-1743-utassert-macros
Fix #1743, update coverage test to use UtAssert macros
Configuration menu - View commit details
-
Copy full SHA for 95349ed - Browse repository at this point
Copy the full SHA 95349edView commit details -
Update #813, add UtPrintf for APIs being called
At UtPrintf statements to indicate the APIs that the test is focused on.
Configuration menu - View commit details
-
Copy full SHA for 392a242 - Browse repository at this point
Copy the full SHA 392a242View commit details -
Merge pull request #1734 from nmullane/table-api-functional-tests
Add table api functional tests
Configuration menu - View commit details
-
Copy full SHA for 9b634da - Browse repository at this point
Copy the full SHA 9b634daView commit details -
Merge pull request #1753 from jphickey/fix-813-counter-tests
Fix #813, Add Generic Counter API test
Configuration menu - View commit details
-
Copy full SHA for 600fd7a - Browse repository at this point
Copy the full SHA 600fd7aView commit details -
Merge pull request #1716 from nmullane/fix1645-es-resource-id-functio…
…nal-tests Fix #1645, Add resource ID API functional tests
Configuration menu - View commit details
-
Copy full SHA for e7166d0 - Browse repository at this point
Copy the full SHA e7166d0View commit details -
Merge pull request #1766 from nmullane/fix1644-finish-es-misc-api-fun…
…ctional-test Fix #1644, finish ES misc API functional test
Configuration menu - View commit details
-
Copy full SHA for 4c91565 - Browse repository at this point
Copy the full SHA 4c91565View commit details -
Merge pull request #1764 from jphickey/fix-1763-covtest-printf-log
Fix #1763, last char truncated in coverage log output
Configuration menu - View commit details
-
Copy full SHA for 84bb9d7 - Browse repository at this point
Copy the full SHA 84bb9d7View commit details -
Merge pull request #1728 from pavll/fix-1727-correct-some-file-headers
Fix #1727, mistakes in some copyright headers
Configuration menu - View commit details
-
Copy full SHA for 7e5e4e5 - Browse repository at this point
Copy the full SHA 7e5e4e5View commit details
Commits on Aug 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e6979cf - Browse repository at this point
Copy the full SHA e6979cfView commit details -
Merge pull request #1767 from nmullane/fix1692-misc-time-functional-t…
…ests Fix #1692, Add misc time api functional test
Configuration menu - View commit details
-
Copy full SHA for f8ceda1 - Browse repository at this point
Copy the full SHA f8ceda1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5abd9 - Browse repository at this point
Copy the full SHA 3f5abd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f2ee86 - Browse repository at this point
Copy the full SHA 3f2ee86View commit details -
Merge pull request #1749 from zanzaben/fix1649_EVS_Reset_Filters_Func…
…_Test Fix #1649, Add Functional Test for EVS Reset Filters API.
Configuration menu - View commit details
-
Copy full SHA for 33f3505 - Browse repository at this point
Copy the full SHA 33f3505View commit details -
Fix #1774, replace VOIDCALL assert macro
Use the generic UtAssert_VOIDCALL macro now provided from UtAssert, rather than a local macro in cfe_testcase app.
Configuration menu - View commit details
-
Copy full SHA for 676c473 - Browse repository at this point
Copy the full SHA 676c473View commit details -
Fix #1780, Resolve RTEMS CFE_FT_Global build fail
- Removed multiple instantiations of CFE_FT_Global - Moves the assignment of the TBL related elements of `CFE_FT_Global` from 'cfe_test_table' to `cfe_test` to avoid duplicate definitions error - Makes `cfe_test.c` first in CMakeLists dependency list Co-authored-by: Niall Mullane <nmullane@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20fbd6f - Browse repository at this point
Copy the full SHA 20fbd6fView commit details -
Merge pull request #1796 from jphickey/fix-1774-replace-voidcall-macro
Fix #1774, replace VOIDCALL assert macro
Configuration menu - View commit details
-
Copy full SHA for 25112ec - Browse repository at this point
Copy the full SHA 25112ecView commit details -
Merge pull request #1781 from astrogeco/1780-RTEMS-build-failure
Fix #1780, RTEMS CFE_FT_Global build failure
Configuration menu - View commit details
-
Copy full SHA for c16b7ae - Browse repository at this point
Copy the full SHA c16b7aeView commit details
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a1b4529 - Browse repository at this point
Copy the full SHA a1b4529View commit details