mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 13:04:23 -04:00
Compile http_connection_retry_test, but mark it skipped on win32.
svn:r1099
This commit is contained in:
parent
722885fba9
commit
ea11f8195f
@ -2172,9 +2172,7 @@ struct testcase_t http_testcases[] = {
|
|||||||
HTTP_LEGACY(stream_in),
|
HTTP_LEGACY(stream_in),
|
||||||
HTTP_LEGACY(stream_in_cancel),
|
HTTP_LEGACY(stream_in_cancel),
|
||||||
|
|
||||||
#ifndef WIN32
|
|
||||||
HTTP_LEGACY(connection_retry),
|
HTTP_LEGACY(connection_retry),
|
||||||
#endif
|
|
||||||
|
|
||||||
END_OF_TESTCASES
|
END_OF_TESTCASES
|
||||||
};
|
};
|
||||||
|
@ -214,6 +214,10 @@ main(int argc, const char **argv)
|
|||||||
return 1;
|
return 1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
tinytest_skip(testgroups, "http/connection_retry");
|
||||||
|
#endif
|
||||||
|
|
||||||
if (tinytest_main(argc,argv,testgroups))
|
if (tinytest_main(argc,argv,testgroups))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user