Lines Matching refs:ASSERT
38 ASSERT(valid, "Failure allocating timeline\n");
42 ASSERT(valid, "Failure allocating fence\n");
46 ASSERT(ret == 0, "Failure waiting on fence until timeout\n");
50 ASSERT(ret == 0, "Failure advancing timeline\n");
54 ASSERT(ret == 0, "Failure waiting on fence until timeout\n");
58 ASSERT(ret == 0, "Failure signaling the fence\n");
62 ASSERT(ret > 0, "Failure waiting on fence\n");
66 ASSERT(ret == 0, "Failure going further\n");
68 ASSERT(ret > 0, "Failure waiting ahead\n");
89 ASSERT(valid, "Failure allocating fences\n");
94 ASSERT(valid, "Failure merging fences\n");
97 ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
99 ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
101 ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
103 ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
108 ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_SIGNALED) == 1,
110 ASSERT(sync_fence_count_with_status(d, FENCE_STATUS_ACTIVE) == 1,
114 ASSERT(sync_fence_count_with_status(b, FENCE_STATUS_SIGNALED) == 1,
116 ASSERT(sync_fence_count_with_status(d, FENCE_STATUS_ACTIVE) == 1,
120 ASSERT(sync_fence_count_with_status(c, FENCE_STATUS_SIGNALED) == 1,
122 ASSERT(sync_fence_count_with_status(d, FENCE_STATUS_ACTIVE) == 0 &&