From 0fafbbdefb288cda73990a156cf185e8fd0cf04b Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 4 May 2020 08:07:48 +0200 Subject: [PATCH] tests: beware of wchar_t portability issues on AIX https://lists.gnu.org/r/bug-bison/2020-05/msg00050.html Reported by Bruno Haible. * tests/diagnostics.at: here. --- tests/diagnostics.at | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/diagnostics.at b/tests/diagnostics.at index 46af89c4..035948c4 100644 --- a/tests/diagnostics.at +++ b/tests/diagnostics.at @@ -265,7 +265,8 @@ input.y: warning: fix-its can be applied. Rerun with option ]]) -# Likewise, but currently not portable to Cygwin. +# Likewise, but currently not portable to AIX and Cygwin. +# https://lists.gnu.org/r/bug-bison/2020-05/msg00050.html # https://lists.gnu.org/r/bug-bison/2020-05/msg00003.html. AT_TEST([[Tabulations and multibyte characters]], [[%% @@ -277,7 +278,7 @@ e: {βˆ‡βƒ—Γ—πΈβƒ— = -βˆ‚π΅βƒ—/βˆ‚t} | ^~~~~~~~~~~~~~ | %empty input.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] -]], [], [uname -a | grep -i cygwin]) +]], [], [uname -a | $EGREP -i 'aix|cygwin']) ## --------------- ##