From patchwork Wed Jun 10 18:16:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Whitney X-Patchwork-Id: 482831 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 683DF14027C for ; Thu, 11 Jun 2015 04:29:49 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=G+32bILi; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933723AbbFJS2d (ORCPT ); Wed, 10 Jun 2015 14:28:33 -0400 Received: from mail-vn0-f65.google.com ([209.85.216.65]:34707 "EHLO mail-vn0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932676AbbFJS2c (ORCPT ); Wed, 10 Jun 2015 14:28:32 -0400 X-Greylist: delayed 930 seconds by postgrey-1.27 at vger.kernel.org; Wed, 10 Jun 2015 14:28:32 EDT Received: by vnbf7 with SMTP id f7so5005482vnb.1 for ; Wed, 10 Jun 2015 11:28:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=cUc7WopCZzPUOZinI7LlTGBINp3InEmU1W0rkLusjM8=; b=G+32bILiGoeZ+xsyKgY4lR/0BsXXBdmTrd7LnncjYsX9hfS2AKmu9aHt8fnANDg1oO PS6izk6pv5Kxc2KdMTfvJYqHoSb1tgqLPW+JGU1MRHUZTdxLPAICoI0jJZgZFTV9RS3H OZfM4wW6rajFveNjhJmevoY6WoHJISWO5QbvRCwyvfLsZAbF9MAQJaWxXoHnT3+siGy1 7VFiwCHYcsX8Nm2OeYlKcn+6RyVKv57bpqhiml3fbjB5JHuHqgaslQB4/H4NRzCK9GGA cac0MEcur9mXDblSxYlxGAPevnZho/4xUQhoMviWPMZ64HpEkVdcABVv3r6LFSKHAb+Y FIgg== X-Received: by 10.52.169.136 with SMTP id ae8mr8709847vdc.2.1433960145588; Wed, 10 Jun 2015 11:15:45 -0700 (PDT) Received: from localhost.localdomain (c-50-187-53-200.hsd1.nh.comcast.net. [50.187.53.200]) by mx.google.com with ESMTPSA id qo14sm11440404vdb.22.2015.06.10.11.15.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Jun 2015 11:15:45 -0700 (PDT) Date: Wed, 10 Jun 2015 14:16:02 -0400 From: Eric Whitney To: linux-ext4@vger.kernel.org Cc: tytso@mit.edu Subject: [PATCH] xfstests-bld: remove nojournal.exclude Message-ID: <20150610181602.GB23530@localhost.localdomain> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org The xfstests listed in the nojournal.exclude file have all been modified so they will only run on a test file system that journals metadata. This prevents the spurious test failures previously seen when running these tests (including generic/034, generic/311, generic/321, generic/322, and generic/325) in the nojournal test configuration. Remove nojournal.exclude since it's no longer needed to suppress test failure noise. Signed-off-by: Eric Whitney --- kvm-xfstests/test-appliance/files/root/conf/nojournal.exclude | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 kvm-xfstests/test-appliance/files/root/conf/nojournal.exclude diff --git a/kvm-xfstests/test-appliance/files/root/conf/nojournal.exclude b/kvm-xfstests/test-appliance/files/root/conf/nojournal.exclude deleted file mode 100644 index 33780bb..0000000 --- a/kvm-xfstests/test-appliance/files/root/conf/nojournal.exclude +++ /dev/null @@ -1,5 +0,0 @@ -generic/034 -generic/311 -generic/321 -generic/322 -generic/325