Home | History | Annotate | Download | only in model

Lines Matching refs:excluded

219 	StringBuffer excluded = new StringBuffer();
240 buffer.append("all failures with at least a noticeable error (> 3%) are excluded!");
243 buffer.append("all failures with at least a suspicious error (> 25%) are excluded!");
246 buffer.append("all failures with at least a weird error (> 50%) are excluded!");
249 buffer.append("all failures with an invalid error (> 100%) are excluded!");
259 buffer.append("all failures with a small build value (<100ms) are excluded!");
262 buffer.append("all failures with a small delta value (<100ms) are excluded!");
265 buffer.append("all failures with a small build or delta value (<100ms) are excluded!");
275 buffer.append("all failures with erratic baseline results (variation > 20%) are excluded!");
278 buffer.append("all failures with unstable baseline results (10% < variation < 20%) are excluded!");
311 StringBuffer componentBuffer = writableStatus(new StringBuffer(), kind, excluded);
324 return excluded;