Lines Matching refs:failReason
937 const char* failReason = DE_NULL; in execute() local
1066 failReason = "expected shaders to compile and link properly, but failed to compile."; in execute()
1068 failReason = "expected shaders to compile and link properly, but failed to link."; in execute()
1073 failReason = "expected compilation to fail, but shaders compiled and link failed."; in execute()
1075 failReason = "expected compilation to fail, but shaders compiled correctly."; in execute()
1080 failReason = "expected linking to fail, but unable to compile."; in execute()
1082 failReason = "expected linking to fail, but passed."; in execute()
1087 failReason = "expected compile or link to fail, but passed."; in execute()
1095 if (failReason != DE_NULL) in execute()
1098 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage; in execute()
1110 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason); in execute()
1118 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason); in execute()
1121 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason); in execute()