Home | History | Annotate | Download | only in report

Lines Matching refs:SUPPRESSED

35 	Suppressed bool
65 suppressedPrefix = "SUPPRESSED: "
87 test.Suppressed = true
89 test.Suppressed = false
91 t.Fatalf("unknown SUPPRESSED value %q", v)
138 title, corrupted, corruptedReason, suppressed := "", false, "", false
143 suppressed = rep.Suppressed
145 if title != test.Title || corrupted != test.Corrupted || suppressed != test.Suppressed {
152 if suppressed {
153 fmt.Fprintf(buf, "SUPPRESSED: Y\n")
165 test.Title, test.Corrupted, test.Suppressed,
166 title, corrupted, corruptedReason, suppressed)