Lines Matching refs:failReason
960 const char* failReason = DE_NULL;
1089 failReason = "expected shaders to compile and link properly, but failed to compile.";
1091 failReason = "expected shaders to compile and link properly, but failed to link.";
1096 failReason = "expected compilation to fail, but shaders compiled and link failed.";
1098 failReason = "expected compilation to fail, but shaders compiled correctly.";
1103 failReason = "expected linking to fail, but unable to compile.";
1105 failReason = "expected linking to fail, but passed.";
1110 failReason = "expected compile or link to fail, but passed.";
1118 if (failReason != DE_NULL)
1121 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage;
1133 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason);
1141 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason);
1144 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason);