Searched refs:numNotConformant (Results 1 – 1 of 1) sorted by relevance
152 int numNotConformant = 0; in iterate() local156 (cfgIter->reason == EXCLUDEREASON_NOT_CONFORMANT ? numNotConformant : numNotCompatible) += 1; in iterate()158 …log << TestLog::Message << numValid << " valid, " << numNotConformant << " non-conformant and " <<… in iterate()161 bool configCountOk = numValid >= numNotConformant; in iterate()