Searched refs:errorLimit (Results 1 – 3 of 3) sorted by relevance
1075 private int errorLimit = 500; field in RoundTripTest.Test1102 errorLimit = limit; in setErrorLimit()1247 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()1252 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()1624 if (++errorCount > errorLimit) {1638 if (++errorCount > errorLimit) { in logNotCanonical()1649 if (++errorCount > errorLimit) { in logFails()1656 if (++errorCount > errorLimit) { in logToRulesFails()1667 if (++errorCount > errorLimit) { in logRoundTripFailure()
1071 private int errorLimit = 500; field in RoundTripTest.Test1098 errorLimit = limit; in setErrorLimit()1243 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()1248 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()1620 if (++errorCount > errorLimit) {1634 if (++errorCount > errorLimit) { in logNotCanonical()1645 if (++errorCount > errorLimit) { in logFails()1652 if (++errorCount > errorLimit) { in logToRulesFails()1663 if (++errorCount > errorLimit) { in logRoundTripFailure()
333 int32_t errorLimit; member in RTTest411 errorLimit = 500; in RTTest()420 errorLimit = limit; in setErrorLimit()540 …parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)"… in test()