mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08: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_cancel),
|
||||
|
||||
#ifndef WIN32
|
||||
HTTP_LEGACY(connection_retry),
|
||||
#endif
|
||||
|
||||
END_OF_TESTCASES
|
||||
};
|
||||
|
@ -214,6 +214,10 @@ main(int argc, const char **argv)
|
||||
return 1;
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
tinytest_skip(testgroups, "http/connection_retry");
|
||||
#endif
|
||||
|
||||
if (tinytest_main(argc,argv,testgroups))
|
||||
return 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user