]> granicus.if.org Git - libevent/commitdiff
Compile http_connection_retry_test, but mark it skipped on win32.
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Feb 2009 22:17:32 +0000 (22:17 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 2 Feb 2009 22:17:32 +0000 (22:17 +0000)
svn:r1099

test/regress_http.c
test/regress_main.c

index 48ecd8da454bb4d99ff05d7997fe5aa1d20f5b2e..1f6947e11cd0098cc0ca0eebaf84f266feb74d3e 100644 (file)
@@ -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
 };
index a6dac3568c0f9c92b48261472684e2fd2740e8ed..562c16dbc3cfa60b65366ac234ba4220f7831e78 100644 (file)
@@ -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;