28 May
2021
28 May
'21
5:14 p.m.
On Fri, 21 May 2021, Zebediah Figura wrote:
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> --- dlls/ws2_32/tests/afd.c | 438 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 438 insertions(+) create mode 100644 dlls/ws2_32/tests/afd.c
diff --git a/dlls/ws2_32/tests/afd.c b/dlls/ws2_32/tests/afd.c new file mode 100644 index 00000000000..f79263fedb9 --- /dev/null +++ b/dlls/ws2_32/tests/afd.c
This patch (and/or the ones that followed) introduced some new failures: https://test.winehq.org/data/patterns.html#ws2_32:afd Also the TestBot was confused by the lack of a patch to ws2_32/tests/Makefile.in. Maybe it should automatically run make_makefiles or something. -- Francois Gouget <fgouget(a)codeweavers.com>