+2018-12-13 Bruno Haible <bruno@clisp.org>
+
+ localeconv tests: Avoid test failure on Cygwin.
+ * tests/test-localeconv.c (main): On Cygwin, skip the 'grouping' and
+ 'mon_grouping' tests.
+
2018-12-11 Bruno Haible <bruno@clisp.org>
omap: Don't dispose the old value when the function returns it.
ASSERT (STREQ (l->decimal_point, "."));
ASSERT (STREQ (l->thousands_sep, ""));
-#if !((defined __FreeBSD__ || defined __DragonFly__) || defined __sun)
+#if !((defined __FreeBSD__ || defined __DragonFly__) || defined __sun || defined __CYGWIN__)
ASSERT (STREQ (l->grouping, ""));
#endif
ASSERT (STREQ (l->mon_decimal_point, ""));
ASSERT (STREQ (l->mon_thousands_sep, ""));
-#if !((defined __FreeBSD__ || defined __DragonFly__) || defined __sun)
+#if !((defined __FreeBSD__ || defined __DragonFly__) || defined __sun || defined __CYGWIN__)
ASSERT (STREQ (l->mon_grouping, ""));
#endif
ASSERT (STREQ (l->positive_sign, ""));