diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 090b73a6..591bb694 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2019-02-05 Juan Manuel Guerrero <juan.guerrero@gmx.de> + + * Makefile.am (EXPECTED_FAIL_DJGPP): Add randtest and symtab6 + to the list. + 2019-01-28 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (symtab6): Fix the test's recipe. diff --git a/test/Makefile.am b/test/Makefile.am index 7cc55c54..9f1ca544 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1439,7 +1439,7 @@ EXPECTED_FAIL_DJGPP = \ getlnhd gnuops3 gnureops id ignrcas3 inetdayt inetdayu \ inetecht inetechu inftest jarebug mbfw1 mbprintf1 mbprintf4 \ mbstr1 mbstr2 mpfrsqrt nonfatal1 nonfatal2 nonfatal3 pid pty1 pty2 \ - regx8bit strtod sigpipe1 timeout + randtest regx8bit strtod sigpipe1 symtab6 timeout # List of tests that fail on MinGW EXPECTED_FAIL_MINGW = \ diff --git a/test/Makefile.in b/test/Makefile.in index 3d633dba..2e17d9ea 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1698,7 +1698,7 @@ EXPECTED_FAIL_DJGPP = \ getlnhd gnuops3 gnureops id ignrcas3 inetdayt inetdayu \ inetecht inetechu inftest jarebug mbfw1 mbprintf1 mbprintf4 \ mbstr1 mbstr2 mpfrsqrt nonfatal1 nonfatal2 nonfatal3 pid pty1 pty2 \ - regx8bit strtod sigpipe1 timeout + randtest regx8bit strtod sigpipe1 symtab6 timeout # List of tests that fail on MinGW |