diff options
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 5 | ||||
-rw-r--r-- | test/Makefile.in | 5 |
3 files changed, 12 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 9b16506a..59e0dae6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -4,6 +4,10 @@ * subback.awk, subback.in, subback.ok: New files. Thanks to Mike Brennan for the test. + Unrelated: + + * Makefile.am (FAIL_CODE1): Update the list. + 2016-06-14 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (GAWK_EXT_TESTS): Add mixed1. Who knows diff --git a/test/Makefile.am b/test/Makefile.am index 3dde245e..34cc954b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1154,7 +1154,10 @@ NEED_LINT_OLD = lintold # List of the tests which fail with EXIT CODE 1 FAIL_CODE1 = \ - fnarray2 fnmisc gsubasgn mixed1 noparms paramdup synerr1 synerr2 unterm + badassign1 badbuild callparam delfunc fcall_exit fcall_exit2 \ + fnamedat fnarray fnarray2 fnasgnm fnmisc funsmnam gsubasgn \ + incdupe2 lintwarn match2 mixed1 noparms paramasfunc1 paramasfunc2 \ + paramdup paramres parseme readbuf synerr1 synerr2 unterm # List of files which have .ok versions for MPFR CHECK_MPFR = \ diff --git a/test/Makefile.in b/test/Makefile.in index 43b15e9d..5baefb40 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1409,7 +1409,10 @@ NEED_LINT_OLD = lintold # List of the tests which fail with EXIT CODE 1 FAIL_CODE1 = \ - fnarray2 fnmisc gsubasgn mixed1 noparms paramdup synerr1 synerr2 unterm + badassign1 badbuild callparam delfunc fcall_exit fcall_exit2 \ + fnamedat fnarray fnarray2 fnasgnm fnmisc funsmnam gsubasgn \ + incdupe2 lintwarn match2 mixed1 noparms paramasfunc1 paramasfunc2 \ + paramdup paramres parseme readbuf synerr1 synerr2 unterm # List of files which have .ok versions for MPFR |