OSDN Git Service

cc699d4500e012d02fdf555f2b0e828ac20ff324
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / go.test / test / golden.out
1
2 == ./
3
4 =========== ./cmp2.go
5 panic: runtime error: comparing uncomparable type []int
6
7
8 =========== ./cmp3.go
9 panic: runtime error: comparing uncomparable type []int
10
11
12 =========== ./cmp4.go
13 panic: runtime error: hash of unhashable type []int
14
15
16 =========== ./cmp5.go
17 panic: runtime error: hash of unhashable type []int
18
19
20 =========== ./deferprint.go
21 printing: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
22 42 true false true +1.500000e+000 world 0x0 [0/0]0x0 0x0 0x0 255
23
24 =========== ./helloworld.go
25 hello, world
26
27 =========== ./peano.go
28 0! = 1
29 1! = 1
30 2! = 2
31 3! = 6
32 4! = 24
33 5! = 120
34 6! = 720
35 7! = 5040
36 8! = 40320
37 9! = 362880
38
39 =========== ./printbig.go
40 -9223372036854775808
41 9223372036854775807
42
43 =========== ./sigchld.go
44 survived SIGCHLD
45
46 =========== ./sinit.go
47 FAIL
48
49 =========== ./turing.go
50 Hello World!
51
52 == ken/
53
54 =========== ken/cplx0.go
55 (+5.000000e+000+6.000000e+000i)
56 (+5.000000e+000+6.000000e+000i)
57 (+5.000000e+000+6.000000e+000i)
58 (+5.000000e+000+6.000000e+000i)
59
60 =========== ken/cplx3.go
61 (+1.292308e+000-1.384615e-001i)
62 (+1.292308e+000-1.384615e-001i)
63
64 =========== ken/cplx4.go
65 c = (-5.000000-6.000000i)
66 c = (5.000000+6.000000i)
67 c = (5.000000+6.000000i)
68 c = (5.000000+6.000000i)
69 c = (5+6i)
70 c = (13+7i)
71
72 =========== ken/cplx5.go
73 (+5.000000e+000-5.000000e+000i)
74 (+5.000000e+000-5.000000e+000i)
75 (+5.000000e+000-5.000000e+000i)
76 (+5.000000e+000-5.000000e+000i)
77 (+5.000000e+000-5.000000e+000i)
78 (+5.000000e+000-5.000000e+000i)
79 (+5.000000e+000-5.000000e+000i)
80
81 =========== ken/intervar.go
82  print 1 bio 2 file 3 -- abc
83
84 =========== ken/label.go
85 100
86
87 =========== ken/rob1.go
88 9876543210
89
90 =========== ken/rob2.go
91 (defn foo (add 12 34))
92
93 =========== ken/simpprint.go
94 hello world
95
96 =========== ken/simpswitch.go
97 0out01out12out2aout34out4fiveout56out6aout78out89out9
98
99 =========== ken/string.go
100 abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz
101
102 == chan/
103
104 =========== chan/doubleselect.go
105 PASS
106
107 =========== chan/nonblock.go
108 PASS
109
110 == interface/
111
112 =========== interface/fail.go
113 panic: interface conversion: *main.S is not main.I: missing method Foo
114
115
116 =========== interface/returntype.go
117 panic: interface conversion: *main.S is not main.I2: missing method Name
118
119
120 == nilptr/
121
122 == syntax/
123
124 == fixedbugs/
125
126 =========== fixedbugs/bug027.go
127 hi
128 0 44444
129 1 3333
130 2 222
131 3 11
132 4 0
133 0 44444
134 1 3333
135 2 222
136 3 11
137 4 0
138
139 =========== fixedbugs/bug067.go
140 ok
141
142 =========== fixedbugs/bug070.go
143 outer loop top k 0
144 inner loop top i 0
145 do break
146 broke
147
148 =========== fixedbugs/bug093.go
149 M
150
151 =========== fixedbugs/bug113.go
152 panic: interface conversion: interface is int, not int32
153
154
155 =========== fixedbugs/bug148.go
156 2 3
157 panic: interface conversion: interface is main.T, not main.T
158
159
160 == bugs/
161
162 =========== bugs/bug322.go
163 bugs/bug322.dir/main.go:19: implicit assignment of unexported field 'x' of lib.T in method receiver
164 bugs/bug322.dir/main.go:22: implicit assignment of unexported field 'x' of lib.T in assignment
165 bugs/bug322.dir/main.go:31: implicit assignment of unexported field 'x' of lib.T in method receiver
166 BUG: fails incorrectly
167
168 =========== bugs/bug324.go
169 BUG: errchk: command succeeded unexpectedly