]> git.saurik.com Git - bison.git/commit
tests: be robust to platforms that support UTF-8 even with LC_ALL=C
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 10 Feb 2015 10:12:56 +0000 (11:12 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 10 Feb 2015 13:56:30 +0000 (14:56 +0100)
commita668f486312f446122e945111309bef568980dc7
tree9d1e792cb3b29feba17db273e11c22e82318ee1a
parent3d75e7de1e01610a4be1b4d7e08f0df015c89b71
tests: be robust to platforms that support UTF-8 even with LC_ALL=C

Because musl supports UTF-8 with LC_ALL=C, gcc produces:

  input.y: In function ‘yyparse’:

instead of:

  input.y: In function 'yyparse':

Reported by Ferdinand Thiessen.
http://lists.gnu.org/archive/html/bug-bison/2015-02/msg00001.html

* tests/synclines.at (AT_SYNCLINES_COMPILE): Skip syncline tests when
we can't trust error messages issued about a function body.
THANKS
tests/synclines.at