Home | History | Annotate | Download | only in tests

Lines Matching full:reporter

23 DEF_TEST(MallocPixelRef, reporter) {
24 REPORTER_ASSERT(reporter, true);
30 REPORTER_ASSERT(reporter, NULL == pr.get());
41 REPORTER_ASSERT(reporter, NULL == pr.get());
52 REPORTER_ASSERT(reporter, NULL == pr.get());
60 REPORTER_ASSERT(reporter, pr.get() != NULL);
61 REPORTER_ASSERT(reporter, memory.get() == pr->pixels());
66 REPORTER_ASSERT(reporter, pr.get() != NULL);
67 REPORTER_ASSERT(reporter, NULL != pr->pixels());
74 REPORTER_ASSERT(reporter, pr.get() != NULL);
75 REPORTER_ASSERT(reporter, addr == pr->pixels());
80 REPORTER_ASSERT(reporter, memory.get() != NULL);
85 REPORTER_ASSERT(reporter, pr.get() != NULL);
86 REPORTER_ASSERT(reporter, memory.get() == pr->pixels());
87 REPORTER_ASSERT(reporter, 0 == x);
90 REPORTER_ASSERT(reporter, 1 == x);
94 REPORTER_ASSERT(reporter, addr != NULL);
98 REPORTER_ASSERT(reporter, addr == pr->pixels());
103 REPORTER_ASSERT(reporter, data.get() != NULL);
105 REPORTER_ASSERT(reporter, dataPtr->unique());
108 REPORTER_ASSERT(reporter, !(dataPtr->unique()));
110 REPORTER_ASSERT(reporter, dataPtr->unique());
111 REPORTER_ASSERT(reporter, dataPtr->data() == pr->pixels());