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 /test/Makefile.in | |
parent | 0bc02532d7fa333ac7067c1cb91506ad16485916 (diff) | |
download | egawk-3708f83a7407fa33ee04f8f56f75151080da62f5.tar.gz egawk-3708f83a7407fa33ee04f8f56f75151080da62f5.tar.bz2 egawk-3708f83a7407fa33ee04f8f56f75151080da62f5.zip |
Some MinGW tests now work. Remove expect failure messages.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |