From owner-freebsd-testing@freebsd.org Tue Feb 7 18:27:07 2017 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 8ED72CD5971 for ; Tue, 7 Feb 2017 18:27:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7DD161FDB for ; Tue, 7 Feb 2017 18:27:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v17IR71b013517 for ; Tue, 7 Feb 2017 18:27:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 216891] usr.bin/yacc/yacc_tests:main fails with expr.oxout.y Date: Tue, 07 Feb 2017 18:27:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2017 18:27:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216891 Bug ID: 216891 Summary: usr.bin/yacc/yacc_tests:main fails with expr.oxout.y Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: tests Assignee: freebsd-testing@freebsd.org Reporter: ngie@FreeBSD.org This failure is occurring post-r313106 (the yacc upgrade). % kyua debug -k /usr/tests/usr.bin/yacc/Kyuafile yacc_tests:main ... ** testing ./expr.oxout.y ...ok ./yacc/expr.oxout.error ...ok ./yacc/expr.oxout.output ...diff ./yacc/expr.oxout.tab.c --- ./yacc/expr.oxout.tab.c 2017-02-07 18:24:44.054689000 +0000 +++ ./yacc/test-expr.oxout.tab.c 2017-02-07 18:24:45.198970000 +0000 @@ -178,7 +178,7 @@ #define ID 257 #define CONST 258 #define YYERRCODE 256 -typedef short YYINT; +typedef int YYINT; static const YYINT expr.oxout_lhs[] =3D { -1, 2, 0, 1, 3, 3, 3, 3, 3, 3, 3, }; ... --=20 You are receiving this mail because: You are the assignee for the bug.=