summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2013-10-29 14:02:43 -0200
committerPaulo Zanoni <paulo.r.zanoni@intel.com>2013-10-30 19:37:21 -0200
commit2addb2744f2373cd327a8633330bf27fd11ce621 (patch)
treebb564a527927a51dcc55213d91a0901b618e043b /tests
parentb6645ee2e27beb2d8e69402611938c288ab35a47 (diff)
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 <paulo.r.zanoni@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/pc8.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/pc8.c b/tests/pc8.c
index 1b186c95..e3d6e33b 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);