Home | History | Annotate | Download | only in functional

Lines Matching full:failreason

564 	const char*					failReason				= DE_NULL;
624 failReason = "Got unexpected error";
631 if (!imagesOk && !failReason)
632 failReason = "Image comparison failed";
637 isOk ? "Pass" : failReason);