Home | History | Annotate | Download | only in functional

Lines Matching refs:faulty

148  *				   >0 = Number of faulty pixels
221 faultyPixels++; // The pixel is faulty if the color is not found
227 log << TestLog::Message << faultyPixels << " faulty pixel(s) found." << TestLog::EndMessage;
241 * >0 = Number of faulty pixels
258 * >0 = Number of faulty pixels
278 bool faulty = false;
293 faulty = true;
298 if (faulty)
299 log << TestLog::Message << "Faulty pixel(s) found." << TestLog::EndMessage;
301 return !faulty;
585 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
587 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
758 log << TestLog::Message << faultyLimit << " faulty pixels are allowed." << TestLog::EndMessage;
769 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
777 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
809 log << TestLog::Message << faultyLimit << " faulty pixels are allowed." << TestLog::EndMessage;
820 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
822 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
836 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
961 log << TestLog::Message << faultyLimit << " faulty pixels are allowed." << TestLog::EndMessage;
972 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
974 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
1005 log << TestLog::Message << faultyLimit << " faulty pixels are allowed." << TestLog::EndMessage;
1015 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
1017 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
1024 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");
1106 << tcu::TestLog::Message << "Got " << faultyPixels << " faulty pixel(s)." << tcu::TestLog::EndMessage;
1108 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got faulty pixels");