]> git.saurik.com Git - bison.git/commit - ChangeLog-2012
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:15:38 +0000 (20:15 +0200)
commit66ed97537a312d452206984f603cac15209f3c97
tree8298cd5abb215b647d8c192bc7a11d9d56d8fd72
parent95d176ffd9f66a01125c366226e1a557b125e0d8
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
tests/input.at