Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
1f77be3c1eaf917932e58f04c51f73e9d4b2f27f
-
75,947
Description
https://reactos.org/testman/detail.php?id=35056675&prev=0
With a timeout added to the wait:
http.c:5798: Testing redirection...
|
TCP operation failed: 0xc0000128 (-12)
|
TCP operation failed: 0xc000013c (-11)
|
TCP operation failed: 0xc000013c (-11)
|
http.c:359: Test failed: unexpected status 50 (INTERNET_STATUS_CLOSING_CONNECTION)
|
http.c:5814: Test failed: unexpected request
|
http.c:5816: Test failed: expected status 30 (INTERNET_STATUS_SENDING_REQUEST) 1 times, received 0 times
|
http.c:5819: Test failed: size = 28
|
http.c:5819: Test failed: unexpected URL http://localhost:7531/socket, expected http://localhost:7531/test_redirection
|
http.c:359: Test failed: unexpected status 51 (INTERNET_STATUS_CONNECTION_CLOSED)
|
http.c:359: Test failed: unexpected status 20 (INTERNET_STATUS_CONNECTING_TO_SERVER)
|
http.c:359: Test failed: unexpected status 21 (INTERNET_STATUS_CONNECTED_TO_SERVER)
|
http.c:359: Test failed: unexpected status 30 (INTERNET_STATUS_SENDING_REQUEST)
|
http.c:2539: Test failed: Wait timed out
|
(this is the if (strstr(buffer, "/socket")) case in server_thread.)
This is a new test that we have since the 2.16 sync in r75947, and it has been timing out since.
Attachments
Issue Links
- relates to
-
ROSTESTS-294 wininet_winetest:http test_redirect and test_persistent_connection skipped
- Open