Searched refs:configCountOk (Results 1 – 1 of 1) sorted by relevance
161 bool configCountOk = numValid >= numNotConformant; in iterate() local162 m_testCtx.setTestResult(configCountOk ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()163 configCountOk ? "Pass" : "Too many non-conformant configs"); in iterate()