Home | History | Annotate | Download | only in functional

Lines Matching refs:numFailed

395 	int				numFailed		= 0;
409 if (numFailed < maxPrints)
411 else if (numFailed == maxPrints)
414 numFailed += 1;
419 log << TestLog::Message << "Found " << numFailed << " faulty pixels, comparison " << (numFailed == 0 ? "passed." : "FAILED!") << TestLog::EndMessage;
424 if (numFailed > 0)
429 return numFailed == 0;
435 int numFailed = 0;
445 if (numFailed < maxPrints)
447 else if (numFailed == maxPrints)
450 numFailed += 1;
455 log << TestLog::Message << "Found " << numFailed << " faulty pixels, comparison " << (numFailed == 0 ? "passed." : "FAILED!") << TestLog::EndMessage;
462 return numFailed == 0;