From owner-freebsd-ruby@FreeBSD.ORG Fri Feb 17 13:20:34 2012 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E28A1065676; Fri, 17 Feb 2012 13:20:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 4B7C38FC17; Fri, 17 Feb 2012 13:20:34 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id q1HDKWnU055369 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 17 Feb 2012 08:20:33 -0500 (EST) (envelope-from swills@FreeBSD.org) Message-ID: <4F3E541D.8060104@FreeBSD.org> Date: Fri, 17 Feb 2012 08:20:29 -0500 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111228 Thunderbird/9.0 MIME-Version: 1.0 To: Stanislav Sedov References: <4F3DD93E.1090206@FreeBSD.org> <20120216205102.9f590d60.stas@FreeBSD.org> In-Reply-To: <20120216205102.9f590d60.stas@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [204.109.58.86]); Fri, 17 Feb 2012 08:20:33 -0500 (EST) X-Virus-Scanned: clamav-milter 0.97.2 at mouf.net X-Virus-Status: Clean Cc: ruby@FreeBSD.org Subject: Re: ruby 1.8.7p358 and ruby 1.9.0p125 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 13:20:34 -0000 On 02/16/12 23:51, Stanislav Sedov wrote: > On Thu, 16 Feb 2012 23:36:14 -0500 > Steve Wills mentioned: > >> Hi All, >> >> If anyone is interested in trying the updated ruby 1.8.7p358 or ruby >> 1.9.3p125 which were both released today, I have a patch here: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=165223 >> >> Builds fine and passes tests, and as you can see in the PR, there is an >> exp-run requested for it, but extra testing won't hurt. >> > > Which tests? > > Does it pass the rubyspec regression test suite? Did you look at possible > regression in rubyspec compared to the previous release? > Just the tests that are run by "make test" in the build dir after building is done. If there's a better way, let me know. Thanks, Steve