From owner-freebsd-testing@freebsd.org Tue Sep 1 13:45:48 2015 Return-Path: Delivered-To: freebsd-testing@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 8383D9C6121 for ; Tue, 1 Sep 2015 13:45:48 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (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 4E9DD1A15; Tue, 1 Sep 2015 13:45:48 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by ioiz6 with SMTP id z6so1185153ioi.2; Tue, 01 Sep 2015 06:45:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=J3wfeOhMdMXfJlvXtnM7g1X5/WsHi3+R6tWR/GcBfXo=; b=LkadvEEmuGigNupFBFn2eIt57vUwNa+C8t/i8Ht9Ci/UFFdU8hfphttBQ9OyC0OHWP YRDJXt8g+bH8ZgKgiRC0a9WArmOF6DU1cIsjQOVMYxBW25FiKmA4GTMWQ2ekoapeHqMC XjqK5FVEebEhdWbv9TmLx9aiW1I4cM66g177pCxK/0AMYFDVMFU8FGxq2UCSURuFeHk6 xJIHZShfmIRvmIjnQGlrQGs8Nye+xpIb/KrHQWQNRSJ8f53t/dbEZ/S7ttcCTGrbMo5A M9uOoukTyFmH2uWFRlKwnLFZXFyJWe2fJ4OGJpJ/5xfw/94vrR+UPMmIb554rJWEYEUj BmeA== X-Received: by 10.107.165.138 with SMTP id o132mr8370759ioe.29.1441115147682; Tue, 01 Sep 2015 06:45:47 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.166.17 with HTTP; Tue, 1 Sep 2015 06:45:28 -0700 (PDT) In-Reply-To: <201509011247.t81ClCpZ092375@repo.freebsd.org> References: <201509011247.t81ClCpZ092375@repo.freebsd.org> From: Ed Maste Date: Tue, 1 Sep 2015 09:45:28 -0400 X-Google-Sender-Auth: GKgSD3JT6BdXVBnMzD5cPbvrVDY Message-ID: Subject: Re: svn commit: r287360 - in head: contrib/netbsd-tests/lib/libc/gen/posix_spawn lib/libc/tests/gen/posix_spawn To: "freebsd-testing@freebsd.org" Cc: Konstantin Belousov Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2015 13:45:48 -0000 On 1 September 2015 at 08:47, Konstantin Belousov wrote: > Author: kib > Date: Tue Sep 1 12:47:11 2015 > New Revision: 287360 > URL: https://svnweb.freebsd.org/changeset/base/287360 > > Log: > Fix t_spawnattr test for attributes handling by posix_spawn(3). > Connect it to the build. Do we have a plan on getting these sorts of test changes submitted to NetBSD? I picked this commit because it reminded me about the question, but it's broader than just this change.