Home | History | Annotate | Download | only in scanner

Lines Matching defs:errors

308 		t.Errorf("found %d errors", s.ErrorCount)
546 t.Errorf("found %d errors", S.ErrorCount)
581 t.Errorf("found %d errors", s.ErrorCount)
587 "@ @\n" + // two errors on the same line
607 t.Errorf("found %d errors, expected %d", len(list), s.ErrorCount)
611 t.Errorf("found %d raw errors, expected 9", len(list))
617 t.Errorf("found %d sorted errors, expected 9", len(list))
623 t.Errorf("found %d one-per-line errors, expected 4", len(list))
629 cnt int // number of errors encountered
665 var errors = []struct {
733 for _, e := range errors {