From: Fabian Keil Date: Sun, 8 May 2016 10:44:56 +0000 (+0000) Subject: Let test level 17 depend on FEATURE_64_BIT_TIME_T X-Git-Tag: v_3_0_25~44 X-Git-Url: http://www.privoxy.org/gitweb/contact.html?a=commitdiff_plain;h=e06515a3c530772945b68096ec0494ab5641c644;p=privoxy.git Let test level 17 depend on FEATURE_64_BIT_TIME_T ... instead of FEATURE_PTHREAD which has no direct connection to the time_t size. --- diff --git a/regression-tests.action b/regression-tests.action index 6564cedd..84d2c13c 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -1,5 +1,5 @@ ############################################################################# -# $Id: regression-tests.action,v 1.58 2014/11/20 15:29:36 fabiankeil Exp $ +# $Id: regression-tests.action,v 1.59 2014/11/20 15:29:57 fabiankeil Exp $ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test @@ -40,7 +40,7 @@ for-privoxy-version=3.0.22 # Level 15 needs = config line connection-sharing\s+0 # Level 16 needs = feature status FEATURE_CONNECTION_KEEP_ALIVE Yes # Level 16 needs = config line connection-sharing\s+1 -# Level 17 needs = feature status FEATURE_PTHREAD Yes +# Level 17 needs = feature status FEATURE_64_BIT_TIME_T Yes # Level 18 needs = feature status FEATURE_GRACEFUL_TERMINATION No # Level 19 needs = feature status FEATURE_GRACEFUL_TERMINATION Yes # Level 20 needs = feature status FEATURE_TOGGLE Yes