Ticket #59927: bison-3.7.6-test-10.13.test-suite.log

File bison-3.7.6-test-10.13.test-suite.log, 1.9 KB (added by mascguy (Christopher Nielsen), 3 years ago)
Line 
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
15FAIL: examples/c/bistromathic/bistromathic
16==========================================
17
18checking for diff --strip-trailing-cr...
19checking for diff --strip-trailing-cr... --strip-trailing-cr
20checking for readline output...
21bistromathic: PASS: 1
22bistromathic: PASS: 2
23bistromathic: PASS: 3
24bistromathic: PASS: 4
25bistromathic: PASS: 5
26bistromathic: PASS: 6
27bistromathic: PASS: 7
28bistromathic: PASS: 8
29bistromathic: PASS: 9
30bistromathic: PASS: 10
31bistromathic: PASS: 11
32bistromathic: PASS: 12
33bistromathic: PASS: 13
34checking for kernel name... Darwin
35bistromathic: FAIL: 14
36bistromathic: input:
37  (1+           
38bistromathic: 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:       |    ^
46bistromathic: 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:       |    ^
54bistromathic: 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
64bistromathic: PASS: 15
65bistromathic: PASS: 16
66bistromathic: PASS: 17
67bistromathic: PASS: 18
68FAIL examples/c/bistromathic/bistromathic.test (exit status: 1)
69