]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
One more test that didnt pass on windows. See #18665.
authorNick Mathewson <nickm@torproject.org>
Mon, 28 Mar 2016 12:57:29 +0000 (08:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 28 Mar 2016 12:57:29 +0000 (08:57 -0400)
src/test/test_util.c

index 8e5c9bf80a2f771da3ff7f26cbc5329860039016..7d43b8156b0fb785e192a69ad38086064222123a 100644 (file)
@@ -726,7 +726,10 @@ test_util_time(void *arg)
    tt_str_op("2038-02-17 06:13:20",OP_EQ, timestr);
    */
 #elif SIZEOF_TIME_T == 8
+#ifndef _WIN32
+  /* This SHOULD work on windows too; see bug #18665 */
   tt_str_op("2038-02-17 06:13:20",OP_EQ, timestr);
+#endif
 #endif
 
  done: