]> git.saurik.com Git - bison.git/commit
* tests/conflicts.at (%nonassoc and eof): Don't exit with status
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Jul 2005 06:14:16 +0000 (06:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Jul 2005 06:14:16 +0000 (06:14 +0000)
commit67fd79c42743952d58ca53e3a97a8b66ee31bcc6
tree707ed8f14908ec6c2a0a38d1e7f3e56038ab0e4d
parent15f40952f7696eab92570c3be352204242bb80b3
* tests/conflicts.at (%nonassoc and eof):  Don't exit with status
1 on syntax error; just let yyparse do its thing.
* tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
* tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
(Exploding the Stack Size with Alloca):
(Exploding the Stack Size with Malloc):
Expect exit status 2, not 1, since the parser is supposed to blow
its stack.  Problem reported by twlevo@xs4all.nl.
ChangeLog
tests/conflicts.at
tests/glr-regression.at
tests/torture.at