[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNU Bison 3.0.4] Problem in testsuite 191
From: |
Ferdinand Thiessen |
Subject: |
[GNU Bison 3.0.4] Problem in testsuite 191 |
Date: |
Sun, 08 Feb 2015 12:56:02 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
Hello,
I am getting a FAIL in synclines.at, it seems the regex for parsing the
error is broken.
The test suite expects:
input.y: In function 'yyparse':
But my compiler (gcc 4.9.2) throws:
input.y: In function ‘yyparse’:
So the regex in synclines.at is broken, line 93:
s/^[^:]*: In function '[^']+':\n//gm;
It works if I change it to:
s/^[^:]*: In function ['‘][^\n]+['’]:\n//gm;
For the sake of completeness I attached log and failed test.
Regards,
Ferdinand
Log and failed Test.tar.gz
Description: application/gzip
- [GNU Bison 3.0.4] Problem in testsuite 191,
Ferdinand Thiessen <=
- Re: [GNU Bison 3.0.4] Problem in testsuite 191, Paul Eggert, 2015/02/08
- Re: [GNU Bison 3.0.4] Problem in testsuite 191, Ferdinand Thiessen, 2015/02/09
- Re: [GNU Bison 3.0.4] Problem in testsuite 191, Paul Eggert, 2015/02/10
- Re: [GNU Bison 3.0.4] Problem in testsuite 191, Akim Demaille, 2015/02/10
- Re: [GNU Bison 3.0.4] Problem in testsuite 191, Akim Demaille, 2015/02/12
- Re: [GNU Bison 3.0.4] Problem in testsuite 191, Akim Demaille, 2015/02/15
- Re: [GNU Bison 3.0.4] Problem in testsuite 191, Ferdinand Thiessen, 2015/02/17