From patchwork Sat Feb 20 15:51:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Whitney X-Patchwork-Id: 585632 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 745EC140B97 for ; Sun, 21 Feb 2016 02:51:43 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=p7qdgyhN; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752120AbcBTPvm (ORCPT ); Sat, 20 Feb 2016 10:51:42 -0500 Received: from mail-qk0-f179.google.com ([209.85.220.179]:35848 "EHLO mail-qk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751586AbcBTPvl (ORCPT ); Sat, 20 Feb 2016 10:51:41 -0500 Received: by mail-qk0-f179.google.com with SMTP id s68so41797279qkh.3 for ; Sat, 20 Feb 2016 07:51:41 -0800 (PST) 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=szR4U6bHqZ1RO9zGtI5DC8QyvxRAGTKT+vyaZro9vS8=; b=p7qdgyhNF8gOE71/zp45OfEqElJoXts/7uzcuw3P/FAsdE/QN+gxuFAtLfmjo6yXdT /xekQ7kH1gR6EZ6F6k9ihK8AC8STooC+eIdKFWGzv5Rn3i2YbivysCL+9a6fJi/ioTad c46R7C35nmLn23AY8b6NhSncRMunws3sWR9wJ7xtnoXa703hkHt3PO88vgQRQZ8hx2Kd 3K08BgvHd4kEjID8O2FuU22SWitpFoBXAVILG7UU8AT7/kkrMYdZplA5rN0/H2DaNutb /DodtxtY2u4JI/wSEYVQWqFiQ3IsDTaDP0uuNt1swG3dylXiiFyEGqL107t4yumSewZC 0btQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=szR4U6bHqZ1RO9zGtI5DC8QyvxRAGTKT+vyaZro9vS8=; b=LSf6ibHn4uybu6IpE7ToeTi1pCyOza5EYOpZkNy7MIPMY8oMlREFFseCanHbsnecgW pgyXK+5Xd1FfFNHkUZnXYMP+JBa+E1hk0/GEqmXwPFt9/CxkVdg/y1GJwvegylXR3DYJ o9yUwmbmZpINzrWbcJYGTrV83ttfz9IZ0bsd3iyjQZRUpRAj4pxxHPIsPE1zz2LlXOnn +nACAcxpF6cfVZfF2rwmfpDxLTpvMUkMXbNMifvzzf9IU7J0trftBTPUZo9JYJ6z38A9 SYWPdoLIJRChWkG612quvh2b3ig1S5+EumLFuOg5DNG/YRGnKLcVevVCQtY6LyGh7hnj ABMQ== X-Gm-Message-State: AG10YORRJTRuNkNhqKa1Rn2uJl0y7uoiYhEckwaRlHUgkrSKo18Kl+lFx8E2uQ5a4cY9CA== X-Received: by 10.55.77.17 with SMTP id a17mr23666965qkb.40.1455983500798; Sat, 20 Feb 2016 07:51:40 -0800 (PST) Received: from localhost.localdomain (c-50-187-52-22.hsd1.nh.comcast.net. [50.187.52.22]) by smtp.gmail.com with ESMTPSA id d64sm3149333qgd.9.2016.02.20.07.51.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 20 Feb 2016 07:51:40 -0800 (PST) Date: Sat, 20 Feb 2016 10:51:57 -0500 From: Eric Whitney To: linux-ext4@vger.kernel.org Cc: tytso@mit.edu Subject: [PATCH] xfstests-bld: add exclude file for ext3 tests Message-ID: <20160220155157.GA19420@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 Add an exclude file for the ext3 test case to prevent failure reports from tests that exercise unsupported online defrag functionality. Two online defrag tests - ext4/307 and /308 - are not included because they contain explicit requirements for fallocate support that prevents them from running on an emulated ext3 file system. It may be possible to modify the excluded tests at a future date so they will not run unless the test file system is extent mapped. For now, this patch is an expedient measure to reduce testing noise. Signed-off-by: Eric Whitney --- kvm-xfstests/test-appliance/files/root/conf/ext3.exclude | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 kvm-xfstests/test-appliance/files/root/conf/ext3.exclude diff --git a/kvm-xfstests/test-appliance/files/root/conf/ext3.exclude b/kvm-xfstests/test-appliance/files/root/conf/ext3.exclude new file mode 100644 index 0000000..c46c79b --- /dev/null +++ b/kvm-xfstests/test-appliance/files/root/conf/ext3.exclude @@ -0,0 +1,6 @@ +# ext4's ext3 emulation does not support on-line +# defrag, which requires extent-based files +ext4/301 +ext4/302 +ext4/303 +ext4/304