]> granicus.if.org Git - libevent/commitdiff
Add deferred_cb_skew to list of timing-dependent tests
authorNick Mathewson <nickm@torproject.org>
Thu, 2 Aug 2012 16:36:05 +0000 (12:36 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 2 Aug 2012 16:36:05 +0000 (12:36 -0400)
test/regress_main.c
test/regress_thread.c

index 3dc8be89af56fad97289681f7ca39269e6c8803d..26e539ebd40532221e2daa69752f0f7b673767f7 100644 (file)
@@ -402,6 +402,7 @@ const char *livenettests[] = {
 const char *finetimetests[] = {
        "+util/monotonic_res_precise",
        "+util/monotonic_res_fallback",
+       "+thread/deferred_cb_skew",
        NULL
 };
 struct testlist_alias_t testaliases[] = {
index c3c96b3d3248a4ea59f8c4b411baade0a79016c5..809cbd864978b3d9c398d9e2ff351bff7f91c91b 100644 (file)
@@ -592,7 +592,8 @@ struct testcase_t thread_testcases[] = {
          &basic_setup, (char*)"forking" },
 #endif
        TEST(conditions_simple),
-       { "deferred_cb_skew", thread_deferred_cb_skew, TT_FORK|TT_NEED_THREADS,
+       { "deferred_cb_skew", thread_deferred_cb_skew,
+         TT_FORK|TT_NEED_THREADS|TT_OFF_BY_DEFAULT,
          &basic_setup, NULL },
        TEST(no_events),
        END_OF_TESTCASES