Home | History | Annotate | Download | only in tools

Lines Matching refs:failure

112 // Files/subsets that do not have expectations. Not reported as a failure of the test so
263 * @param failureArray Array to add a failure message to on failure.
264 * @param missingArray Array to add failure message to when missing image
266 * @param ignoreArray Array to add failure message to when the image does not match
267 * the expectation, but this is a failure we can ignore.
516 // This is a known failure.
518 "failed to decode %s, which is a known failure.", srcPath);
522 // This is a failure, but it is a new file. Mark it as missing, with
530 // If there was a failure, and either there was no expectations file, or
531 // the expectations file listed a valid expectation, report the failure.
541 SkString failure = SkStringPrintf("failed to decode bounds for %s", srcPath);
542 gDecodeFailures.push_back() = failure;
546 SkString failure = SkStringPrintf("bounds do not match for %s", srcPath);
547 gDecodeFailures.push_back() = failure;