Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

18 static void test_dont_leak_install(skiatest::Reporter* reporter) {
27 REPORTER_ASSERT(reporter, true == success);
29 REPORTER_ASSERT(reporter, 0 == release_counter);
34 REPORTER_ASSERT(reporter, true == success);
36 REPORTER_ASSERT(reporter, 0 == release_counter);
41 REPORTER_ASSERT(reporter, false == success);
43 REPORTER_ASSERT(reporter, 0 == release_counter);
46 static void test_install(skiatest::Reporter* reporter) {
52 REPORTER_ASSERT(reporter, success);
57 REPORTER_ASSERT(reporter, success);