Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3)

Side by Side Diff: test/golden.out

Issue 4079053: code review 4079053: replace non-blocking send, receive syntax with select (Closed)
Patch Set: code review 4079053: replace non-blocking send, receive syntax with select Created 14 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/fixedbugs/bug242.go ('k') | test/named1.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 == ./ 2 == ./
3 3
4 =========== ./cmp2.go 4 =========== ./cmp2.go
5 panic: runtime error: comparing uncomparable type []int 5 panic: runtime error: comparing uncomparable type []int
6 6
7 7
8 =========== ./cmp3.go 8 =========== ./cmp3.go
9 panic: runtime error: comparing uncomparable type []int 9 panic: runtime error: comparing uncomparable type []int
10 10
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 =========== interface/returntype.go 116 =========== interface/returntype.go
117 panic: interface conversion: *main.S is not main.I2: missing method Name 117 panic: interface conversion: *main.S is not main.I2: missing method Name
118 118
119 119
120 == nilptr/ 120 == nilptr/
121 121
122 == syntax/ 122 == syntax/
123 123
124 == fixedbugs/ 124 == fixedbugs/
125 125
126 =========== fixedbugs/bug016.go
127 fixedbugs/bug016.go:11: constant -3 overflows uint
128
129 =========== fixedbugs/bug027.go 126 =========== fixedbugs/bug027.go
130 hi 127 hi
131 0 44444 128 0 44444
132 1 3333 129 1 3333
133 2 222 130 2 222
134 3 11 131 3 11
135 4 0 132 4 0
136 0 44444 133 0 44444
137 1 3333 134 1 3333
138 2 222 135 2 222
139 3 11 136 3 11
140 4 0 137 4 0
141 138
142 =========== fixedbugs/bug067.go 139 =========== fixedbugs/bug067.go
143 ok 140 ok
144 141
145 =========== fixedbugs/bug070.go 142 =========== fixedbugs/bug070.go
146 outer loop top k 0 143 outer loop top k 0
147 inner loop top i 0 144 inner loop top i 0
148 do break 145 do break
149 broke 146 broke
150 147
151 =========== fixedbugs/bug081.go
152 fixedbugs/bug081.go:9: typechecking loop
153
154 =========== fixedbugs/bug093.go 148 =========== fixedbugs/bug093.go
155 M 149 M
156 150
157 =========== fixedbugs/bug113.go 151 =========== fixedbugs/bug113.go
158 panic: interface conversion: interface is int, not int32 152 panic: interface conversion: interface is int, not int32
159 153
160 154
161 =========== fixedbugs/bug148.go 155 =========== fixedbugs/bug148.go
162 2 3 156 2 3
163 panic: interface conversion: interface is main.T, not main.T 157 panic: interface conversion: interface is main.T, not main.T
164 158
165 159
166 == bugs/ 160 == bugs/
OLDNEW
« no previous file with comments | « test/fixedbugs/bug242.go ('k') | test/named1.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b