Lines Matching refs:errors
366 * We even record successes, and errors that we regard as
395 * Return the number of significant (non-ignorable) errors we have
536 * errors.
785 * Compares actual hash digest to expectations, returning the set of errors
801 * report errors across rendering modes, such as pipe vs tiled.
809 ErrorCombination errors;
818 errors.add(kMissingExpectations_ErrorType);
834 errors.add(kExpectationsMismatch_ErrorType);
836 errors.add(kRenderModeMismatch_ErrorType);
858 add_actual_results_to_json_summary(completeName, actualBitmapAndDigest.fDigest, errors,
863 return errors;
868 * depending on errors encountered.
872 ErrorCombination errors,
877 if (errors.isEmpty()) {
879 } else if (errors.includes(kRenderModeMismatch_ErrorType)) {
881 } else if (errors.includes(kExpectationsMismatch_ErrorType)) {
887 } else if (errors.includes(kMissingExpectations_ErrorType)) {
927 ErrorCombination errors;
933 errors.add(ErrorCombination(kIntentionallySkipped_ErrorType));
940 errors.add(ErrorCombination(kIntentionallySkipped_ErrorType));
965 errors.add(compare_to_expectations(expectations, *actualBitmapAndDigest,
974 errors.add(ErrorCombination(kMissingExpectations_ErrorType));
977 return errors;
1002 ErrorCombination errors;
1003 errors.add(compare_to_expectations(expectations, actualBitmapAndDigest, shortName,
1006 RecordTestResults(errors, shortNamePlusConfig, renderModeDescriptor);
1008 return errors;
1052 ErrorCombination errors;
1059 errors.add(generate_image(gm, gRec, gpuTarget, bitmap, false));
1060 if (!errors.isEmpty()) {
1064 return errors;
1067 errors.add(compare_test_results_to_stored_expectations(
1073 errors.add(write_bitmap(path, bitmapAndDigest.fBitmap));
1077 errors.add(kGeneratePdfFailed_ErrorType);
1082 errors.add(write_document(path, documentStream));
1103 errors.add(compare_test_results_to_stored_expectations(
1110 errors.add(write_bitmap(path, bitmapAndDigest.fBitmap));
1114 errors.add(kIntentionallySkipped_ErrorType);
1121 errors.add(compare_test_results_to_stored_expectations(
1126 errors.add(write_document(path, documentStream));
1131 return errors;
1144 ErrorCombination errors = generate_image(gm, gRec, gpuTarget, &bitmap, true);
1148 // ASAP, because it is hiding -deferred errors... but for
1156 if (errors.isEmpty()) {
1171 errors;
1181 errors.add(kIntentionallySkipped_ErrorType);
1200 errors.add(compare_test_results_to_reference_bitmap(
1203 if (!errors.isEmpty()) {
1208 return errors;
1215 ErrorCombination errors;
1224 errors.add(kIntentionallySkipped_ErrorType);
1239 errors.add(compare_test_results_to_reference_bitmap(gm->getName(), gRec.fName,
1242 if (!errors.isEmpty()) {
1247 return errors;
1548 * Returns all errors encountered while doing so.
1698 * Returns all errors encountered while doing so.