From patchwork Thu Aug 13 20:31:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesse Barnes X-Patchwork-Id: 7010811 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3C4389F373 for ; Thu, 13 Aug 2015 20:38:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 67D0C205E1 for ; Thu, 13 Aug 2015 20:38:38 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 985DE205FF for ; Thu, 13 Aug 2015 20:38:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 111B27A38E; Thu, 13 Aug 2015 13:38:37 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org X-Greylist: delayed 398 seconds by postgrey-1.34 at gabe; Thu, 13 Aug 2015 13:38:34 PDT Received: from gproxy5-pub.mail.unifiedlayer.com (gproxy5-pub.mail.unifiedlayer.com [67.222.38.55]) by gabe.freedesktop.org (Postfix) with SMTP id 3337E6E5B6 for ; Thu, 13 Aug 2015 13:38:34 -0700 (PDT) Received: (qmail 29141 invoked by uid 0); 13 Aug 2015 20:31:54 -0000 Received: from unknown (HELO cmgw3) (10.0.90.84) by gproxy5.mail.unifiedlayer.com with SMTP; 13 Aug 2015 20:31:54 -0000 Received: from box514.bluehost.com ([74.220.219.114]) by cmgw3 with id 4SXn1r00m2UhLwi01SXqqa; Thu, 13 Aug 2015 20:31:53 -0600 X-Authority-Analysis: v=2.1 cv=Qc314Krv c=1 sm=1 tr=0 a=9W6Fsu4pMcyimqnCr1W0/w==:117 a=9W6Fsu4pMcyimqnCr1W0/w==:17 a=cNaOj0WVAAAA:8 a=f5113yIGAAAA:8 a=TBVoxVdAAAAA:8 a=GhZ5P8ky69gA:10 a=noBwr2J6l1kA:10 a=uRRa74qj2VoA:10 a=Kh2k8LWJ_qOGm3xtSvwA:9 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=virtuousgeek.org; s=default; h=References:In-Reply-To:Message-Id:Date:Subject:To:From; bh=ICR+fP88yaVpCIjTFAlnmC4znv7Re2VcE+1TCI2lC6U=; b=Qw6Z4YY+f/WXsgzDUk4ga9/k/gM9WplDt7gKL5tIi4WeRlJXU911rjld8bLJ8M3RWdrn+nEyab042jwAOs0gs3oGSuAMDjQCYSyi/TmmMdOeyUdkn9M1u09e5XNzcTTK; Received: from [67.161.37.189] (port=44094 helo=localhost.localdomain) by box514.bluehost.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.84) (envelope-from ) id 1ZPzAC-0004up-8K for intel-gfx@lists.freedesktop.org; Thu, 13 Aug 2015 14:31:48 -0600 From: Jesse Barnes To: intel-gfx@lists.freedesktop.org Date: Thu, 13 Aug 2015 13:31:33 -0700 Message-Id: <1439497901-14310-10-git-send-email-jbarnes@virtuousgeek.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1439497901-14310-1-git-send-email-jbarnes@virtuousgeek.org> References: <1439497901-14310-1-git-send-email-jbarnes@virtuousgeek.org> X-Identified-User: {10642:box514.bluehost.com:virtuous:virtuousgeek.org} {sentby:smtp auth 67.161.37.189 authed with jbarnes@virtuousgeek.org} Subject: [Intel-gfx] [PATCH 10/18] tests/gem_pread/pwrite: mark normal tests as basic 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=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham 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 These should always pass. Signed-off-by: Jesse Barnes --- tests/gem_pread.c | 2 +- tests/gem_pwrite.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gem_pread.c b/tests/gem_pread.c index cc83948..3ec5fb1 100644 --- a/tests/gem_pread.c +++ b/tests/gem_pread.c @@ -108,7 +108,7 @@ int main(int argc, char **argv) src = malloc(object_size); } - igt_subtest("normal") { + igt_subtest("basic") { for (count = 1; count <= 1<<17; count <<= 1) { struct timeval start, end; diff --git a/tests/gem_pwrite.c b/tests/gem_pwrite.c index 5b6a77f..1d867e7 100644 --- a/tests/gem_pwrite.c +++ b/tests/gem_pwrite.c @@ -169,7 +169,7 @@ int main(int argc, char **argv) src = malloc(object_size); } - igt_subtest("normal") { + igt_subtest("basic") { for (count = 1; count <= 1<<17; count <<= 1) { struct timeval start, end;