Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

16 static void test_big_aa_rect(skiatest::Reporter* reporter) {
30 REPORTER_ASSERT(reporter, 0 == pixel[0]);
32 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
45 REPORTER_ASSERT(reporter, 0xFFFFFFFF == pixel[0]);
47 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
277 static void test_infinite_dash(skiatest::Reporter* reporter) {
292 REPORTER_ASSERT(reporter, true);
297 static void test_crbug_165432(skiatest::Reporter* reporter) {
311 REPORTER_ASSERT(reporter, !dash->filterPath(&filteredPath, path, &rec, nullptr));
312 REPORTER_ASSERT(reporter, filteredPath.isEmpty());
317 static void test_crbug_472147_simple(skiatest::Reporter* reporter) {
332 static void test_crbug_472147_actual(skiatest::Reporter* reporter) {
348 DEF_TEST(DrawPath, reporter) {
358 test_infinite_dash(reporter);
359 test_crbug_165432(reporter);
360 test_crbug_472147_simple(reporter);
361 test_crbug_472147_actual(reporter);
362 test_big_aa_rect(reporter);