Searched refs:count_failures (Results 1 – 2 of 2) sorted by relevance
258 …Relation<Long, String> count_failures = Relation.of(new TreeMap<Long, Set<String>>(), TreeSet.clas… in main() local339 … count_failures.put(-frequency, source + " → " + bestTarget + " ; # " + targetUsingCore); in main()353 for (long count : count_failures.keySet()) { in main()354 for (String line : count_failures.getAll(count)) { in main()
72 def count_failures(self): member in TestSuiteReport