From owner-freebsd-testing@FreeBSD.ORG Thu Apr 10 21:07:29 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C97C70B; Thu, 10 Apr 2014 21:07:29 +0000 (UTC) Received: from mail-vc0-x235.google.com (mail-vc0-x235.google.com [IPv6:2607:f8b0:400c:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 272E414EC; Thu, 10 Apr 2014 21:07:29 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id id10so3884053vcb.40 for ; Thu, 10 Apr 2014 14:07:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=K8c8on/wu6L4l3gE+ZFqXsb385fX+MXdW3qNPtHMSRc=; b=K+CBxLBQfD2ut9G9BG5LmGiuNWGoUhZokaIdr5PF0pocRrt3j1Kp9EPrM+1VjCBRuM 95Unie9LppLWUOsJrZymg+RhbV1ov4VsZWT8jhuEqj7lE/nKDCEeS8tx5Bxj4QmEfrkH u13qDzZ+oNITO6lFcmetRyjzYN9kAO0tsw7Pz+aXEdT6lNmAPXfxL7WIbUvIsmhK7hfq KZU53qYiMpYXVU/idh5Ni5et0fBVeR4N9QODKMTUrm8exZ1ir+xVF8cuPyJqrmCH7Zm/ 8z+AnLoGDPGTTyC9mFsmBnWVUtDnc8zB6vWZ/tdiGM+En82An5OxEwFIntGCF+VqngPV 7vUg== MIME-Version: 1.0 X-Received: by 10.52.173.165 with SMTP id bl5mr13351397vdc.13.1397164048250; Thu, 10 Apr 2014 14:07:28 -0700 (PDT) Received: by 10.221.67.136 with HTTP; Thu, 10 Apr 2014 14:07:28 -0700 (PDT) In-Reply-To: References: <16437CC5729B5345AF77F816513376E820BAE6A1@MX103CL02.corp.emc.com> <16437CC5729B5345AF77F816513376E820BAE703@MX103CL02.corp.emc.com> Date: Thu, 10 Apr 2014 14:07:28 -0700 Message-ID: Subject: Re: Diff to fix pjdfstest tests From: Garrett Cooper To: "Peel, Casey" Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" , Pawel Jakub Dawidek X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 21:07:29 -0000 On Thu, Apr 10, 2014 at 12:18 PM, Garrett Cooper wrote: > Hi Casey! > The issues you found on 10.x are valid (I ran into this when > rerunning the test suite on UFS -- it was passing cleanly before). > I'll apply the changes, retest, then send out the PR as promised > earlier. Ok. All the issues identified have been fixed and a caught some more: https://github.com/yaneurabeya/pjdfstest/commit/b8e1e30dc3f44fb7619cf86884a981fba5476def . It turns out that a pull request was already open for my changes -- they just haven't been committed to the upstream master yet: https://github.com/pjd/pjdfstest/pull/1 . Thanks! -Garrett