======================================== 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)