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: http://review.tizen.org/git/?a=commitdiff_plain;h=1094323fe42f4bc3bcfd74ad15b5598522e265b2;p=platform%2Fupstream%2Fbison.git * 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 4a999f6..a8b0758 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.