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