mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
tests: Run igt.cocci
New stuff caught. Plus manually simplify the massive igt_fail_on_f(file == NULL, ...) to a simple igt_assert(file). We already print the errno (if applicapable) and the condition, which is equally informative. Cc: Yi Sun <yi.sun@intel.com> Cc: Matt Roper <matthew.d.roper@intel.com> Cc: Wendy Wang <wendy.wang@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+1
-2
@@ -284,8 +284,7 @@ test_plane_panning_with_output(data_t *data,
|
||||
drmModeModeInfo *mode;
|
||||
igt_crc_t crc;
|
||||
|
||||
fprintf(stdout, "Testing connector %s using pipe %c plane %d\n",
|
||||
igt_output_name(output), pipe_name(pipe), plane);
|
||||
igt_info("Testing connector %s using pipe %c plane %d\n", igt_output_name(output), pipe_name(pipe), plane);
|
||||
|
||||
test_init(data, pipe);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user