Fail              849 testbed/testcms2.c               Fail("(%s): Must be %f, But is %f ", title, in, out);
Fail              872 testbed/testcms2.c         Fail("(%s): Must be %x, But is %x ", title, in, out);
Fail              883 testbed/testcms2.c         Fail("(%s): Must be %x, But is %x ", title, in, out);
Fail              967 testbed/testcms2.c         Fail("D50 roundtrip |err| > (%f) ", euc);
Fail              987 testbed/testcms2.c         Fail("D50 roundtrip |err| > (%f) ", euc);
Fail             1048 testbed/testcms2.c             Fail("(%dp): Must be %x, But is %x : ", nNodesToCheck, in, out);
Fail             1573 testbed/testcms2.c        Fail("Reverse interpolation didn't find zero");
Fail             1671 testbed/testcms2.c        Fail("Reverse interpolation didn't find zero");
Fail             2403 testbed/testcms2.c             Fail("(lin gamma): Must be %x, But is %x : ", in, out);
Fail             2428 testbed/testcms2.c             Fail("(lin gamma): Must be %f, But is %f : ", in, out);
Fail             2609 testbed/testcms2.c         Fail("Joining same curve twice does not result in a linear ramp");
Fail             3581 testbed/testcms2.c         Fail("Unexpected string '%s'", Buffer);
Fail             3624 testbed/testcms2.c         Fail("Unexpected string '%s'", Buffer2);
Fail             3640 testbed/testcms2.c     if (mlu3 == NULL) { Fail("Profile didn't get the MLU\n"); rc = 0; goto Error; }
Fail             3657 testbed/testcms2.c     if (rc == 0) Fail("Unexpected string '%s'", Buffer2);
Fail             3705 testbed/testcms2.c             if (CheckPCS[j] != PCS[j]) { rc = 0; Fail("Invalid PCS"); goto Error; }
Fail             3709 testbed/testcms2.c             if (CheckColorant[j] != Colorant[j]) { rc = 0; Fail("Invalid Colorant"); goto Error; };
Fail             3712 testbed/testcms2.c         if (strcmp(Name, CheckName) != 0) {rc = 0; Fail("Invalid Name"); goto Error; };
Fail             3725 testbed/testcms2.c     if (cmsNamedColorCount(nc2) != 4096) { rc = 0; Fail("Invalid count"); goto Error; }
Fail             3728 testbed/testcms2.c     if (i != 123) { rc = 0; Fail("Invalid index"); goto Error; }
Fail             3741 testbed/testcms2.c             if (CheckPCS[j] != PCS[j]) { rc = 0; Fail("Invalid PCS"); goto Error; }
Fail             3745 testbed/testcms2.c             if (CheckColorant[j] != Colorant[j]) { rc = 0; Fail("Invalid Colorant"); goto Error; };
Fail             3748 testbed/testcms2.c         if (strcmp(Name, CheckName) != 0) {rc = 0; Fail("Invalid Name"); goto Error; };
Fail             3787 testbed/testcms2.c         Fail("no formatter for %s", Text);
Fail             3818 testbed/testcms2.c             Fail("%s failed", Text);
Fail             4039 testbed/testcms2.c         Fail("no formatter for %s", Text);
Fail             4066 testbed/testcms2.c                 Fail("%s failed", Text);
Fail             4147 testbed/testcms2.c                 Fail("%d != %d in Half float support!\n", i, j);
Fail             4415 testbed/testcms2.c             if (!cmsAppendNamedColor(nc, Name, PCS, Colorant)) { Fail("Couldn't append named color"); return 0; }
Fail             4433 testbed/testcms2.c             if (!cmsNamedColorInfo(nc, i, Name, NULL, NULL, PCS, Colorant)) { Fail("Invalid string"); return 0; }
Fail             4437 testbed/testcms2.c                 if (CheckPCS[j] != PCS[j]) {  Fail("Invalid PCS"); return 0; }
Fail             4444 testbed/testcms2.c                 if (CheckColorant[j] != Colorant[j]) { Fail("Invalid Colorant"); return 0; };
Fail             4448 testbed/testcms2.c             if (strcmp(Name, CheckName) != 0) { Fail("Invalid Name");  return 0; };
Fail             5158 testbed/testcms2.c             Fail("Unexpected string '%s'", Buffer);
Fail             5200 testbed/testcms2.c     if (cmsGetTagCount(h) != 0) { Fail("Empty profile with nonzero number of tags"); return 0; }
Fail             5201 testbed/testcms2.c     if (cmsIsTag(h, cmsSigAToB0Tag)) { Fail("Found a tag in an empty profile"); return 0; }
Fail             5204 testbed/testcms2.c     if (cmsGetColorSpace(h) !=  cmsSigRgbData) { Fail("Unable to set colorspace"); return 0; }
Fail             5207 testbed/testcms2.c     if (cmsGetPCS(h) !=  cmsSigLabData) { Fail("Unable to set colorspace"); return 0; }
Fail             5210 testbed/testcms2.c     if (cmsGetDeviceClass(h) != cmsSigDisplayClass) { Fail("Unable to set deviceclass"); return 0; }
Fail             5213 testbed/testcms2.c     if (cmsGetHeaderRenderingIntent(h) != INTENT_SATURATION) { Fail("Unable to set rendering intent"); return 0; }
Fail             5381 testbed/testcms2.c         Fail("Version failed to round-trip: wrote %.2f, read %.2f",
Fail             5592 testbed/testcms2.c         Fail("Differences too big (%x)", n2);
Fail             5624 testbed/testcms2.c         Fail("Differences too big (%x)", n2);
Fail             5658 testbed/testcms2.c         Fail("Differences too big (%x)", n2);
Fail             5692 testbed/testcms2.c         Fail("Differences too big (%x)", n2);
Fail             5847 testbed/testcms2.c         Fail("dE=%f Lab1=(%f, %f, %f)\n\tLab2=(%f %f %f)", MaxDE, In.L, In.a, In.b, Out.L, Out.a, Out.b);
Fail             6259 testbed/testcms2.c             Fail("One or more primaries are wrong.");
Fail             6583 testbed/testcms2.c             Fail("Gamut check on same profile failed");
Fail             7687 testbed/testcms2.c         Fail("Unable to create float null transform");
Fail               56 testbed/testcms2.h void Fail(const char* frm, ...);
Fail              112 testbed/testplugin.c         Fail("Creation of user data failed");
Fail              130 testbed/testplugin.c         Fail("Modification of user data failed");
Fail              165 testbed/testplugin.c             Fail("Bad alarm code %x != %x", out[i], codes[i]);
Fail              208 testbed/testplugin.c         Fail("Adaptation state has changed");
Fail              298 testbed/testplugin.c         Fail("Cannot create context");
Fail              306 testbed/testplugin.c         Fail("Cannot create context (2)");
Fail              312 testbed/testplugin.c         Fail("Cannot create tone curve (1)");
Fail              329 testbed/testplugin.c         Fail("Cannot create tone curve (2)");
Fail              373 testbed/testplugin.c         Fail("Cannot create context");
Fail              837 testbed/testplugin.c         Fail("Create placeholder failed");
Fail              843 testbed/testplugin.c         Fail("Plug-in failed");
Fail              849 testbed/testplugin.c         Fail("Fetch mem size failed");
Fail              856 testbed/testplugin.c         Fail("malloc failed ?!?");
Fail              863 testbed/testplugin.c         Fail("Save to mem failed");
Fail              872 testbed/testplugin.c         Fail("Open profile failed");
Fail              879 testbed/testplugin.c         Fail("read tag/context switching failed");
Fail              888 testbed/testplugin.c         Fail("Open profile from mem failed");
Fail              897 testbed/testplugin.c         Fail("Read tag/conext switching failed (2)");
Fail             1000 testbed/testplugin.c         Fail("Create placeholder failed");
Fail             1016 testbed/testplugin.c         Fail("Pipeline failed");
Fail             1021 testbed/testplugin.c         Fail("Plug-in failed");
Fail             1030 testbed/testplugin.c         Fail("Fetch mem size failed");
Fail             1037 testbed/testplugin.c         Fail("malloc failed ?!?");
Fail             1044 testbed/testplugin.c         Fail("Save to mem failed");
Fail             1054 testbed/testplugin.c         Fail("Open profile failed");
Fail             1062 testbed/testplugin.c         Fail("read tag/context switching failed");
Fail             1072 testbed/testplugin.c         Fail("Open profile from mem failed");
Fail             1081 testbed/testplugin.c         Fail("Read tag/conext switching failed (2)");