mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-12 06:35:19 -05:00
Reintroduce quarantined CBMC test (#516)
This CBMC test would go over the memory limit of most hosts, causing the kernel to kill the process. With larger memory capabilities, this can be re-enabled.
This commit is contained in:
parent
8dafa9fe4a
commit
d0d633a524
1 changed files with 9 additions and 0 deletions
|
|
@ -30,6 +30,15 @@
|
||||||
"ENTRY": "TaskResumeAll",
|
"ENTRY": "TaskResumeAll",
|
||||||
"DEF":
|
"DEF":
|
||||||
[
|
[
|
||||||
|
{ "default":
|
||||||
|
[
|
||||||
|
"FREERTOS_MODULE_TEST",
|
||||||
|
"PENDED_TICKS=1",
|
||||||
|
"'mtCOVERAGE_TEST_MARKER()=__CPROVER_assert(1, \"Coverage marker\")'",
|
||||||
|
"configUSE_TRACE_FACILITY=0",
|
||||||
|
"configGENERATE_RUN_TIME_STATS=0"
|
||||||
|
]
|
||||||
|
},
|
||||||
{ "useTickHook1":
|
{ "useTickHook1":
|
||||||
[
|
[
|
||||||
"FREERTOS_MODULE_TEST",
|
"FREERTOS_MODULE_TEST",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue