4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-31 19:40:33 +08:00

Cygwin: testsuite: Remove passing tests from XFAIL list

Remove ltp/fcntl05.c from XFAIL list, since it now PASSes.
Remove ltp/dup03.c from XFAIL list, since it now PASSes.
This commit is contained in:
Jon Turney 2020-11-25 14:27:28 +00:00
parent 5cea46d309
commit 6ca056eec9
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81

View File

@ -1,4 +1,4 @@
set xfail_list [list dup03 \
fcntl05 setgroups01 setuid02 \
set xfail_list [list \
setgroups01 setuid02 \
ulimit01 unlink08 \
sample-fail sample-miscompile]