Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Side by Side Diff: testing/gmock/test/gmock_output_test_golden.txt

Issue 140003: Upgrade gtest to r267 and gmock to r173. (Closed)
Patch Set: final fileset. Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/gmock/test/gmock_output_test_.cc ('k') | testing/gtest.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ RUN ] GMockOutputTest.ExpectedCall 1 [ RUN ] GMockOutputTest.ExpectedCall
2 2
3 FILE:#: EXPECT_CALL(foo_, Bar2(0, _)) invoked 3 FILE:#: EXPECT_CALL(foo_, Bar2(0, _)) invoked
4 Stack trace: 4 Stack trace:
5 5
6 FILE:#: Expected mock function call. 6 FILE:#: Expected mock function call.
7 Function call: Bar2(0, 0) 7 Function call: Bar2(0, 0)
8 Returns: false 8 Returns: false
9 Stack trace: 9 Stack trace:
10 [ OK ] GMockOutputTest.ExpectedCall 10 [ OK ] GMockOutputTest.ExpectedCall
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 Google Mock tried the following 1 expectation, but it didn't match: 167 Google Mock tried the following 1 expectation, but it didn't match:
168 168
169 FILE:#: 169 FILE:#:
170 Expected arg #0: references the variable @0x# "Hi" 170 Expected arg #0: references the variable @0x# "Hi"
171 Actual: "Ho" (is located @0x#) 171 Actual: "Ho" (is located @0x#)
172 Expected arg #2: is greater than or equal to 0 172 Expected arg #2: is greater than or equal to 0
173 Actual: -0.1 173 Actual: -0.1
174 Expected: to be called once 174 Expected: to be called once
175 Actual: never called - unsatisfied and active 175 Actual: never called - unsatisfied and active
176 [ FAILED ] GMockOutputTest.MismatchArguments 176 [ FAILED ] GMockOutputTest.MismatchArguments
177 [ RUN ] GMockOutputTest.MismatchWithArguments 177 [ RUN ] GMockOutputTest.MismatchWith
178 unknown file: Failure 178 unknown file: Failure
179 179
180 Unexpected mock function call - returning default value. 180 Unexpected mock function call - returning default value.
181 Function call: Bar2(2, 3) 181 Function call: Bar2(2, 3)
182 Returns: false 182 Returns: false
183 Google Mock tried the following 1 expectation, but it didn't match: 183 Google Mock tried the following 1 expectation, but it didn't match:
184 184
185 FILE:#: 185 FILE:#:
186 Expected: argument #0 is greater than or equal to argument #1 186 Expected args: are a pair (x, y) where x >= y
187 Actual: false 187 Actual: don't match
188 Expected: to be called once 188 Expected: to be called once
189 Actual: never called - unsatisfied and active 189 Actual: never called - unsatisfied and active
190 [ FAILED ] GMockOutputTest.MismatchWithArguments 190 [ FAILED ] GMockOutputTest.MismatchWith
191 [ RUN ] GMockOutputTest.MismatchArgumentsAndWithArguments 191 [ RUN ] GMockOutputTest.MismatchArgumentsAndWith
192 unknown file: Failure 192 unknown file: Failure
193 193
194 Unexpected mock function call - returning default value. 194 Unexpected mock function call - returning default value.
195 Function call: Bar2(1, 3) 195 Function call: Bar2(1, 3)
196 Returns: false 196 Returns: false
197 Google Mock tried the following 1 expectation, but it didn't match: 197 Google Mock tried the following 1 expectation, but it didn't match:
198 198
199 FILE:#: 199 FILE:#:
200 Expected arg #0: is greater than or equal to 2 200 Expected arg #0: is greater than or equal to 2
201 Actual: 1 201 Actual: 1
202 Expected: argument #0 is greater than or equal to argument #1 202 Expected args: are a pair (x, y) where x >= y
203 Actual: false 203 Actual: don't match
204 Expected: to be called once 204 Expected: to be called once
205 Actual: never called - unsatisfied and active 205 Actual: never called - unsatisfied and active
206 [ FAILED ] GMockOutputTest.MismatchArgumentsAndWithArguments 206 [ FAILED ] GMockOutputTest.MismatchArgumentsAndWith
207 [ RUN ] GMockOutputTest.UnexpectedCallWithDefaultAction 207 [ RUN ] GMockOutputTest.UnexpectedCallWithDefaultAction
208 unknown file: Failure 208 unknown file: Failure
209 209
210 Unexpected mock function call - taking default action specified at: 210 Unexpected mock function call - taking default action specified at:
211 FILE:#: 211 FILE:#:
212 Function call: Bar2(1, 0) 212 Function call: Bar2(1, 0)
213 Returns: false 213 Returns: false
214 Google Mock tried the following 1 expectation, but it didn't match: 214 Google Mock tried the following 1 expectation, but it didn't match:
215 215
216 FILE:#: 216 FILE:#:
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 [ OK ] GMockOutputTest.CatchesLeakedMocks 283 [ OK ] GMockOutputTest.CatchesLeakedMocks
284 [ FAILED ] GMockOutputTest.UnexpectedCall 284 [ FAILED ] GMockOutputTest.UnexpectedCall
285 [ FAILED ] GMockOutputTest.UnexpectedCallToVoidFunction 285 [ FAILED ] GMockOutputTest.UnexpectedCallToVoidFunction
286 [ FAILED ] GMockOutputTest.ExcessiveCall 286 [ FAILED ] GMockOutputTest.ExcessiveCall
287 [ FAILED ] GMockOutputTest.ExcessiveCallToVoidFunction 287 [ FAILED ] GMockOutputTest.ExcessiveCallToVoidFunction
288 [ FAILED ] GMockOutputTest.RetiredExpectation 288 [ FAILED ] GMockOutputTest.RetiredExpectation
289 [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisite 289 [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisite
290 [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisites 290 [ FAILED ] GMockOutputTest.UnsatisfiedPrerequisites
291 [ FAILED ] GMockOutputTest.UnsatisfiedExpectation 291 [ FAILED ] GMockOutputTest.UnsatisfiedExpectation
292 [ FAILED ] GMockOutputTest.MismatchArguments 292 [ FAILED ] GMockOutputTest.MismatchArguments
293 [ FAILED ] GMockOutputTest.MismatchWithArguments 293 [ FAILED ] GMockOutputTest.MismatchWith
294 [ FAILED ] GMockOutputTest.MismatchArgumentsAndWithArguments 294 [ FAILED ] GMockOutputTest.MismatchArgumentsAndWith
295 [ FAILED ] GMockOutputTest.UnexpectedCallWithDefaultAction 295 [ FAILED ] GMockOutputTest.UnexpectedCallWithDefaultAction
296 [ FAILED ] GMockOutputTest.ExcessiveCallWithDefaultAction 296 [ FAILED ] GMockOutputTest.ExcessiveCallWithDefaultAction
297 297
298 298
299 FILE:#: ERROR: this mock object should be deleted but never is. Its address is @ 0x#. 299 FILE:#: ERROR: this mock object should be deleted but never is. Its address is @ 0x#.
300 FILE:#: ERROR: this mock object should be deleted but never is. Its address is @ 0x#. 300 FILE:#: ERROR: this mock object should be deleted but never is. Its address is @ 0x#.
301 FILE:#: ERROR: this mock object should be deleted but never is. Its address is @ 0x#. 301 FILE:#: ERROR: this mock object should be deleted but never is. Its address is @ 0x#.
302 ERROR: 3 leaked mock objects found at program exit. 302 ERROR: 3 leaked mock objects found at program exit.
OLDNEW
« no previous file with comments | « testing/gmock/test/gmock_output_test_.cc ('k') | testing/gtest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698