examples/c/bistromathic/bistromathic.test fails: bistromathic: FAIL: 14: err: 1.4: syntax error: expected - or ( or number or function or variable before end of file
Thomas Deutschmann <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.bugs |
|---|---|
| Organization | Gentoo Foundation, Inc |
| Message-ID | <[email protected]> |
Hi, I am getting the following test failure with bison-3.7.2: > ======================================= > GNU Bison 3.7.2: ./test-suite.log > ======================================= > > # TOTAL: 11 > # PASS: 10 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 1 > # XPASS: 0 > # ERROR: 0 > > .. contents:: :depth: 2 > > FAIL: examples/c/bistromathic/bistromathic > ========================================== > > checking for diff --strip-trailing-cr... > checking for diff --strip-trailing-cr... --strip-trailing-cr > checking for readline output... > bistromathic: PASS: 1 > bistromathic: PASS: 2 > bistromathic: PASS: 3 > bistromathic: PASS: 4 > bistromathic: PASS: 5 > bistromathic: PASS: 6 > bistromathic: PASS: 7 > bistromathic: PASS: 8 > bistromathic: PASS: 9 > bistromathic: PASS: 10 > bistromathic: PASS: 11 > bistromathic: PASS: 12 > bistromathic: PASS: 13 > checking for kernel name... Linux > bistromathic: FAIL: 14 > bistromathic: input: > (1+ > bistromathic: expected output: > > (1+ > ( - atan cos exp ln number sin sqrt > > (1+ > > > err: 1.4: syntax error: expected - or ( or number or function or variable before end of file > err: 1 | (1+ > err: | ^ > bistromathic: effective output: > > (1+ > ( - atan cos exp ln number sin sqrt > > (1+ > > > err: 1.4: syntax error: expected - or ( or number or function or variable before end of file > err: 1 | (1+ > err: | ^ > bistromathic: diff: > --- exp 2020-09-05 20:06:15.564480353 +0200 > +++ eff 2020-09-05 20:06:15.571147113 +0200 > @@ -1,5 +1,5 @@ > > (1+ > -( - atan cos exp ln number sin sqrt > +( - atan cos exp ln number sin sqrt > > (1+ > > > err: 1.4: syntax error: expected - or ( or number or function or variable before end of file > bistromathic: PASS: 15 > bistromathic: PASS: 16 > bistromathic: PASS: 17 > bistromathic: PASS: 18 > FAIL examples/c/bistromathic/bistromathic.test (exit status: 1) It's not new. 3.6.4 is also failing the same. -- Regards, Thomas Deutschmann / Gentoo Linux Developer C4DD 695F A713 8F24 2AA1 5638 5849 7EE5 1D5D 74A5
signature.asc
(application/pgp-signature, 618 B)
-----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEEExKRzo+LDXJgXHuURObr3Jv2BVkFAl9T2vRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDEz MTI5MUNFOEY4QjBENzI2MDVDN0I5NDQ0RTZFQkRDOUJGNjA1NTkACgkQRObr3Jv2 BVkdEQf+KNNaLVS5qJAVbVMrzTNJrbVMJJWg0f3BC/9GCC/E/6k3vQmzP7BjPpO1 lRxSp/H+NfPRaTNnOrZ7m+Oe3ivp402kbbrh5xN/Gfdn45muOD2SDgBTWIv2V+VY jAgzjgV+8e2lAxbqlGdLbIbfHxjwbAdTcj3y+CSIVceiW8pbbDjbWn42evTLYr6y KhPeSn3Trdod+YjFbnYScpk8Hwz79bNpVvYInb+plzh+94ii+nxEzQVwZq0Xn+zL 2qau13rnyLZxqaL2dicIOF/wlqN5lk8/RuZozGtMfo/BmKd8Dp6l8qMUBuGescWa uyKYqjG+t6Ses3nLLDsuPpjgtW+ZYw== =9pBP -----END PGP SIGNATURE-----