From patchwork Tue Sep 5 11:52:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abdiel Janulgue X-Patchwork-Id: 9938511 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9F8B1600CB for ; Tue, 5 Sep 2017 11:52:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 91F3428944 for ; Tue, 5 Sep 2017 11:52:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 86C8528949; Tue, 5 Sep 2017 11:52:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2951128944 for ; Tue, 5 Sep 2017 11:52:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1DB466E42A; Tue, 5 Sep 2017 11:52:13 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 61B4D6E42A for ; Tue, 5 Sep 2017 11:52:11 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 05 Sep 2017 04:52:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.41,480,1498546800"; d="scan'208"; a="1169243168" Received: from abdiel-macbookpro.fi.intel.com ([10.237.66.47]) by orsmga001.jf.intel.com with ESMTP; 05 Sep 2017 04:52:09 -0700 From: Abdiel Janulgue To: intel-gfx@lists.freedesktop.org Date: Tue, 5 Sep 2017 14:52:05 +0300 Message-Id: <20170905115205.26405-1-abdiel.janulgue@linux.intel.com> X-Mailer: git-send-email 2.9.3 Subject: [Intel-gfx] [PATCH i-g-t] tests/tools_test: check if l3_parity is supported X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP This is a wrapper for tools/intel_l3_parity which fails if l3_parity is not supported in the kernel. Check support before executing test. bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101650 Signed-off-by: Abdiel Janulgue --- tests/tools_test.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tools_test.c b/tests/tools_test.c index ccd165d..22e9397 100644 --- a/tests/tools_test.c +++ b/tests/tools_test.c @@ -85,6 +85,10 @@ igt_main igt_subtest("sysfs_l3_parity") { int exec_return; + /* Check if we support l3_parity in the first place */ + igt_skip_on_f(igt_system_quiet("../tools/intel_l3_parity") != + IGT_EXIT_SUCCESS, + "intel_l3_parity not supported\n"); igt_system_cmd(exec_return, "../tools/intel_l3_parity -r 0 -b 0 "