Lines Matching defs:numFailed
397 int numFailed = 0;
411 if (numFailed < maxPrints)
413 else if (numFailed == maxPrints)
416 numFailed += 1;
421 log << TestLog::Message << "Found " << numFailed << " faulty pixels, comparison " << (numFailed == 0 ? "passed." : "FAILED!") << TestLog::EndMessage;
426 if (numFailed > 0)
431 return numFailed == 0;
437 int numFailed = 0;
447 if (numFailed < maxPrints)
449 else if (numFailed == maxPrints)
452 numFailed += 1;
457 log << TestLog::Message << "Found " << numFailed << " faulty pixels, comparison " << (numFailed == 0 ? "passed." : "FAILED!") << TestLog::EndMessage;
464 return numFailed == 0;