From owner-svn-src-head@freebsd.org Thu Aug 6 05:11:06 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 919629B4655; Thu, 6 Aug 2015 05:11:06 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B8B018E3; Thu, 6 Aug 2015 05:11:06 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qgeh16 with SMTP id h16so45757243qge.3; Wed, 05 Aug 2015 22:11:05 -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=T4OG5SkUqFGAciup6kcSoKqfMlCpTCKydSFN1Qo3Jwo=; b=c9gKhkGAooxfPFP6hbNqGAtmTo/PV2GnbgUZCtT2bZymULCd89mNgqXowkLRCz4i8y 13xnL4R6jmONXPUmMQ0tcqDxgXhh5fvDWHGDG4Fcd5+ipJB9UESSpQvHpbBBdZyvcDdG fWva0aDkk593UZIZbs9UQDHPkfeBz6WydQgUrFRBHCfmJBjOj3djZEHE3gp2N0jAyPb6 SmJuw6EdTyYATZ6vbqButtgnBbwcFWEhfgENcFmD9W9OgSXbCRa5zS4keO6UJfPL7chU Q2Vm39k91lH6qAiMErvnDPY7tnyTaqJfyzuMPhRx4hY1Uiz7IoG8BfmWgJSqYbkItsAt W39Q== MIME-Version: 1.0 X-Received: by 10.140.102.225 with SMTP id w88mr21834309qge.25.1438837865314; Wed, 05 Aug 2015 22:11:05 -0700 (PDT) Received: by 10.140.98.73 with HTTP; Wed, 5 Aug 2015 22:11:05 -0700 (PDT) In-Reply-To: <201508052111.t75LBXah039414@repo.freebsd.org> References: <201508052111.t75LBXah039414@repo.freebsd.org> Date: Wed, 5 Aug 2015 22:11:05 -0700 Message-ID: Subject: Re: svn commit: r286341 - head/usr.sbin/pw/tests From: NGie Cooper To: Baptiste Daroussin Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 05:11:06 -0000 On Wed, Aug 5, 2015 at 2:11 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Wed Aug 5 21:11:32 2015 > New Revision: 286341 > URL: https://svnweb.freebsd.org/changeset/base/286341 > > Log: > Add regression tests for a bug reported in stable/10 > > While pw(8) on head is not affected it is worth adding more regression tests > ensuring this bug will not happen unnoticed in the futur With all of the changes that went into pw on head, it would be nice if bugs like this were _actually_ fixed on stable branches, and the tests (in and of themselves) could be backported. Could you please look at the non-API/interface related changes here and backport them so we could (in theory) keep things relatively in-sync?