Improve VLA wording in NEWS
[autoconf.git] / BUGS
blob6cc8adbb46000ddc69992131e8cef52e07de4f40
1 -*- outline -*-
3 This file lists the bugs you must be aware of.  Be sure to check this
4 file before using Autoconf, and especially git versions of Autoconf.
6         Copyright (C) 2000-2002, 2006-2017, 2020-2024 Free Software
7         Foundation, Inc.
9         Copying and distribution of this file, with or without
10         modification, are permitted in any medium without royalty provided
11         the copyright notice and this notice are preserved.  This file is
12         offered as-is, without warranty of any kind.
14 Autoconf must not be used in production if there are "Serious" bugs,
15 and use with caution an Autoconf with "Important bugs".
17 * Status
19                  /*------------------------------------.
20                  | New features need further testing.  |
21                  `------------------------------------*/
23 * Autotest parallel testsuite support is still a work in progress.
24   There are known issues in job handling under dash and some ksh
25   variants, where a parallel testsuite can hang or cause a 100%
26   processor load.  In the current release, the overall autoconf
27   testsuite only exercises parallel autotest under bash and zsh, or if
28   you have defined TEST_PARALLEL_AUTOTEST in the environment.
29   Meanwhile, Cygwin has known problems with named fifos that cause
30   failures when attempting parallel tests in an autotest suite.  It is
31   possible that other difficulties will be encountered, whether with
32   shell or platform limitations; help is appreciated in improving
33   parallel testsuite support.