Lines Matching refs:failReason
688 const char* failReason = DE_NULL; in execute() local
770 failReason = "expected shaders to compile and link properly, but failed to compile."; in execute()
772 failReason = "expected shaders to compile and link properly, but failed to link."; in execute()
777 failReason = "expected compilation to fail, but shaders compiled and link failed."; in execute()
779 failReason = "expected compilation to fail, but shaders compiled correctly."; in execute()
784 failReason = "expected linking to fail, but unable to compile."; in execute()
786 failReason = "expected linking to fail, but passed."; in execute()
791 failReason = "expected compile or link to fail, but passed."; in execute()
799 if (failReason != DE_NULL) in execute()
802 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage; in execute()
814 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason); in execute()
822 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason); in execute()
825 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason); in execute()