From owner-svn-src-head@freebsd.org Tue Feb 7 18:46:16 2017 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 3AF8ECD415B; Tue, 7 Feb 2017 18:46:16 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) by mx1.freebsd.org (Postfix) with ESMTP id A30A4146A; Tue, 7 Feb 2017 18:46:15 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: svn commit: r313398 - head/contrib/byacc/test/yacc To: "Ngie Cooper (yaneurabeya)" , Ngie Cooper References: <201702071837.v17Ibkhn009905@repo.freebsd.org> <25E886E6-970E-43C7-9654-CB380E2C84F6@gmail.com> Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Jung-uk Kim Message-ID: Date: Tue, 7 Feb 2017 13:46:15 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <25E886E6-970E-43C7-9654-CB380E2C84F6@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 07 Feb 2017 18:46:16 -0000 On 02/07/2017 13:40, Ngie Cooper (yaneurabeya) wrote: > >> On Feb 7, 2017, at 10:37, Ngie Cooper wrote: >> >> Author: ngie >> Date: Tue Feb 7 18:37:46 2017 >> New Revision: 313398 >> URL: https://svnweb.freebsd.org/changeset/base/313398 >> >> Log: >> Apply r274475's to expr.oxout.tab.c to fix the test on FreeBSD >> >> YYINT on FreeBSD is int, not short >> >> I'll work with the upstream maintainer or come up with a build >> method of modifying their definitions on install instead of >> having to modify tests to match our forked YYINT definition. >> >> PR: 216891 >> Sponsored by: Dell EMC Isilon > > I forgot to mention… "X-MFC with: r313105, r313106”. > An MFC timer was never set for those changes, so I didn’t set a timer in my change either, but if those changes are backported, I can backport this one as well. Thanks and sorry for the break. Jung-uk Kim