Lines Matching refs:testID
288 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual)
295 testID, expected->glyphCount, actual->glyphCount);
302 testID, i, expected->glyphs[i], actual->glyphs[i]);
310 testID, i, expected->indices[i], actual->indices[i]);
321 testID, i, expected->positions[i * 2], actual->positions[i * 2]);
331 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]);
340 le_uint32 testChecksum, const char *testID)
354 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID);
398 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID)
408 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
416 checkFontVersion(font, version, cksum, testID);
442 static void doTestCase (const char *testID,
454 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID);
470 log_err("Test %s: could not create a LayoutEngine.\n", testID);
484 compareResults(testID, expected, &actual);