From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:51765 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752711AbaBJTSY (ORCPT ); Mon, 10 Feb 2014 14:18:24 -0500 Message-ID: <52F925EA.20600@fb.com> Date: Mon, 10 Feb 2014 14:18:02 -0500 From: Josef Bacik MIME-Version: 1.0 To: Wang Shilong , CC: , Wang Shilong Subject: Re: [PATCH] xfstests: btrfs/004: fix to make test really work References: <1392034256-2412-1-git-send-email-wangshilong1991@gmail.com> In-Reply-To: <1392034256-2412-1-git-send-email-wangshilong1991@gmail.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 02/10/2014 07:10 AM, Wang Shilong wrote: > From: Wang Shilong > > So i was wandering why test 004 could pass my previous wrong > kernel patch while it defenitely should not. > > By some debugging, i found here perl script is wrong, we did not > filter out anything and this unit test did not work acutally.so > it came out we will never fail this test. > So now with this patch I'm failing it, is there some btrfs patch I need to make it not fail or is it still not supposed to fail normally and is this patch broken? Thanks, Josef