Lines Matching refs:failReason
937 const char* failReason = DE_NULL; in execute() local
1073 failReason = "expected shaders to compile and link properly, but failed to compile."; in execute()
1075 failReason = "expected shaders to compile and link properly, but failed to link."; in execute()
1080 failReason = "expected compilation to fail, but shaders compiled and link failed."; in execute()
1082 failReason = "expected compilation to fail, but shaders compiled correctly."; in execute()
1087 failReason = "expected linking to fail, but unable to compile."; in execute()
1089 failReason = "expected linking to fail, but passed."; in execute()
1094 failReason = "expected compile or link to fail, but passed."; in execute()
1102 if (failReason != DE_NULL) in execute()
1105 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage; in execute()
1117 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason); in execute()
1125 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason); in execute()
1128 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason); in execute()