Home | History | Annotate | Download | only in tests

Lines Matching full:reporter

15 static void test_big_aa_rect(skiatest::Reporter* reporter) {
29 REPORTER_ASSERT(reporter, 0 == pixel[0]);
31 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
44 REPORTER_ASSERT(reporter, 0xFFFFFFFF == pixel[0]);
46 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
240 static void test_infinite_dash(skiatest::Reporter* reporter) {
255 REPORTER_ASSERT(reporter, true);
260 static void test_crbug_165432(skiatest::Reporter* reporter) {
274 REPORTER_ASSERT(reporter, !dash->filterPath(&filteredPath, path, &rec, NULL));
275 REPORTER_ASSERT(reporter, filteredPath.isEmpty());
278 DEF_TEST(DrawPath, reporter) {
288 test_infinite_dash(reporter);
289 test_crbug_165432(reporter);
290 test_big_aa_rect(reporter);