Hi!

I reported a bug in gnutls 3.7.1

https://gitlab.com/gnutls/gnutls/-/issues/1190#note_528802421

and was told it might be a bug in gnulib instead.

The recipe from that bug report fails for me on NetBSD 9.99.81/amd64
with gcc 9.3.0:

git clone --depth=1 https://git.sv.gnu.org/git/gnulib.git
cd gnulib
./gnulib-tool --create-testdir --dir=t parse-datetime
cd t
./configure && make && make check

gives

[1]   Abort trap (core dumped) "${@}" >${log_file} 2>&1     
FAIL: test-parse-datetime

from test-suite.log:

FAIL: test-parse-datetime
=========================

test-parse-datetime.c:434: assertion 'parse_datetime (&result, "TZ=\"\\\\\"", 
&now)' failed
FAIL test-parse-datetime (exit status: 134)

Cheers,
 Thomas

Reply via email to