/[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.19 by eggert, Mon Aug 12 14:59:47 2002 UTC revision 1.20 by eggert, Mon Oct 14 08:43:36 2002 UTC
# Line 144  AT_SETUP([Big triangle]) Line 144  AT_SETUP([Big triangle])
144  # With 500 and the new parser, which consume far too much memory,  # With 500 and the new parser, which consume far too much memory,
145  # it gets killed too.  Of course the parser is to be cleaned.  # it gets killed too.  Of course the parser is to be cleaned.
146  AT_DATA_TRIANGULAR_GRAMMAR([input.y], [200])  AT_DATA_TRIANGULAR_GRAMMAR([input.y], [200])
147  AT_CHECK([bison input.y -v -o input.c])  AT_CHECK([bison -v -o input.c input.y])
148  AT_COMPILE([input])  AT_COMPILE([input])
149  AT_PARSER_CHECK([./input])  AT_PARSER_CHECK([./input])
150    
# Line 248  AT_DATA_HORIZONTAL_GRAMMAR([input.y], [1 Line 248  AT_DATA_HORIZONTAL_GRAMMAR([input.y], [1
248  # Ask for 200 MiB, which should be plenty even on a 64-bit host.  # Ask for 200 MiB, which should be plenty even on a 64-bit host.
249  AT_INCREASE_DATA_SIZE(204000)  AT_INCREASE_DATA_SIZE(204000)
250    
251  AT_CHECK([bison input.y -v -o input.c])  AT_CHECK([bison -v -o input.c input.y])
252  AT_COMPILE([input])  AT_COMPILE([input])
253  AT_PARSER_CHECK([./input])  AT_PARSER_CHECK([./input])
254    
# Line 372  AT_DATA_LOOKAHEADS_GRAMMAR([input.y], [1 Line 372  AT_DATA_LOOKAHEADS_GRAMMAR([input.y], [1
372  # Ask for 200 MiB, which should be plenty even on a 64-bit host.  # Ask for 200 MiB, which should be plenty even on a 64-bit host.
373  AT_INCREASE_DATA_SIZE(204000)  AT_INCREASE_DATA_SIZE(204000)
374    
375  AT_CHECK([bison input.y -v -o input.c])  AT_CHECK([bison -v -o input.c input.y])
376  AT_COMPILE([input])  AT_COMPILE([input])
377  AT_PARSER_CHECK([./input])  AT_PARSER_CHECK([./input])
378    
# Line 429  main (int argc, const char **argv) Line 429  main (int argc, const char **argv)
429    return yyparse ();    return yyparse ();
430  }  }
431  ]])  ]])
432  AT_CHECK([bison input.y -o input.c])  AT_CHECK([bison -o input.c input.y])
433  AT_COMPILE([input])  AT_COMPILE([input])
434  ])  ])
435    

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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