Lines Matching refs:RTTestFailed

102                 RTTestFailed(hTest, "%d: The third part of random UTF-16 -> UTF-8 -> Current -> UTF-8 failed with return value %Rrc.",
110 RTTestFailed(hTest, "%d: The second part of random UTF-16 -> UTF-8 -> Current -> UTF-8 failed with return value %Rrc.",
114 RTTestFailed(hTest, "%d: The first part of random UTF-16 -> UTF-8 -> Current -> UTF-8 failed with return value %Rrc.",
138 RTTestFailed(hTest, "%d: The second part of random UTF-16 -> UTF-8 -> UTF-16 failed.", __LINE__);
143 RTTestFailed(hTest, "%d: The second part of random UTF-16 -> UTF-8 -> UTF-16 failed with return value %Rrc.",
147 RTTestFailed(hTest, "%d: The first part of random UTF-16 -> UTF-8 -> UTF-16 failed with return value %Rrc.",
174 RTTestFailed(hTest, "%d: Incorrect conversion of UTF-16 -> fixed length UTF-8 -> UTF-16.\n", __LINE__);
179 RTTestFailed(hTest, "%d: The second part of random UTF-16 -> fixed length UTF-8 -> UTF-16 failed with return value %Rrc.\n", __LINE__, rc);
182 RTTestFailed(hTest, "%d: The first part of random UTF-16 -> fixed length UTF-8 -> UTF-16 failed with return value %Rrc.\n", __LINE__, rc);
208 RTTestFailed(hTest, "%d: Incorrect conversion of random UTF-16 -> UTF-8 -> fixed length UTF-16.\n", __LINE__);
213 RTTestFailed(hTest, "%d: The second part of random UTF-16 -> UTF-8 -> fixed length UTF-16 failed with return value %Rrc.\n", __LINE__, rc);
216 RTTestFailed(hTest, "%d: The first part of random UTF-16 -> UTF-8 -> fixed length UTF-16 failed with return value %Rrc.\n",
227 RTTestFailed(hTest, "%d: Random UTF-16 -> fixed length UTF-8 with too small buffer returned value %d instead of VERR_BUFFER_OVERFLOW.\n",
246 RTTestFailed(hTest, "%d: The second part of random UTF-16 -> UTF-8 -> fixed length UTF-16 with too short buffer returned value %Rrc instead of VERR_BUFFER_OVERFLOW.\n",
250 RTTestFailed(hTest, "%d:The first part of random UTF-16 -> UTF-8 -> fixed length UTF-16 failed with return value %Rrc.\n",
429 RTTestFailed(hTest, "UTF-16 -> UTF-8 mismatch!");
436 RTTestFailed(hTest, "UTF-8 -> UTF-16 failed compare!");
440 RTTestFailed(hTest, "UTF-8 -> UTF-16 failed, rc=%Rrc.", rc);
444 RTTestFailed(hTest, "UTF-16 -> UTF-8 failed, rc=%Rrc.", rc);
456 RTTestFailed(hTest, "UTF-8 -> UTF-16 failed compare!");
462 RTTestFailed(hTest, "UTF-16 -> UTF-8 failed compare!");
466 RTTestFailed(hTest, "UTF-16 -> UTF-8 failed, rc=%Rrc.", rc);
470 RTTestFailed(hTest, "UTF-8 -> UTF-16 failed, rc=%Rrc.", rc);
481 RTTestFailed(hTest, "UTF-8 -> UTF-16 failed, rc=%Rrc.", rc);
488 RTTestFailed(hTest, "wrong Code Point count %zu, expected %zu\n", cCps, RT_ELEMENTS(g_uszAll) - 1);
491 RTTestFailed(hTest, "UTF-8 -> Code Points failed, rc=%Rrc.\n", rc);
496 RTTestFailed(hTest, "UTF-8 -> Code Points failed, rc=%Rrc.\n", rc);
505 RTTestFailed(hTest, "cuc1=%zu != cuc2=%zu\n", cuc1, cuc2);
532 RTTestFailed(hTest, "RTStrGetCpEx failed with rc=%Rrc at %.10Rhxs", rc, psz2);
539 RTTestFailed(hTest, "RTStrPrevCp returned %p expected %p!", pszPrev1, psz2);
546 RTTestFailed(hTest, "RTStrGetCpEx and RTStrGetCp returned different CPs: %RTunicp != %RTunicp", uc2, uc1);
553 RTTestFailed(hTest, "RTStrGetCpEx and RTStrGetNext returned different next pointer!");
562 RTTestFailed(hTest, "RTUtf16GetCpEx failed with rc=%Rrc at %.10Rhxs", rc, pwsz4);
568 RTTestFailed(hTest, "RTUtf16GetCpEx and RTStrGetCp returned different CPs: %RTunicp != %RTunicp", uc3, uc2);
575 RTTestFailed(hTest, "RTUtf16GetCpEx and RTUtf16GetCp returned different CPs: %RTunicp != %RTunicp", uc3, uc4);
582 RTTestFailed(hTest, "RTUtf16GetCpEx and RTUtf16GetNext returned different next pointer!");
594 RTTestFailed(hTest, "RTStrPutCp is not at the same offset! %p != %p",
603 RTTestFailed(hTest, "RTStrPutCp is not at the same offset! %p != %p",
619 RTTestFailed(hTest, "RTStrPutCp encoded the string incorrectly.");
621 RTTestFailed(hTest, "RTUtf16PutCp encoded the string incorrectly.");
648 RTTestFailed(hTest, "RTUniToUpper/Lower failed basic tests.\n");
651 RTTestFailed(hTest, "RTUtf16ICmp failed the basic test.\n");
654 RTTestFailed(hTest, "RTUtf16Cmp failed the basic test.\n");
663 RTTestFailed(hTest, "RTUtf16ICmp failed the alphabet test.\n");
670 RTTestFailed(hTest, "RTUtf16Cmp failed the alphabet test.\n");
686 RTTestFailed(hTest, "%d: %d " #op " 0: %s\n", __LINE__, iDiff, #expr); \
831 RTTestFailed(hTest, "#%u: cErrors=%u expected %u\n", i, cErrors, aTests[i].cErrors);
833 RTTestFailed(hTest, "#%u: %.5Rhxs expected %.5Rhxs (%s)\n", i, aTests[i].szIn, aTests[i].pszExpect, aTests[i].pszExpect);
878 RTTestFailed(hTest, "#%u: expected %lld, actual %lld\n", i,
882 RTTestFailed(hTest, "#%u: expected %s, actual %s\n", i,
941 RTTestFailed(hTest, "#%u: expected %lld, actual %lld\n", i,
945 RTTestFailed(hTest, "#%u: expected %ls, actual %ls\n", i,
976 RTTestFailed(hTest, "UTF-8 -> UTF-16 benchmark failed at i=%d, rc=%Rrc\n", i, rc);
996 RTTestFailed(hTest, "UTF-16 -> UTF-8 benchmark failed at i=%d, rc=%Rrc\n", i, rc);
1033 RTTestFailed(hTest, "%d: %#x -> %s expected NULL", __LINE__, #expr, pszRet); \
1043 RTTestFailed(hTest, "%d: %#x -> %s expected %s", __LINE__, #expr, pszRet, (expect)); \
1127 RTTestFailed(hTest, "conversion of g_szAll to Latin1 failed at position %u\n", i);
1152 RTTestFailed(hTest, "second conversion of g_szAll to Latin1 failed at position %u\n", i);
1170 RTTestFailed(hTest, "third conversion of g_szAll to Latin1 failed at position %u\n", i);
1263 RTTestFailed(hTest, "conversion of g_wszAll to Latin1 failed at position %u\n", i);
1288 RTTestFailed(hTest, "second conversion of g_wszAll to Latin1 failed at position %u\n", i);
1306 RTTestFailed(hTest, "third conversion of g_wszAll to Latin1 failed at position %u\n", i);