Home
last modified time | relevance | path

Searched refs:QP_TEST_RESULT_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuResultCollector.cpp41 case QP_TEST_RESULT_TIMEOUT: return 50; in testResultSeverity()
DtcuApp.cpp225 m_testCtx->getLog().terminateCase(QP_TEST_RESULT_TIMEOUT); in onWatchdogTimeout()
/external/deqp/framework/qphelper/
DqpTestLog.h63 QP_TEST_RESULT_TIMEOUT, /*!< Timeout occurred in test execution. */ enumerator
DqpTestLog.c173 { QP_TEST_RESULT_TIMEOUT, "Timeout" },
500 DE_ASSERT(result == QP_TEST_RESULT_CRASH || result == QP_TEST_RESULT_TIMEOUT); in qpTestLog_terminateCase()