Lines Matching refs:failReason
297 const char* failReason = DE_NULL;
305 failReason = "expected shaders to compile and link properly, but failed to compile.";
307 failReason = "expected shaders to compile and link properly, but failed to link.";
312 failReason = "expected compilation to fail, but both shaders compiled and link failed.";
314 failReason = "expected compilation to fail, but both shaders compiled correctly.";
319 failReason = "expected linking to fail, but unable to compile.";
321 failReason = "expected linking to fail, but passed.";
329 if (failReason != DE_NULL)
332 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage;
336 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason);
338 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason);
344 return (failReason == DE_NULL);