mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge branch 'bug29922_035' into maint-0.4.0
This commit is contained in:
commit
ffdca3dd14
@ -728,13 +728,6 @@ test_util_time(void *arg)
|
||||
|
||||
#define CHECK_TIMEGM_ARG_OUT_OF_RANGE(msg) \
|
||||
CHECK_TIMEGM_WARNING("Out-of-range argument to tor_timegm")
|
||||
#define CHECK_POSSIBLE_TIMEGM_ARG_OUT_OF_RANGE(msg) \
|
||||
do { \
|
||||
if (mock_saved_log_n_entries()) { \
|
||||
expect_single_log_msg_containing("Out-of-range argument");\
|
||||
} \
|
||||
teardown_capture_of_logs(); \
|
||||
} while (0)
|
||||
|
||||
/* year */
|
||||
|
||||
@ -923,7 +916,7 @@ test_util_time(void *arg)
|
||||
t_res = -1;
|
||||
CAPTURE();
|
||||
tor_gmtime_r(&t_res, &b_time);
|
||||
CHECK_POSSIBLE_TIMEGM_ARG_OUT_OF_RANGE();
|
||||
CHECK_POSSIBLE_EINVAL();
|
||||
tt_assert(b_time.tm_year == (1970-1900) ||
|
||||
b_time.tm_year == (1969-1900));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user