From patchwork Fri Feb 22 03:53:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yixin Zhang X-Patchwork-Id: 1046562 X-Patchwork-Delegate: yangx.jy@cn.fujitsu.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=lists.linux.it (client-ip=2001:1418:10:5::2; helo=picard.linux.it; envelope-from=ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=intel.com Received: from picard.linux.it (picard.linux.it [IPv6:2001:1418:10:5::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 445HdX0rMMz9s8m for ; Fri, 22 Feb 2019 14:58:55 +1100 (AEDT) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 1B92A3EA16A for ; Fri, 22 Feb 2019 04:58:53 +0100 (CET) X-Original-To: ltp@lists.linux.it Delivered-To: ltp@picard.linux.it Received: from in-7.smtp.seeweb.it (in-7.smtp.seeweb.it [IPv6:2001:4b78:1:20::7]) by picard.linux.it (Postfix) with ESMTP id 2472F3EA169 for ; Fri, 22 Feb 2019 04:58:50 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by in-7.smtp.seeweb.it (Postfix) with ESMTPS id 3A189200BBE for ; Fri, 22 Feb 2019 04:58:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Feb 2019 19:58:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,398,1544515200"; d="scan'208";a="146329888" Received: from yixin-dev.sh.intel.com ([10.239.161.25]) by fmsmga004.fm.intel.com with ESMTP; 21 Feb 2019 19:58:44 -0800 From: Yixin Zhang To: ltp@lists.linux.it Date: Fri, 22 Feb 2019 11:53:45 +0800 Message-Id: <20190222035345.8887-1-yixin.zhang@intel.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: clamav-milter 0.99.2 at in-7.smtp.seeweb.it X-Virus-Status: Clean X-Spam-Status: No, score=-0.0 required=7.0 tests=SPF_PASS autolearn=disabled version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on in-7.smtp.seeweb.it Cc: Yixin Zhang Subject: [LTP] [PATCH ltp] syscalls: add compat_16 tests into .gitignore for getresgid, getresuid X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.18 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: ltp-bounces+incoming=patchwork.ozlabs.org@lists.linux.it Sender: "ltp" Signed-off-by: Yixin Zhang --- testcases/kernel/syscalls/getresgid/.gitignore | 3 +++ testcases/kernel/syscalls/getresuid/.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/testcases/kernel/syscalls/getresgid/.gitignore b/testcases/kernel/syscalls/getresgid/.gitignore index e8ddb17e8..9309a2b8b 100644 --- a/testcases/kernel/syscalls/getresgid/.gitignore +++ b/testcases/kernel/syscalls/getresgid/.gitignore @@ -1,3 +1,6 @@ /getresgid01 +/getresgid01_16 /getresgid02 +/getresgid02_16 /getresgid03 +/getresgid03_16 diff --git a/testcases/kernel/syscalls/getresuid/.gitignore b/testcases/kernel/syscalls/getresuid/.gitignore index 0324bb7c0..387ed1b59 100644 --- a/testcases/kernel/syscalls/getresuid/.gitignore +++ b/testcases/kernel/syscalls/getresuid/.gitignore @@ -1,3 +1,6 @@ /getresuid01 +/getresuid01_16 /getresuid02 +/getresuid02_16 /getresuid03 +/getresuid03_16