• Home
  • Raw
  • Download

Lines Matching refs:REPORTER_ASSERT

17     REPORTER_ASSERT(reporter, array[0] == 1);  in test_automalloc_realloc()
23 REPORTER_ASSERT(reporter, array[0] == 1); in test_automalloc_realloc()
27 REPORTER_ASSERT(reporter, array[0] == 1); in test_automalloc_realloc()
31 REPORTER_ASSERT(reporter, array[0] == 1); in test_automalloc_realloc()
43 REPORTER_ASSERT(reporter, array[i] == 10 - i); in test_automalloc_realloc()
47 REPORTER_ASSERT(reporter, array[i] == 10 - i); in test_automalloc_realloc()
51 REPORTER_ASSERT(reporter, array[0] = 10); in test_automalloc_realloc()
59 REPORTER_ASSERT(reporter, array[0] == 1); in test_automalloc_realloc()
65 REPORTER_ASSERT(reporter, array[0] == 1); in test_automalloc_realloc()
67 REPORTER_ASSERT(reporter, array[0] == 1); in test_automalloc_realloc()
79 REPORTER_ASSERT(reporter, !TContainer((TCount)0).get()); in test_container_apis()
80 REPORTER_ASSERT(reporter, TContainer((TCount)1).get()); in test_container_apis()
81 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount).get()); in test_container_apis()
82 REPORTER_ASSERT(reporter, TContainer((TCount)kStackPreallocCount + 1).get()); in test_container_apis()
88 REPORTER_ASSERT(reporter, container.get()); in test_container_apis()
91 REPORTER_ASSERT(reporter, container.get()); in test_container_apis()
94 REPORTER_ASSERT(reporter, container.get()); in test_container_apis()
97 REPORTER_ASSERT(reporter, !container.get()); in test_container_apis()
110 REPORTER_ASSERT(reporter, autoMalloc.get()); in test_realloc_to_zero()
113 REPORTER_ASSERT(reporter, !autoMalloc.get()); in test_realloc_to_zero()
116 REPORTER_ASSERT(reporter, autoMalloc.get()); in test_realloc_to_zero()
119 REPORTER_ASSERT(reporter, !autoMalloc.get()); in test_realloc_to_zero()
122 REPORTER_ASSERT(reporter, autoMalloc.get()); in test_realloc_to_zero()
137 REPORTER_ASSERT(r, foo.get()); in DEF_TEST()
140 REPORTER_ASSERT(r, foo.get()); in DEF_TEST()