Lines Matching refs:FAIL

27 	FAIL(visible, "Destination not be visible\n");
28 FAIL(drm_rect_visible(&src), "Source should not be visible\n");
34 FAIL(visible, "Destination not be visible\n");
35 FAIL(drm_rect_visible(&src), "Source should not be visible\n");
52 FAIL(src.x1 != 0 || src.x2 != 1 << 16 ||
55 FAIL(dst.x1 != 0 || dst.x2 != 1 ||
58 FAIL(!visible, "Destination should be visible\n");
59 FAIL(!drm_rect_visible(&src), "Source should be visible\n");
68 FAIL(src.x1 != 0 || src.x2 != 2 << 16 ||
71 FAIL(dst.x1 != 0 || dst.x2 != 1 ||
74 FAIL(!visible, "Destination should be visible\n");
75 FAIL(!drm_rect_visible(&src), "Source should be visible\n");
84 FAIL(src.x1 != 0 || src.x2 != 1 << 16 ||
87 FAIL(dst.x1 != 0 || dst.x2 != 2 ||
90 FAIL(!visible, "Destination should be visible\n");
91 FAIL(!drm_rect_visible(&src), "Source should be visible\n");
108 FAIL(src.x1 != 0 || src.x2 != 1 << 16 ||
111 FAIL(dst.x1 != 0 || dst.x2 != 1 ||
114 FAIL(!visible, "Destination should be visible\n");
115 FAIL(!drm_rect_visible(&src), "Source should be visible\n");
124 FAIL(src.x1 != 1 << 16 || src.x2 != 2 << 16 ||
127 FAIL(dst.x1 != 1 || dst.x2 != 2 ||
130 FAIL(!visible, "Destination should be visible\n");
131 FAIL(!drm_rect_visible(&src), "Source should be visible\n");
140 FAIL(src.x1 != 0 || src.x2 != 2 << 16 ||
143 FAIL(dst.x1 != 0 || dst.x2 != 1 ||
146 FAIL(!visible, "Destination should be visible\n");
147 FAIL(!drm_rect_visible(&src), "Source should be visible\n");
156 FAIL(src.x1 != 2 << 16 || src.x2 != 4 << 16 ||
159 FAIL(dst.x1 != 1 || dst.x2 != 2 ||
162 FAIL(!visible, "Destination should be visible\n");
163 FAIL(!drm_rect_visible(&src), "Source should be visible\n");
172 FAIL(src.x1 != 0 || src.x2 != 1 << 16 ||
175 FAIL(dst.x1 != 0 || dst.x2 != 2 ||
178 FAIL(!visible, "Destination should be visible\n");
179 FAIL(!drm_rect_visible(&src), "Source should be visible\n");
188 FAIL(src.x1 != 1 << 16 || src.x2 != 2 << 16 ||
191 FAIL(dst.x1 != 2 || dst.x2 != 4 ||
194 FAIL(!visible, "Destination should be visible\n");
195 FAIL(!drm_rect_visible(&src), "Source should be visible\n");
219 FAIL(visible, "Destination should not be visible\n");
220 FAIL(drm_rect_visible(&src), "Source should not be visible\n");