[Bug 216891] usr.bin/yacc/yacc_tests:main fails with expr.oxout.y

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 7 18:27:07 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216891

            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 at freebsd.org
          Reporter: ngie at 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[] = {                  -1,
     2,    0,    1,    3,    3,    3,    3,    3,    3,    3,
 };
...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-testing mailing list