diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-14 14:44:17 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-14 14:44:17 +0300 |
commit | 57ae6297f7e1931a575418238d33d62a4fb56c81 (patch) | |
tree | 458cc3c43187d798d18bf3a93b2dcd7efdbdbf74 | |
parent | 4c4eb591f23e3d7e28588e968f544aea17245417 (diff) | |
parent | 3708f83a7407fa33ee04f8f56f75151080da62f5 (diff) | |
download | gawk-57ae6297f7e1931a575418238d33d62a4fb56c81.tar.gz |
Merge branch 'gawk-5.1-stable'
-rw-r--r-- | test/ChangeLog | 6 | ||||
-rw-r--r-- | test/Makefile.am | 4 | ||||
-rw-r--r-- | test/Makefile.in | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 746c02ee..e5d37a84 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,9 @@ +2021-09-14 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXPECTED_FAIL_MINGW): Remove fmttest and + hsprint. They seem to work now. Thanks to Scott Deifik + <scottd.mail@sbcglobal.net> for the report. + 2021-09-10 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (EXTRA_DIST): functab6, new test. diff --git a/test/Makefile.am b/test/Makefile.am index a28dca60..500370eb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1580,8 +1580,8 @@ EXPECTED_FAIL_DJGPP = \ # List of tests that fail on MinGW EXPECTED_FAIL_MINGW = \ backbigs1 backsmalls1 clos1way6 devfd devfd1 devfd2 \ - errno exitval2 fmttest fork fork2 fts functab5 \ - getfile getlnhd hsprint ignrcas3 inetdayt inetecht inf-nan-torture \ + errno exitval2 fork fork2 fts functab5 \ + getfile getlnhd ignrcas3 inetdayt inetecht inf-nan-torture \ mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 \ pid pipeio2 pty1 pty2 readdir rstest4 rstest5 status-close timeout diff --git a/test/Makefile.in b/test/Makefile.in index c6caaee5..ab8ba1de 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1847,8 +1847,8 @@ EXPECTED_FAIL_DJGPP = \ # List of tests that fail on MinGW EXPECTED_FAIL_MINGW = \ backbigs1 backsmalls1 clos1way6 devfd devfd1 devfd2 \ - errno exitval2 fmttest fork fork2 fts functab5 \ - getfile getlnhd hsprint ignrcas3 inetdayt inetecht inf-nan-torture \ + errno exitval2 fork fork2 fts functab5 \ + getfile getlnhd ignrcas3 inetdayt inetecht inf-nan-torture \ mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 \ pid pipeio2 pty1 pty2 readdir rstest4 rstest5 status-close timeout |