mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-24 18:19:33 +08: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:
@ -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",
|
||||||
|
Reference in New Issue
Block a user