From patchwork Fri Nov 13 03:47:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Blake X-Patchwork-Id: 544017 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 2577514142D for ; Fri, 13 Nov 2015 14:47:30 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=comcast.net header.i=@comcast.net header.b=eum15Fhy; dkim-atps=neutral Received: from localhost ([::1]:50867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zx5Ki-00045J-7N for incoming@patchwork.ozlabs.org; Thu, 12 Nov 2015 22:47:28 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zx5KS-0003j6-Df for qemu-devel@nongnu.org; Thu, 12 Nov 2015 22:47:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zx5KP-0006tB-6a for qemu-devel@nongnu.org; Thu, 12 Nov 2015 22:47:12 -0500 Received: from resqmta-po-03v.sys.comcast.net ([2001:558:fe16:19:96:114:154:162]:36984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zx5KP-0006sb-0x for qemu-devel@nongnu.org; Thu, 12 Nov 2015 22:47:09 -0500 Received: from resomta-po-18v.sys.comcast.net ([96.114.154.242]) by resqmta-po-03v.sys.comcast.net with comcast id grn81r0045E3ZMc01rn8ks; Fri, 13 Nov 2015 03:47:08 +0000 Received: from red.redhat.com ([24.10.254.122]) by resomta-po-18v.sys.comcast.net with comcast id grn31r00G2fD5rL01rn7Tq; Fri, 13 Nov 2015 03:47:08 +0000 From: Eric Blake To: qemu-devel@nongnu.org Date: Thu, 12 Nov 2015 20:47:03 -0700 Message-Id: <1447386423-13160-1-git-send-email-eblake@redhat.com> X-Mailer: git-send-email 2.4.3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1447386428; bh=BlSFt/39SFpMSFSkB2yKPe/DKnvCP7cZFGFrbU7qUvw=; h=Received:Received:From:To:Subject:Date:Message-Id; b=eum15Fhy7Hz2Ls8hqtCATjoR4MLZMnK15eewSWJrRKwSWQIQi+W2Z/n8NsMqbC/bv bCxGy67Elvj2XrpPHLTI86ASfKcGZCGf3HFdhc2xKJsM9anOg3WdBMdsNNa20Za2XW 3JKBdpnX05xkLPU/6cpEtZGpBvNb8Al3cJHJazGaQlAs46R99wUehACQiDtvoJ2SXa aLTxXjIlqsi58TNw9nc/ed/MmLB1a7jUPHEVosUlhGUm0wSEmgHivV7T6icTTpKMY9 5K1DVhEem+y3XNVq9WlfzDfQOJiJbNu3Jijz3xWocnsVcg9o0Ds33QJYndjVkEc2df iB82fyTihFoMQ== X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:558:fe16:19:96:114:154:162 Cc: qemu-trivial@nongnu.org, berto@igalia.com, stefanha@redhat.com Subject: [Qemu-devel] [PATCH for-2.5 v2] tests: Ignore recent test binaries X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Commits 6c6f312d and bd797fc1 added new tests (test-blockjob-txn and test-timed-average, respectively), but did not mark them for exclusion in .gitignore. Signed-off-by: Eric Blake Reviewed-by: John Snow --- v2: retitle; also ignore test-timed-average tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index e96f569..1e55722 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -9,6 +9,7 @@ check-qom-proplist rcutorture test-aio test-bitops +test-blockjob-txn test-coroutine test-crypto-cipher test-crypto-hash @@ -45,6 +46,7 @@ test-string-input-visitor test-string-output-visitor test-thread-pool test-throttle +test-timed-average test-visitor-serialization test-vmstate test-write-threshold