RE: Bison 3.5.93 released [beta]
"Jannick" <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 3 May 2020 20:04:56 +0200, Akim Demaille wrote: > This is the fourth beta of Bison 3.6. Many portability issues have been > addressed. On Windows10/MSYS2 still two test failures - presumably EOL issues which, if I am not mistaken, cannot be solved by 'diff -u'. Regards, J.
test-suite.log
(application/octet-stream, 1.4 KB)
======================================== GNU Bison 3.5.93: ./test-suite.log ======================================== # TOTAL: 13 # PASS: 11 # SKIP: 0 # XFAIL: 0 # FAIL: 2 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: examples/java/calc/Calc ============================= Calc: FAIL: 1 Calc: input: 1 + 2 * 3 Calc: expected output: 7 Calc: effective output: 7 Calc: diff: --- exp 2020-05-04 09:27:22.529957700 +0200 +++ eff 2020-05-04 09:27:23.262689000 +0200 @@ -1 +1 @@ -7 +7 Calc: FAIL: 2 Calc: input: 1 + 2 * 3 = 7 (1 + 2) * 3 = 9 Calc: expected output: 7 9 Calc: effective output: 7 9 Calc: diff: --- exp 2020-05-04 09:27:24.018518300 +0200 +++ eff 2020-05-04 09:27:24.519689600 +0200 @@ -1,2 +1,2 @@ -7 -9 +7 +9 Calc: PASS: 3 Calc: PASS: 4 FAIL examples/java/calc/Calc.test (exit status: 1) FAIL: examples/java/simple/Calc =============================== Calc: FAIL: 1 Calc: input: 1 + 2 * 3 Calc: expected output: 7 Calc: effective output: 7 Calc: diff: --- exp 2020-05-04 09:27:22.901633400 +0200 +++ eff 2020-05-04 09:27:23.575061400 +0200 @@ -1 +1 @@ -7 +7 Calc: FAIL: 2 Calc: input: 1 + 2 * 3 = 7 (1 + 2) * 3 = 9 Calc: expected output: 7 9 Calc: effective output: 7 9 Calc: diff: --- exp 2020-05-04 09:27:24.348970300 +0200 +++ eff 2020-05-04 09:27:24.875105200 +0200 @@ -1,2 +1,2 @@ -7 -9 +7 +9 Calc: PASS: 3 FAIL examples/java/simple/Calc.test (exit status: 1)