From patchwork Mon Apr 18 20:16:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shuang He X-Patchwork-Id: 6177371 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 17FDFBF4A6 for ; Wed, 8 Apr 2015 05:33:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5956F202B4 for ; Wed, 8 Apr 2015 05:33:47 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 4C7EA202A1 for ; Wed, 8 Apr 2015 05:33:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 899426E03A; Tue, 7 Apr 2015 22:33:44 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTP id 7EA736E03A for ; Tue, 7 Apr 2015 22:33:42 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 07 Apr 2015 22:33:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,542,1422950400"; d="scan'208";a="691936074" Received: from x-prtspnv4.sh.intel.com ([10.239.97.133]) by fmsmga001.fm.intel.com with ESMTP; 07 Apr 2015 22:33:41 -0700 From: Shuang He To: intel-gfx@lists.freedesktop.org Date: Tue, 19 Apr 2011 04:16:06 +0800 Message-Id: <1303157766-11152-1-git-send-email-shuang.he@intel.com> X-Mailer: git-send-email 1.9.1 Subject: [Intel-gfx] [PATCH] tests: Fix duplicate 'kms_flip_event_leak' entry in tests/Makefile.sources 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-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, DATE_IN_PAST_96_XX, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Or, it will cause piglit failure to run I-G-T test case Signed-off-by: Shuang He --- tests/Makefile.sources | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Makefile.sources b/tests/Makefile.sources index 3e3aa57..aded08f 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -85,7 +85,6 @@ TESTS_progs_M = \ kms_flip \ kms_flip_event_leak \ kms_flip_tiling \ - kms_flip_event_leak \ kms_mmio_vs_cs_flip \ kms_pipe_b_c_ivb \ kms_pipe_crc_basic \