Searched refs:QP_TEST_RESULT_CRASH (Results 1 – 4 of 4) sorted by relevance
45 case QP_TEST_RESULT_CRASH: return 150; in testResultSeverity()
263 m_testCtx->getLog().terminateCase(QP_TEST_RESULT_CRASH); in onCrash()
62 QP_TEST_RESULT_CRASH, /*!< Crash occurred in test execution. */ enumerator
172 { QP_TEST_RESULT_CRASH, "Crash" },549 DE_ASSERT(result == QP_TEST_RESULT_CRASH || result == QP_TEST_RESULT_TIMEOUT); in qpTestLog_terminateCase()