Signed-off-by: Sven Baars sven.wine@gmail.com --- dlls/httpapi/tests/httpapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/httpapi/tests/httpapi.c b/dlls/httpapi/tests/httpapi.c index abc5c95f0c..5c3b4ec13c 100644 --- a/dlls/httpapi/tests/httpapi.c +++ b/dlls/httpapi/tests/httpapi.c @@ -534,7 +534,7 @@ static void test_v1_short_buffer(void) ok(!ret, "Got error %u.\n", ret); ok(req->RequestId == req_id, "Got request ID %s.\n", wine_dbgstr_longlong(req->RequestId));
- CancelIoEx(queue, &ovl); + CancelIo(queue);
ret = HttpRemoveUrl(queue, localhost_urlW); ok(!ret, "Got error %u.\n", ret);
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=57050
Your paranoid android.
=== debian10 (32 bit Chinese:China report) ===
httpapi: httpapi.c:337: Test failed: Got error 31. httpapi.c:87: Test failed: Failed to connect socket, error 10061. httpapi.c:346: Test failed: send() returned -1. httpapi.c:350: Test failed: Got error 258. httpapi.c:351: Test failed: OVERLAPPED pointers didn't match. httpapi.c:352: Test failed: Got unexpected key 3735928559. httpapi.c:363: Test failed: Got error 1229. httpapi.c:367: Test failed: Got error 1229. httpapi.c:375: Test failed: Got error 2.