Home | History | Annotate | Download | only in letest

Lines Matching refs:testID

284 static le_bool compareResults(const char *testID, TestResult *expected, TestResult *actual)
291 testID, expected->glyphCount, actual->glyphCount);
298 testID, i, expected->glyphs[i], actual->glyphs[i]);
306 testID, i, expected->indices[i], actual->indices[i]);
317 testID, i, expected->positions[i * 2], actual->positions[i * 2]);
327 testID, i, expected->positions[i * 2 + 1], actual->positions[i * 2 + 1]);
336 le_uint32 testChecksum, const char *testID)
350 log_info("Test %s: this may not be the same font used to generate the test data.\n", testID);
394 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID)
404 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
412 checkFontVersion(font, version, cksum, testID);
438 static void doTestCase (const char *testID,
450 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID);
466 log_err("Test %s: could not create a LayoutEngine.\n", testID);
480 compareResults(testID, expected, &actual);