Home | History | Annotate | Download | only in gm

Lines Matching refs:errors

341      * We even record successes, and errors that we regard as
370 * Return the number of significant (non-ignorable) errors we have
511 * errors.
758 * Compares actual hash digest to expectations, returning the set of errors
774 * report errors across rendering modes, such as pipe vs tiled.
782 ErrorCombination errors;
791 errors.add(kMissingExpectations_ErrorType);
807 errors.add(kExpectationsMismatch_ErrorType);
809 errors.add(kRenderModeMismatch_ErrorType);
831 add_actual_results_to_json_summary(completeName, actualBitmapAndDigest.fDigest, errors,
836 return errors;
841 * depending on errors encountered.
845 errors,
850 if (errors.isEmpty()) {
852 } else if (errors.includes(kRenderModeMismatch_ErrorType)) {
854 } else if (errors.includes(kExpectationsMismatch_ErrorType)) {
860 } else if (errors.includes(kMissingExpectations_ErrorType)) {
903 ErrorCombination errors;
909 errors.add(ErrorCombination(kIntentionallySkipped_ErrorType));
916 errors.add(ErrorCombination(kIntentionallySkipped_ErrorType));
941 errors.add(compare_to_expectations(expectations, *actualBitmapAndDigest,
950 errors.add(ErrorCombination(kMissingExpectations_ErrorType));
953 return errors;
978 ErrorCombination errors;
979 errors.add(compare_to_expectations(expectations, actualBitmapAndDigest, shortName,
982 RecordTestResults(errors, shortNamePlusConfig, renderModeDescriptor);
984 return errors;
1043 ErrorCombination errors;
1050 errors.add(generate_image(gm, gRec, gpuTarget, bitmap, false));
1051 if (!errors.isEmpty()) {
1055 return errors;
1058 errors.add(compare_test_results_to_stored_expectations(
1064 errors.add(write_bitmap(path, bitmapAndDigest.fBitmap));
1068 errors.add(kGeneratePdfFailed_ErrorType);
1073 errors.add(write_document(path, documentStream));
1094 errors.add(compare_test_results_to_stored_expectations(
1101 errors.add(write_bitmap(path, bitmapAndDigest.fBitmap));
1105 errors.add(kIntentionallySkipped_ErrorType);
1112 errors.add(compare_test_results_to_stored_expectations(
1117 errors.add(write_document(path, documentStream));
1122 return errors;
1135 ErrorCombination errors = generate_image(gm, gRec, gpuTarget, &bitmap, true);
1139 // ASAP, because it is hiding -deferred errors... but for
1147 if (errors.isEmpty()) {
1162 ErrorCombination errors;
1172 errors.add(kIntentionallySkipped_ErrorType);
1191 errors.add(compare_test_results_to_reference_bitmap(
1194 if (!errors.isEmpty()) {
1199 return errors;
1206 ErrorCombination errors;
1215 errors.add(kIntentionallySkipped_ErrorType);
1230 errors.add(compare_test_results_to_reference_bitmap(gm->shortName(), gRec.fName,
1233 if (!errors.isEmpty()) {
1238 return errors;
1536 * Returns all errors encountered while doing so.
1657 * Returns all errors encountered while doing so.