Searched refs:assertions (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-2.7.6/components/unity/ |
D | Kconfig | 7 If not set, assertions on float arguments will not be available. 14 If not set, assertions on double arguments will not be available.
|
/hal_espressif-2.7.6/tools/catch/ |
D | catch.hpp | 1979 Counts& assertions ) = 0; 2229 diff.assertions = assertions - other.assertions; in operator -() 2236 if( diff.assertions.failed > 0 ) in delta() 2238 else if( diff.assertions.failedButOk > 0 ) in delta() 2246 assertions += other.assertions; in operator +=() 2251 Counts assertions; member 5164 assertions( _assertions ), in SectionStats() 5177 Counts assertions; member 5958 deltaTotals.assertions.failed++; in runTest() 5983 m_totals.assertions.passed++; in assertionEnded() [all …]
|
/hal_espressif-2.7.6/ |
D | Kconfig | 255 - Set to "silent" to save code size (failed assertions will abort() but user 265 Enable assertions. Assertion content and line number will be printed on failure. 271 Enable silent assertions. Failed assertions will abort(), user needs to 278 If assertions are disabled, -DNDEBUG is added to CPPFLAGS. 280 endchoice # assertions
|
/hal_espressif-2.7.6/components/freertos/ |
D | Kconfig | 143 prompt "FreeRTOS assertions" 147 Failed FreeRTOS configASSERT() assertions can be configured to 153 bool "abort() on failed assertions" 160 If assertions are disabled for the entire project, they are also 164 bool "Print and continue failed assertions" 169 bool "Disable FreeRTOS assertions"
|
/hal_espressif-2.7.6/docs/en/api-reference/system/ |
D | heap_debug.rst | 41 …des a lot of assertions which will fail if the heap memory is corrupted. To detect heap corruption… 45 …ks all of requested heap memory for integrity, and can be used even if assertions are disabled. If… 97 This is the default level. No special heap corruption features are enabled, but provided assertions… 99 If assertions are enabled, an assertion will also trigger if a double-free occurs (the same memory …
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | error-handling.rst | 19 - Failed assertions (using ``assert`` macro and equivalent methods) and ``abort()`` calls.
|
D | fatal-errors.rst | 21 - Failed assertions, via ``assert``, ``configASSERT`` and similar macros.
|
/hal_espressif-2.7.6/examples/system/unit_test/ |
D | README.md | 7 …heSwitch/Unity/blob/master/docs/UnityAssertionsReference.md) for more information about assertions.
|