On 5/28/21 12:14 PM, Francois Gouget wrote:
On Fri, 21 May 2021, Zebediah Figura wrote:
Signed-off-by: Zebediah Figura z.figura12@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
Thanks for alerting me; I've sent 206912 and 206913.
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.
That seems like a good idea. If I get a minute I will try to write a patch for that.