diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-14 14:43:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-09-14 14:43:26 +0300 |
commit | 3708f83a7407fa33ee04f8f56f75151080da62f5 (patch) | |
tree | 3d36104da76fe8b2b891ee3f7f31b480ed3c6cc5 | |
parent | 0bc02532d7fa333ac7067c1cb91506ad16485916 (diff) | |
download | egawk-3708f83a7407fa33ee04f8f56f75151080da62f5.tar.gz egawk-3708f83a7407fa33ee04f8f56f75151080da62f5.tar.bz2 egawk-3708f83a7407fa33ee04f8f56f75151080da62f5.zip |
Some MinGW tests now work. Remove expect failure messages.
-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 f25469c1..b6579bb2 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 3663ac28..d9a52fc7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1578,8 +1578,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 93d08f04..708e2b01 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1845,8 +1845,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 |