/[bison]/bison/tests/torture.at
ViewVC logotype

Diff of /bison/tests/torture.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by akim, Sun Apr 7 17:44:38 2002 UTC revision 1.11 by akim, Sun Apr 7 17:44:59 2002 UTC
# Line 127  mv stdout $1 Line 127  mv stdout $1
127  ## Big triangle.  ##  ## Big triangle.  ##
128  ## -------------- ##  ## -------------- ##
129    
 # Arg, the upper limit, currently, is 124.  Afterwards, the  
 # executable dumps core...  
130  AT_SETUP([Big triangle])  AT_SETUP([Big triangle])
131    
132  AT_DATA_TRIANGULAR_GRAMMAR([input.y], [124])  AT_DATA_TRIANGULAR_GRAMMAR([input.y], [253])
133  AT_CHECK([bison input.y -v -o input.c])  AT_CHECK([bison input.y -v -o input.c])
134  AT_CHECK([$CC $CFLAGS $CPPFLAGS input.c -o input], 0, [], [ignore])  AT_CHECK([$CC $CFLAGS $CPPFLAGS input.c -o input], 0, [], [ignore])
135  AT_CHECK([./input])  AT_CHECK([./input])

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26