]> git.saurik.com Git - bison.git/commit
deterministic test suite.
authorAkim Demaille <demaille@gostai.com>
Wed, 10 Jun 2009 18:14:52 +0000 (20:14 +0200)
committerAkim Demaille <demaille@gostai.com>
Wed, 10 Jun 2009 18:16:39 +0000 (20:16 +0200)
commit8893145a0c033d69338ed005533c95b84b20cb51
tree0f322dd98ee427730fc5328aac2fe50fc1e7f53e
parent92d7a23ace9ad4813c29ac245ae336d58727c46d
deterministic test suite.

Some consistency checks on symbols are performed after all the
symbols were read, by an iteration over the symbol table.  This
traversal is nondeterministic, which can be a problem for test
cases.

Avoid this.

Addresses another form of nondeterminism reported by Joel E. Denny.
http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00023.html

* tests/input.at (Numbered tokens): Split the hexadecimal/decimal
test in two.
Use different file names for the three tests to make the
maintenance easier.
ChangeLog
gnulib
tests/input.at