diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-07 06:34:04 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-07 06:34:04 +0200 |
commit | c5c41a1f9918e746c0bfaf88876368fbe6059911 (patch) | |
tree | f89280482cce66fd132547f01d065d661b7381f4 /test/Makefile.am | |
parent | 026717432f985355f7cf5b563ca1dfbb3cd40706 (diff) | |
download | egawk-c5c41a1f9918e746c0bfaf88876368fbe6059911.tar.gz egawk-c5c41a1f9918e746c0bfaf88876368fbe6059911.tar.bz2 egawk-c5c41a1f9918e746c0bfaf88876368fbe6059911.zip |
Updates for DJGPP.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |