1 | ======================================= |
---|
2 | GNU Bison 3.7.6: ./test-suite.log |
---|
3 | ======================================= |
---|
4 | |
---|
5 | # TOTAL: 11 |
---|
6 | # PASS: 10 |
---|
7 | # SKIP: 0 |
---|
8 | # XFAIL: 0 |
---|
9 | # FAIL: 1 |
---|
10 | # XPASS: 0 |
---|
11 | # ERROR: 0 |
---|
12 | |
---|
13 | .. contents:: :depth: 2 |
---|
14 | |
---|
15 | FAIL: examples/c/bistromathic/bistromathic |
---|
16 | ========================================== |
---|
17 | |
---|
18 | checking for diff --strip-trailing-cr... |
---|
19 | checking for diff --strip-trailing-cr... --strip-trailing-cr |
---|
20 | checking for readline output... |
---|
21 | bistromathic: PASS: 1 |
---|
22 | bistromathic: PASS: 2 |
---|
23 | bistromathic: PASS: 3 |
---|
24 | bistromathic: PASS: 4 |
---|
25 | bistromathic: PASS: 5 |
---|
26 | bistromathic: PASS: 6 |
---|
27 | bistromathic: PASS: 7 |
---|
28 | bistromathic: PASS: 8 |
---|
29 | bistromathic: PASS: 9 |
---|
30 | bistromathic: PASS: 10 |
---|
31 | bistromathic: PASS: 11 |
---|
32 | bistromathic: PASS: 12 |
---|
33 | bistromathic: PASS: 13 |
---|
34 | checking for kernel name... Darwin |
---|
35 | bistromathic: FAIL: 14 |
---|
36 | bistromathic: input: |
---|
37 | (1+ |
---|
38 | bistromathic: expected output: |
---|
39 | > (1+ |
---|
40 | ( - atan cos exp ln number sin sqrt |
---|
41 | > (1+ |
---|
42 | > |
---|
43 | err: 1.4: syntax error: expected - or ( or number or function or variable before end of file |
---|
44 | err: 1 | (1+ |
---|
45 | err: | ^ |
---|
46 | bistromathic: effective output: |
---|
47 | > (1+ |
---|
48 | ( - atan cos exp ln number sin sqrt |
---|
49 | > (1+ |
---|
50 | > |
---|
51 | err: 1.4: syntax error: expected - or ( or number or function or variable before end of file |
---|
52 | err: 1 | (1+ |
---|
53 | err: | ^ |
---|
54 | bistromathic: diff: |
---|
55 | --- exp 2021-08-01 12:11:02.000000000 -0400 |
---|
56 | +++ eff 2021-08-01 12:11:02.000000000 -0400 |
---|
57 | @@ -1,5 +1,5 @@ |
---|
58 | > (1+ |
---|
59 | -( - atan cos exp ln number sin sqrt |
---|
60 | +( - atan cos exp ln number sin sqrt |
---|
61 | > (1+ |
---|
62 | > |
---|
63 | err: 1.4: syntax error: expected - or ( or number or function or variable before end of file |
---|
64 | bistromathic: PASS: 15 |
---|
65 | bistromathic: PASS: 16 |
---|
66 | bistromathic: PASS: 17 |
---|
67 | bistromathic: PASS: 18 |
---|
68 | FAIL examples/c/bistromathic/bistromathic.test (exit status: 1) |
---|
69 | |
---|