From 2addb2744f2373cd327a8633330bf27fd11ce621 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Tue, 29 Oct 2013 14:02:43 -0200 Subject: [PATCH] tests/pc8: remove some printfs They pollute the output, which makes it harder to see which tests failed or succeeded. Signed-off-by: Paulo Zanoni --- tests/pc8.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/pc8.c b/tests/pc8.c index 1b186c9..e3d6e33 100644 --- a/tests/pc8.c +++ b/tests/pc8.c @@ -676,8 +676,6 @@ static void drm_resources_equal_subtest(void) { struct compare_data pre_pc8, during_pc8, post_pc8; - printf("Checking the if the DRM resources match.\n"); - enable_one_screen(&ms_data); igt_assert(pc8_plus_disabled()); get_drm_info(&pre_pc8); @@ -704,8 +702,6 @@ static void drm_resources_equal_subtest(void) /* Make sure interrupts are working. */ static void batch_subtest(void) { - printf("Testing batchbuffers.\n"); - enable_one_screen(&ms_data); igt_assert(pc8_plus_disabled()); @@ -748,8 +744,6 @@ static void stress_test(void) { int i; - printf("Stress testing.\n"); - for (i = 0; i < 100; i++) { disable_all_screens(&ms_data); igt_assert(pc8_plus_enabled()); @@ -764,8 +758,6 @@ static void register_compare_subtest(void) { struct compare_registers pre_pc8, post_pc8; - printf("Testing register compare.\n"); - enable_one_screen(&ms_data); igt_assert(pc8_plus_disabled()); get_registers(&pre_pc8); -- 2.7.4