diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-05-09 12:40:41 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-05-09 12:40:41 +0300 |
commit | 8e6d342a0631e5514d899231ac90648d446b2ade (patch) | |
tree | d25152f001bddeaad0df76359892f3d239faa4f3 /test | |
parent | 2cc075b59f843485510d00ce4ffb3654d5a908e8 (diff) | |
download | egawk-8e6d342a0631e5514d899231ac90648d446b2ade.tar.gz egawk-8e6d342a0631e5514d899231ac90648d446b2ade.tar.bz2 egawk-8e6d342a0631e5514d899231ac90648d446b2ade.zip |
Fix test suite for MinGW.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 7 | ||||
-rw-r--r-- | test/Makefile.am | 7 | ||||
-rw-r--r-- | test/argcasfile.ok | 6 |
3 files changed, 14 insertions, 6 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index f22250dc..dff7a550 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,10 @@ +2021-05-09 Eli Zaretskii <eliz@gnu.org> + + * Makefile.am (EXPECTED_FAIL_MINGW): Update for the new tests. + + * argcasfile.ok: Adjust for the leading space in the argument; see + pc/ChangeLog for explanation why. + 2021-05-08 Arnold D. Robbins <arnold@skeeve.com> * iolint.awk: Use cksum instead of md5sum, for better portability. diff --git a/test/Makefile.am b/test/Makefile.am index 88d4bcd0..441e7017 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1570,9 +1570,10 @@ EXPECTED_FAIL_DJGPP = \ # List of tests that fail on MinGW EXPECTED_FAIL_MINGW = \ backbigs1 backsmalls1 clos1way6 devfd devfd1 devfd2 \ - errno exitval2 fork fork2 fts getfile getlnhd ignrcas3 inetdayt \ - inetecht mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 pid pipeio2 \ - pty1 pty2 readdir rstest4 rstest5 status-close timeout + errno exitval2 fmttest fork fork2 fts functab5 \ + getfile getlnhd hsprint ignrcas3 inetdayt inetecht inf-nan-torture \ + mbfw1 mbprintf1 mbprintf4 mbstr1 mbstr2 \ + pid pipeio2 pty1 pty2 readdir rstest4 rstest5 status-close timeout # List of tests that fail on z/OS EXPECTED_FAIL_ZOS = \ diff --git a/test/argcasfile.ok b/test/argcasfile.ok index 8b5d35b3..bdb69185 100644 --- a/test/argcasfile.ok +++ b/test/argcasfile.ok @@ -1,9 +1,9 @@ 0 gawk 1 ARGC=1 -2 /no/such/file +2 /no/such/file 0 gawk 1 ARGC=1 -2 /no/such/file +2 /no/such/file 0 gawk 1 ARGC=1 -2 /no/such/file +2 /no/such/file |