+2021-03-14 Bruno Haible <bruno@clisp.org>
+
+ parse-datetime tests: Avoid a test failure on NetBSD.
+ Reported by Thomas Klausner <tk@giga.or.at> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-03/msg00069.html>.
+ * tests/test-parse-datetime.c (main): Skip two tests on NetBSD.
+
2021-03-10 Paul Eggert <eggert@cs.ucla.edu>
libc-config: port to DragonFlyBSD 5.9
ASSERT ( parse_datetime (&result, "TZ=\"\"", &now));
ASSERT ( parse_datetime (&result, "TZ=\"\" ", &now));
ASSERT ( parse_datetime (&result, " TZ=\"\"", &now));
+ /* Exercise patterns which may be valid or invalid, depending on the
+ platform. */
+#if !defined __NetBSD__
ASSERT ( parse_datetime (&result, "TZ=\"\\\\\"", &now));
ASSERT ( parse_datetime (&result, "TZ=\"\\\"\"", &now));
+#endif
/* Outlandishly-long time zone abbreviations should not cause problems. */
{