From: Paul Eggert Date: Sat, 16 Apr 2005 08:11:52 +0000 (+0000) Subject: * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if X-Git-Tag: BISON-2_1~152 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1094323fe42f4bc3bcfd74ad15b5598522e265b2?ds=inline * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if the data size is known to be too small and we can't increase it. --- diff --git a/ChangeLog b/ChangeLog index 4a999f6a..a8b07587 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-04-16 Paul Eggert + + * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if + the data size is known to be too small and we can't increase it. + This works around an HP-UX 11.00 glitch reported by Andrew Benham. + 2005-04-15 Paul Eggert * src/parse-gram.y: Include quotearg.h.