Home | History | Annotate | Download | only in glshared

Lines Matching full:failreason

930 	const char*							failReason				= DE_NULL;
1046 failReason = "expected shaders to compile and link properly, but failed to compile.";
1048 failReason = "expected shaders to compile and link properly, but failed to link.";
1053 failReason = "expected compilation to fail, but shaders compiled and link failed.";
1055 failReason = "expected compilation to fail, but shaders compiled correctly.";
1060 failReason = "expected linking to fail, but unable to compile.";
1062 failReason = "expected linking to fail, but passed.";
1067 failReason = "expected compile or link to fail, but passed.";
1075 if (failReason != DE_NULL)
1078 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage;
1090 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason);
1098 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason);
1101 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason);