]> git.proxmox.com Git - ceph.git/blame - ceph/src/googletest/googletest/test/gtest_output_test_golden_lin.txt
update download target update for octopus release
[ceph.git] / ceph / src / googletest / googletest / test / gtest_output_test_golden_lin.txt
CommitLineData
7c673cae
FG
1The non-test part of the code is expected to have 2 failures.
2
3gtest_output_test_.cc:#: Failure
4Value of: false
5 Actual: false
6Expected: true
7gtest_output_test_.cc:#: Failure
8 Expected: 2
9To be equal to: 3
10\e[0;32m[==========] \e[mRunning 66 tests from 29 test cases.
11\e[0;32m[----------] \e[mGlobal test environment set-up.
12FooEnvironment::SetUp() called.
13BarEnvironment::SetUp() called.
14\e[0;32m[----------] \e[m1 test from ADeathTest
15\e[0;32m[ RUN ] \e[mADeathTest.ShouldRunFirst
16\e[0;32m[ OK ] \e[mADeathTest.ShouldRunFirst
17\e[0;32m[----------] \e[m1 test from ATypedDeathTest/0, where TypeParam = int
18\e[0;32m[ RUN ] \e[mATypedDeathTest/0.ShouldRunFirst
19\e[0;32m[ OK ] \e[mATypedDeathTest/0.ShouldRunFirst
20\e[0;32m[----------] \e[m1 test from ATypedDeathTest/1, where TypeParam = double
21\e[0;32m[ RUN ] \e[mATypedDeathTest/1.ShouldRunFirst
22\e[0;32m[ OK ] \e[mATypedDeathTest/1.ShouldRunFirst
23\e[0;32m[----------] \e[m1 test from My/ATypeParamDeathTest/0, where TypeParam = int
24\e[0;32m[ RUN ] \e[mMy/ATypeParamDeathTest/0.ShouldRunFirst
25\e[0;32m[ OK ] \e[mMy/ATypeParamDeathTest/0.ShouldRunFirst
26\e[0;32m[----------] \e[m1 test from My/ATypeParamDeathTest/1, where TypeParam = double
27\e[0;32m[ RUN ] \e[mMy/ATypeParamDeathTest/1.ShouldRunFirst
28\e[0;32m[ OK ] \e[mMy/ATypeParamDeathTest/1.ShouldRunFirst
29\e[0;32m[----------] \e[m2 tests from PassingTest
30\e[0;32m[ RUN ] \e[mPassingTest.PassingTest1
31\e[0;32m[ OK ] \e[mPassingTest.PassingTest1
32\e[0;32m[ RUN ] \e[mPassingTest.PassingTest2
33\e[0;32m[ OK ] \e[mPassingTest.PassingTest2
34\e[0;32m[----------] \e[m2 tests from NonfatalFailureTest
35\e[0;32m[ RUN ] \e[mNonfatalFailureTest.EscapesStringOperands
36gtest_output_test_.cc:#: Failure
37 Expected: kGoldenString
38 Which is: "\"Line"
39To be equal to: actual
40 Which is: "actual \"string\""
41gtest_output_test_.cc:#: Failure
42 Expected: golden
43 Which is: "\"Line"
44To be equal to: actual
45 Which is: "actual \"string\""
46\e[0;31m[ FAILED ] \e[mNonfatalFailureTest.EscapesStringOperands
47\e[0;32m[ RUN ] \e[mNonfatalFailureTest.DiffForLongStrings
48gtest_output_test_.cc:#: Failure
49 Expected: golden_str
50 Which is: "\"Line\0 1\"\nLine 2"
51To be equal to: "Line 2"
52With diff:
53@@ -1,2 @@
54-\"Line\0 1\"
55 Line 2
56
57\e[0;31m[ FAILED ] \e[mNonfatalFailureTest.DiffForLongStrings
58\e[0;32m[----------] \e[m3 tests from FatalFailureTest
59\e[0;32m[ RUN ] \e[mFatalFailureTest.FatalFailureInSubroutine
60(expecting a failure that x should be 1)
61gtest_output_test_.cc:#: Failure
62 Expected: 1
63To be equal to: x
64 Which is: 2
65\e[0;31m[ FAILED ] \e[mFatalFailureTest.FatalFailureInSubroutine
66\e[0;32m[ RUN ] \e[mFatalFailureTest.FatalFailureInNestedSubroutine
67(expecting a failure that x should be 1)
68gtest_output_test_.cc:#: Failure
69 Expected: 1
70To be equal to: x
71 Which is: 2
72\e[0;31m[ FAILED ] \e[mFatalFailureTest.FatalFailureInNestedSubroutine
73\e[0;32m[ RUN ] \e[mFatalFailureTest.NonfatalFailureInSubroutine
74(expecting a failure on false)
75gtest_output_test_.cc:#: Failure
76Value of: false
77 Actual: false
78Expected: true
79\e[0;31m[ FAILED ] \e[mFatalFailureTest.NonfatalFailureInSubroutine
80\e[0;32m[----------] \e[m1 test from LoggingTest
81\e[0;32m[ RUN ] \e[mLoggingTest.InterleavingLoggingAndAssertions
82(expecting 2 failures on (3) >= (a[i]))
83i == 0
84i == 1
85gtest_output_test_.cc:#: Failure
86Expected: (3) >= (a[i]), actual: 3 vs 9
87i == 2
88i == 3
89gtest_output_test_.cc:#: Failure
90Expected: (3) >= (a[i]), actual: 3 vs 6
91\e[0;31m[ FAILED ] \e[mLoggingTest.InterleavingLoggingAndAssertions
92\e[0;32m[----------] \e[m6 tests from SCOPED_TRACETest
93\e[0;32m[ RUN ] \e[mSCOPED_TRACETest.ObeysScopes
94(expected to fail)
95gtest_output_test_.cc:#: Failure
96Failed
97This failure is expected, and shouldn't have a trace.
98gtest_output_test_.cc:#: Failure
99Failed
100This failure is expected, and should have a trace.
101Google Test trace:
102gtest_output_test_.cc:#: Expected trace
103gtest_output_test_.cc:#: Failure
104Failed
105This failure is expected, and shouldn't have a trace.
106\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.ObeysScopes
107\e[0;32m[ RUN ] \e[mSCOPED_TRACETest.WorksInLoop
108(expected to fail)
109gtest_output_test_.cc:#: Failure
110 Expected: 2
111To be equal to: n
112 Which is: 1
113Google Test trace:
114gtest_output_test_.cc:#: i = 1
115gtest_output_test_.cc:#: Failure
116 Expected: 1
117To be equal to: n
118 Which is: 2
119Google Test trace:
120gtest_output_test_.cc:#: i = 2
121\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.WorksInLoop
122\e[0;32m[ RUN ] \e[mSCOPED_TRACETest.WorksInSubroutine
123(expected to fail)
124gtest_output_test_.cc:#: Failure
125 Expected: 2
126To be equal to: n
127 Which is: 1
128Google Test trace:
129gtest_output_test_.cc:#: n = 1
130gtest_output_test_.cc:#: Failure
131 Expected: 1
132To be equal to: n
133 Which is: 2
134Google Test trace:
135gtest_output_test_.cc:#: n = 2
136\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.WorksInSubroutine
137\e[0;32m[ RUN ] \e[mSCOPED_TRACETest.CanBeNested
138(expected to fail)
139gtest_output_test_.cc:#: Failure
140 Expected: 1
141To be equal to: n
142 Which is: 2
143Google Test trace:
144gtest_output_test_.cc:#: n = 2
145gtest_output_test_.cc:#:
146\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.CanBeNested
147\e[0;32m[ RUN ] \e[mSCOPED_TRACETest.CanBeRepeated
148(expected to fail)
149gtest_output_test_.cc:#: Failure
150Failed
151This failure is expected, and should contain trace point A.
152Google Test trace:
153gtest_output_test_.cc:#: A
154gtest_output_test_.cc:#: Failure
155Failed
156This failure is expected, and should contain trace point A and B.
157Google Test trace:
158gtest_output_test_.cc:#: B
159gtest_output_test_.cc:#: A
160gtest_output_test_.cc:#: Failure
161Failed
162This failure is expected, and should contain trace point A, B, and C.
163Google Test trace:
164gtest_output_test_.cc:#: C
165gtest_output_test_.cc:#: B
166gtest_output_test_.cc:#: A
167gtest_output_test_.cc:#: Failure
168Failed
169This failure is expected, and should contain trace point A, B, and D.
170Google Test trace:
171gtest_output_test_.cc:#: D
172gtest_output_test_.cc:#: B
173gtest_output_test_.cc:#: A
174\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.CanBeRepeated
175\e[0;32m[ RUN ] \e[mSCOPED_TRACETest.WorksConcurrently
176(expecting 6 failures)
177gtest_output_test_.cc:#: Failure
178Failed
179Expected failure #1 (in thread B, only trace B alive).
180Google Test trace:
181gtest_output_test_.cc:#: Trace B
182gtest_output_test_.cc:#: Failure
183Failed
184Expected failure #2 (in thread A, trace A & B both alive).
185Google Test trace:
186gtest_output_test_.cc:#: Trace A
187gtest_output_test_.cc:#: Failure
188Failed
189Expected failure #3 (in thread B, trace A & B both alive).
190Google Test trace:
191gtest_output_test_.cc:#: Trace B
192gtest_output_test_.cc:#: Failure
193Failed
194Expected failure #4 (in thread B, only trace A alive).
195gtest_output_test_.cc:#: Failure
196Failed
197Expected failure #5 (in thread A, only trace A alive).
198Google Test trace:
199gtest_output_test_.cc:#: Trace A
200gtest_output_test_.cc:#: Failure
201Failed
202Expected failure #6 (in thread A, no trace alive).
203\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.WorksConcurrently
204\e[0;32m[----------] \e[m1 test from NonFatalFailureInFixtureConstructorTest
205\e[0;32m[ RUN ] \e[mNonFatalFailureInFixtureConstructorTest.FailureInConstructor
206(expecting 5 failures)
207gtest_output_test_.cc:#: Failure
208Failed
209Expected failure #1, in the test fixture c'tor.
210gtest_output_test_.cc:#: Failure
211Failed
212Expected failure #2, in SetUp().
213gtest_output_test_.cc:#: Failure
214Failed
215Expected failure #3, in the test body.
216gtest_output_test_.cc:#: Failure
217Failed
218Expected failure #4, in TearDown.
219gtest_output_test_.cc:#: Failure
220Failed
221Expected failure #5, in the test fixture d'tor.
222\e[0;31m[ FAILED ] \e[mNonFatalFailureInFixtureConstructorTest.FailureInConstructor
223\e[0;32m[----------] \e[m1 test from FatalFailureInFixtureConstructorTest
224\e[0;32m[ RUN ] \e[mFatalFailureInFixtureConstructorTest.FailureInConstructor
225(expecting 2 failures)
226gtest_output_test_.cc:#: Failure
227Failed
228Expected failure #1, in the test fixture c'tor.
229gtest_output_test_.cc:#: Failure
230Failed
231Expected failure #2, in the test fixture d'tor.
232\e[0;31m[ FAILED ] \e[mFatalFailureInFixtureConstructorTest.FailureInConstructor
233\e[0;32m[----------] \e[m1 test from NonFatalFailureInSetUpTest
234\e[0;32m[ RUN ] \e[mNonFatalFailureInSetUpTest.FailureInSetUp
235(expecting 4 failures)
236gtest_output_test_.cc:#: Failure
237Failed
238Expected failure #1, in SetUp().
239gtest_output_test_.cc:#: Failure
240Failed
241Expected failure #2, in the test function.
242gtest_output_test_.cc:#: Failure
243Failed
244Expected failure #3, in TearDown().
245gtest_output_test_.cc:#: Failure
246Failed
247Expected failure #4, in the test fixture d'tor.
248\e[0;31m[ FAILED ] \e[mNonFatalFailureInSetUpTest.FailureInSetUp
249\e[0;32m[----------] \e[m1 test from FatalFailureInSetUpTest
250\e[0;32m[ RUN ] \e[mFatalFailureInSetUpTest.FailureInSetUp
251(expecting 3 failures)
252gtest_output_test_.cc:#: Failure
253Failed
254Expected failure #1, in SetUp().
255gtest_output_test_.cc:#: Failure
256Failed
257Expected failure #2, in TearDown().
258gtest_output_test_.cc:#: Failure
259Failed
260Expected failure #3, in the test fixture d'tor.
261\e[0;31m[ FAILED ] \e[mFatalFailureInSetUpTest.FailureInSetUp
262\e[0;32m[----------] \e[m1 test from AddFailureAtTest
263\e[0;32m[ RUN ] \e[mAddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
264foo.cc:42: Failure
265Failed
266Expected failure in foo.cc
267\e[0;31m[ FAILED ] \e[mAddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
268\e[0;32m[----------] \e[m4 tests from MixedUpTestCaseTest
269\e[0;32m[ RUN ] \e[mMixedUpTestCaseTest.FirstTestFromNamespaceFoo
270\e[0;32m[ OK ] \e[mMixedUpTestCaseTest.FirstTestFromNamespaceFoo
271\e[0;32m[ RUN ] \e[mMixedUpTestCaseTest.SecondTestFromNamespaceFoo
272\e[0;32m[ OK ] \e[mMixedUpTestCaseTest.SecondTestFromNamespaceFoo
273\e[0;32m[ RUN ] \e[mMixedUpTestCaseTest.ThisShouldFail
274gtest.cc:#: Failure
275Failed
276All tests in the same test case must use the same test fixture
277class. However, in test case MixedUpTestCaseTest,
278you defined test FirstTestFromNamespaceFoo and test ThisShouldFail
279using two different test fixture classes. This can happen if
280the two classes are from different namespaces or translation
281units and have the same name. You should probably rename one
282of the classes to put the tests into different test cases.
283\e[0;31m[ FAILED ] \e[mMixedUpTestCaseTest.ThisShouldFail
284\e[0;32m[ RUN ] \e[mMixedUpTestCaseTest.ThisShouldFailToo
285gtest.cc:#: Failure
286Failed
287All tests in the same test case must use the same test fixture
288class. However, in test case MixedUpTestCaseTest,
289you defined test FirstTestFromNamespaceFoo and test ThisShouldFailToo
290using two different test fixture classes. This can happen if
291the two classes are from different namespaces or translation
292units and have the same name. You should probably rename one
293of the classes to put the tests into different test cases.
294\e[0;31m[ FAILED ] \e[mMixedUpTestCaseTest.ThisShouldFailToo
295\e[0;32m[----------] \e[m2 tests from MixedUpTestCaseWithSameTestNameTest
296\e[0;32m[ RUN ] \e[mMixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
297\e[0;32m[ OK ] \e[mMixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
298\e[0;32m[ RUN ] \e[mMixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
299gtest.cc:#: Failure
300Failed
301All tests in the same test case must use the same test fixture
302class. However, in test case MixedUpTestCaseWithSameTestNameTest,
303you defined test TheSecondTestWithThisNameShouldFail and test TheSecondTestWithThisNameShouldFail
304using two different test fixture classes. This can happen if
305the two classes are from different namespaces or translation
306units and have the same name. You should probably rename one
307of the classes to put the tests into different test cases.
308\e[0;31m[ FAILED ] \e[mMixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
309\e[0;32m[----------] \e[m2 tests from TEST_F_before_TEST_in_same_test_case
310\e[0;32m[ RUN ] \e[mTEST_F_before_TEST_in_same_test_case.DefinedUsingTEST_F
311\e[0;32m[ OK ] \e[mTEST_F_before_TEST_in_same_test_case.DefinedUsingTEST_F
312\e[0;32m[ RUN ] \e[mTEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
313gtest.cc:#: Failure
314Failed
315All tests in the same test case must use the same test fixture
316class, so mixing TEST_F and TEST in the same test case is
317illegal. In test case TEST_F_before_TEST_in_same_test_case,
318test DefinedUsingTEST_F is defined using TEST_F but
319test DefinedUsingTESTAndShouldFail is defined using TEST. You probably
320want to change the TEST to TEST_F or move it to another test
321case.
322\e[0;31m[ FAILED ] \e[mTEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
323\e[0;32m[----------] \e[m2 tests from TEST_before_TEST_F_in_same_test_case
324\e[0;32m[ RUN ] \e[mTEST_before_TEST_F_in_same_test_case.DefinedUsingTEST
325\e[0;32m[ OK ] \e[mTEST_before_TEST_F_in_same_test_case.DefinedUsingTEST
326\e[0;32m[ RUN ] \e[mTEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
327gtest.cc:#: Failure
328Failed
329All tests in the same test case must use the same test fixture
330class, so mixing TEST_F and TEST in the same test case is
331illegal. In test case TEST_before_TEST_F_in_same_test_case,
332test DefinedUsingTEST_FAndShouldFail is defined using TEST_F but
333test DefinedUsingTEST is defined using TEST. You probably
334want to change the TEST to TEST_F or move it to another test
335case.
336\e[0;31m[ FAILED ] \e[mTEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
337\e[0;32m[----------] \e[m8 tests from ExpectNonfatalFailureTest
338\e[0;32m[ RUN ] \e[mExpectNonfatalFailureTest.CanReferenceGlobalVariables
339\e[0;32m[ OK ] \e[mExpectNonfatalFailureTest.CanReferenceGlobalVariables
340\e[0;32m[ RUN ] \e[mExpectNonfatalFailureTest.CanReferenceLocalVariables
341\e[0;32m[ OK ] \e[mExpectNonfatalFailureTest.CanReferenceLocalVariables
342\e[0;32m[ RUN ] \e[mExpectNonfatalFailureTest.SucceedsWhenThereIsOneNonfatalFailure
343\e[0;32m[ OK ] \e[mExpectNonfatalFailureTest.SucceedsWhenThereIsOneNonfatalFailure
344\e[0;32m[ RUN ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
345(expecting a failure)
346gtest.cc:#: Failure
347Expected: 1 non-fatal failure
348 Actual: 0 failures
349\e[0;31m[ FAILED ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
350\e[0;32m[ RUN ] \e[mExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
351(expecting a failure)
352gtest.cc:#: Failure
353Expected: 1 non-fatal failure
354 Actual: 2 failures
355gtest_output_test_.cc:#: Non-fatal failure:
356Failed
357Expected non-fatal failure 1.
358
359gtest_output_test_.cc:#: Non-fatal failure:
360Failed
361Expected non-fatal failure 2.
362
363\e[0;31m[ FAILED ] \e[mExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
364\e[0;32m[ RUN ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
365(expecting a failure)
366gtest.cc:#: Failure
367Expected: 1 non-fatal failure
368 Actual:
369gtest_output_test_.cc:#: Fatal failure:
370Failed
371Expected fatal failure.
372
373\e[0;31m[ FAILED ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
374\e[0;32m[ RUN ] \e[mExpectNonfatalFailureTest.FailsWhenStatementReturns
375(expecting a failure)
376gtest.cc:#: Failure
377Expected: 1 non-fatal failure
378 Actual: 0 failures
379\e[0;31m[ FAILED ] \e[mExpectNonfatalFailureTest.FailsWhenStatementReturns
380\e[0;32m[ RUN ] \e[mExpectNonfatalFailureTest.FailsWhenStatementThrows
381(expecting a failure)
382gtest.cc:#: Failure
383Expected: 1 non-fatal failure
384 Actual: 0 failures
385\e[0;31m[ FAILED ] \e[mExpectNonfatalFailureTest.FailsWhenStatementThrows
386\e[0;32m[----------] \e[m8 tests from ExpectFatalFailureTest
387\e[0;32m[ RUN ] \e[mExpectFatalFailureTest.CanReferenceGlobalVariables
388\e[0;32m[ OK ] \e[mExpectFatalFailureTest.CanReferenceGlobalVariables
389\e[0;32m[ RUN ] \e[mExpectFatalFailureTest.CanReferenceLocalStaticVariables
390\e[0;32m[ OK ] \e[mExpectFatalFailureTest.CanReferenceLocalStaticVariables
391\e[0;32m[ RUN ] \e[mExpectFatalFailureTest.SucceedsWhenThereIsOneFatalFailure
392\e[0;32m[ OK ] \e[mExpectFatalFailureTest.SucceedsWhenThereIsOneFatalFailure
393\e[0;32m[ RUN ] \e[mExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
394(expecting a failure)
395gtest.cc:#: Failure
396Expected: 1 fatal failure
397 Actual: 0 failures
398\e[0;31m[ FAILED ] \e[mExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
399\e[0;32m[ RUN ] \e[mExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
400(expecting a failure)
401gtest.cc:#: Failure
402Expected: 1 fatal failure
403 Actual: 2 failures
404gtest_output_test_.cc:#: Fatal failure:
405Failed
406Expected fatal failure.
407
408gtest_output_test_.cc:#: Fatal failure:
409Failed
410Expected fatal failure.
411
412\e[0;31m[ FAILED ] \e[mExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
413\e[0;32m[ RUN ] \e[mExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
414(expecting a failure)
415gtest.cc:#: Failure
416Expected: 1 fatal failure
417 Actual:
418gtest_output_test_.cc:#: Non-fatal failure:
419Failed
420Expected non-fatal failure.
421
422\e[0;31m[ FAILED ] \e[mExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
423\e[0;32m[ RUN ] \e[mExpectFatalFailureTest.FailsWhenStatementReturns
424(expecting a failure)
425gtest.cc:#: Failure
426Expected: 1 fatal failure
427 Actual: 0 failures
428\e[0;31m[ FAILED ] \e[mExpectFatalFailureTest.FailsWhenStatementReturns
429\e[0;32m[ RUN ] \e[mExpectFatalFailureTest.FailsWhenStatementThrows
430(expecting a failure)
431gtest.cc:#: Failure
432Expected: 1 fatal failure
433 Actual: 0 failures
434\e[0;31m[ FAILED ] \e[mExpectFatalFailureTest.FailsWhenStatementThrows
435\e[0;32m[----------] \e[m2 tests from TypedTest/0, where TypeParam = int
436\e[0;32m[ RUN ] \e[mTypedTest/0.Success
437\e[0;32m[ OK ] \e[mTypedTest/0.Success
438\e[0;32m[ RUN ] \e[mTypedTest/0.Failure
439gtest_output_test_.cc:#: Failure
440 Expected: 1
441To be equal to: TypeParam()
442 Which is: 0
443Expected failure
444\e[0;31m[ FAILED ] \e[mTypedTest/0.Failure, where TypeParam = int
445\e[0;32m[----------] \e[m2 tests from Unsigned/TypedTestP/0, where TypeParam = unsigned char
446\e[0;32m[ RUN ] \e[mUnsigned/TypedTestP/0.Success
447\e[0;32m[ OK ] \e[mUnsigned/TypedTestP/0.Success
448\e[0;32m[ RUN ] \e[mUnsigned/TypedTestP/0.Failure
449gtest_output_test_.cc:#: Failure
450 Expected: 1U
451 Which is: 1
452To be equal to: TypeParam()
453 Which is: '\0'
454Expected failure
455\e[0;31m[ FAILED ] \e[mUnsigned/TypedTestP/0.Failure, where TypeParam = unsigned char
456\e[0;32m[----------] \e[m2 tests from Unsigned/TypedTestP/1, where TypeParam = unsigned int
457\e[0;32m[ RUN ] \e[mUnsigned/TypedTestP/1.Success
458\e[0;32m[ OK ] \e[mUnsigned/TypedTestP/1.Success
459\e[0;32m[ RUN ] \e[mUnsigned/TypedTestP/1.Failure
460gtest_output_test_.cc:#: Failure
461 Expected: 1U
462 Which is: 1
463To be equal to: TypeParam()
464 Which is: 0
465Expected failure
466\e[0;31m[ FAILED ] \e[mUnsigned/TypedTestP/1.Failure, where TypeParam = unsigned int
467\e[0;32m[----------] \e[m4 tests from ExpectFailureTest
468\e[0;32m[ RUN ] \e[mExpectFailureTest.ExpectFatalFailure
469(expecting 1 failure)
470gtest.cc:#: Failure
471Expected: 1 fatal failure
472 Actual:
473gtest_output_test_.cc:#: Success:
474Succeeded
475
476(expecting 1 failure)
477gtest.cc:#: Failure
478Expected: 1 fatal failure
479 Actual:
480gtest_output_test_.cc:#: Non-fatal failure:
481Failed
482Expected non-fatal failure.
483
484(expecting 1 failure)
485gtest.cc:#: Failure
486Expected: 1 fatal failure containing "Some other fatal failure expected."
487 Actual:
488gtest_output_test_.cc:#: Fatal failure:
489Failed
490Expected fatal failure.
491
492\e[0;31m[ FAILED ] \e[mExpectFailureTest.ExpectFatalFailure
493\e[0;32m[ RUN ] \e[mExpectFailureTest.ExpectNonFatalFailure
494(expecting 1 failure)
495gtest.cc:#: Failure
496Expected: 1 non-fatal failure
497 Actual:
498gtest_output_test_.cc:#: Success:
499Succeeded
500
501(expecting 1 failure)
502gtest.cc:#: Failure
503Expected: 1 non-fatal failure
504 Actual:
505gtest_output_test_.cc:#: Fatal failure:
506Failed
507Expected fatal failure.
508
509(expecting 1 failure)
510gtest.cc:#: Failure
511Expected: 1 non-fatal failure containing "Some other non-fatal failure."
512 Actual:
513gtest_output_test_.cc:#: Non-fatal failure:
514Failed
515Expected non-fatal failure.
516
517\e[0;31m[ FAILED ] \e[mExpectFailureTest.ExpectNonFatalFailure
518\e[0;32m[ RUN ] \e[mExpectFailureTest.ExpectFatalFailureOnAllThreads
519(expecting 1 failure)
520gtest.cc:#: Failure
521Expected: 1 fatal failure
522 Actual:
523gtest_output_test_.cc:#: Success:
524Succeeded
525
526(expecting 1 failure)
527gtest.cc:#: Failure
528Expected: 1 fatal failure
529 Actual:
530gtest_output_test_.cc:#: Non-fatal failure:
531Failed
532Expected non-fatal failure.
533
534(expecting 1 failure)
535gtest.cc:#: Failure
536Expected: 1 fatal failure containing "Some other fatal failure expected."
537 Actual:
538gtest_output_test_.cc:#: Fatal failure:
539Failed
540Expected fatal failure.
541
542\e[0;31m[ FAILED ] \e[mExpectFailureTest.ExpectFatalFailureOnAllThreads
543\e[0;32m[ RUN ] \e[mExpectFailureTest.ExpectNonFatalFailureOnAllThreads
544(expecting 1 failure)
545gtest.cc:#: Failure
546Expected: 1 non-fatal failure
547 Actual:
548gtest_output_test_.cc:#: Success:
549Succeeded
550
551(expecting 1 failure)
552gtest.cc:#: Failure
553Expected: 1 non-fatal failure
554 Actual:
555gtest_output_test_.cc:#: Fatal failure:
556Failed
557Expected fatal failure.
558
559(expecting 1 failure)
560gtest.cc:#: Failure
561Expected: 1 non-fatal failure containing "Some other non-fatal failure."
562 Actual:
563gtest_output_test_.cc:#: Non-fatal failure:
564Failed
565Expected non-fatal failure.
566
567\e[0;31m[ FAILED ] \e[mExpectFailureTest.ExpectNonFatalFailureOnAllThreads
568\e[0;32m[----------] \e[m2 tests from ExpectFailureWithThreadsTest
569\e[0;32m[ RUN ] \e[mExpectFailureWithThreadsTest.ExpectFatalFailure
570(expecting 2 failures)
571gtest_output_test_.cc:#: Failure
572Failed
573Expected fatal failure.
574gtest.cc:#: Failure
575Expected: 1 fatal failure
576 Actual: 0 failures
577\e[0;31m[ FAILED ] \e[mExpectFailureWithThreadsTest.ExpectFatalFailure
578\e[0;32m[ RUN ] \e[mExpectFailureWithThreadsTest.ExpectNonFatalFailure
579(expecting 2 failures)
580gtest_output_test_.cc:#: Failure
581Failed
582Expected non-fatal failure.
583gtest.cc:#: Failure
584Expected: 1 non-fatal failure
585 Actual: 0 failures
586\e[0;31m[ FAILED ] \e[mExpectFailureWithThreadsTest.ExpectNonFatalFailure
587\e[0;32m[----------] \e[m1 test from ScopedFakeTestPartResultReporterTest
588\e[0;32m[ RUN ] \e[mScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
589(expecting 2 failures)
590gtest_output_test_.cc:#: Failure
591Failed
592Expected fatal failure.
593gtest_output_test_.cc:#: Failure
594Failed
595Expected non-fatal failure.
596\e[0;31m[ FAILED ] \e[mScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
597\e[0;32m[----------] \e[m1 test from PrintingFailingParams/FailingParamTest
598\e[0;32m[ RUN ] \e[mPrintingFailingParams/FailingParamTest.Fails/0
599gtest_output_test_.cc:#: Failure
600 Expected: 1
601To be equal to: GetParam()
602 Which is: 2
603\e[0;31m[ FAILED ] \e[mPrintingFailingParams/FailingParamTest.Fails/0, where GetParam() = 2
604\e[0;32m[----------] \e[m2 tests from PrintingStrings/ParamTest
605\e[0;32m[ RUN ] \e[mPrintingStrings/ParamTest.Success/a
606\e[0;32m[ OK ] \e[mPrintingStrings/ParamTest.Success/a
607\e[0;32m[ RUN ] \e[mPrintingStrings/ParamTest.Failure/a
608gtest_output_test_.cc:#: Failure
609 Expected: "b"
610To be equal to: GetParam()
611 Which is: "a"
612Expected failure
613\e[0;31m[ FAILED ] \e[mPrintingStrings/ParamTest.Failure/a, where GetParam() = "a"
614\e[0;32m[----------] \e[mGlobal test environment tear-down
615BarEnvironment::TearDown() called.
616gtest_output_test_.cc:#: Failure
617Failed
618Expected non-fatal failure.
619FooEnvironment::TearDown() called.
620gtest_output_test_.cc:#: Failure
621Failed
622Expected fatal failure.
623\e[0;32m[==========] \e[m66 tests from 29 test cases ran.
624\e[0;32m[ PASSED ] \e[m22 tests.
625\e[0;31m[ FAILED ] \e[m44 tests, listed below:
626\e[0;31m[ FAILED ] \e[mNonfatalFailureTest.EscapesStringOperands
627\e[0;31m[ FAILED ] \e[mNonfatalFailureTest.DiffForLongStrings
628\e[0;31m[ FAILED ] \e[mFatalFailureTest.FatalFailureInSubroutine
629\e[0;31m[ FAILED ] \e[mFatalFailureTest.FatalFailureInNestedSubroutine
630\e[0;31m[ FAILED ] \e[mFatalFailureTest.NonfatalFailureInSubroutine
631\e[0;31m[ FAILED ] \e[mLoggingTest.InterleavingLoggingAndAssertions
632\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.ObeysScopes
633\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.WorksInLoop
634\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.WorksInSubroutine
635\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.CanBeNested
636\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.CanBeRepeated
637\e[0;31m[ FAILED ] \e[mSCOPED_TRACETest.WorksConcurrently
638\e[0;31m[ FAILED ] \e[mNonFatalFailureInFixtureConstructorTest.FailureInConstructor
639\e[0;31m[ FAILED ] \e[mFatalFailureInFixtureConstructorTest.FailureInConstructor
640\e[0;31m[ FAILED ] \e[mNonFatalFailureInSetUpTest.FailureInSetUp
641\e[0;31m[ FAILED ] \e[mFatalFailureInSetUpTest.FailureInSetUp
642\e[0;31m[ FAILED ] \e[mAddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
643\e[0;31m[ FAILED ] \e[mMixedUpTestCaseTest.ThisShouldFail
644\e[0;31m[ FAILED ] \e[mMixedUpTestCaseTest.ThisShouldFailToo
645\e[0;31m[ FAILED ] \e[mMixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
646\e[0;31m[ FAILED ] \e[mTEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
647\e[0;31m[ FAILED ] \e[mTEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
648\e[0;31m[ FAILED ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
649\e[0;31m[ FAILED ] \e[mExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
650\e[0;31m[ FAILED ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
651\e[0;31m[ FAILED ] \e[mExpectNonfatalFailureTest.FailsWhenStatementReturns
652\e[0;31m[ FAILED ] \e[mExpectNonfatalFailureTest.FailsWhenStatementThrows
653\e[0;31m[ FAILED ] \e[mExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
654\e[0;31m[ FAILED ] \e[mExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
655\e[0;31m[ FAILED ] \e[mExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
656\e[0;31m[ FAILED ] \e[mExpectFatalFailureTest.FailsWhenStatementReturns
657\e[0;31m[ FAILED ] \e[mExpectFatalFailureTest.FailsWhenStatementThrows
658\e[0;31m[ FAILED ] \e[mTypedTest/0.Failure, where TypeParam = int
659\e[0;31m[ FAILED ] \e[mUnsigned/TypedTestP/0.Failure, where TypeParam = unsigned char
660\e[0;31m[ FAILED ] \e[mUnsigned/TypedTestP/1.Failure, where TypeParam = unsigned int
661\e[0;31m[ FAILED ] \e[mExpectFailureTest.ExpectFatalFailure
662\e[0;31m[ FAILED ] \e[mExpectFailureTest.ExpectNonFatalFailure
663\e[0;31m[ FAILED ] \e[mExpectFailureTest.ExpectFatalFailureOnAllThreads
664\e[0;31m[ FAILED ] \e[mExpectFailureTest.ExpectNonFatalFailureOnAllThreads
665\e[0;31m[ FAILED ] \e[mExpectFailureWithThreadsTest.ExpectFatalFailure
666\e[0;31m[ FAILED ] \e[mExpectFailureWithThreadsTest.ExpectNonFatalFailure
667\e[0;31m[ FAILED ] \e[mScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
668\e[0;31m[ FAILED ] \e[mPrintingFailingParams/FailingParamTest.Fails/0, where GetParam() = 2
669\e[0;31m[ FAILED ] \e[mPrintingStrings/ParamTest.Failure/a, where GetParam() = "a"
670
67144 FAILED TESTS
672\e[0;33m YOU HAVE 1 DISABLED TEST
673
674\e[mNote: Google Test filter = FatalFailureTest.*:LoggingTest.*
675[==========] Running 4 tests from 2 test cases.
676[----------] Global test environment set-up.
677[----------] 3 tests from FatalFailureTest
678[ RUN ] FatalFailureTest.FatalFailureInSubroutine
679(expecting a failure that x should be 1)
680gtest_output_test_.cc:#: Failure
681 Expected: 1
682To be equal to: x
683 Which is: 2
684[ FAILED ] FatalFailureTest.FatalFailureInSubroutine (? ms)
685[ RUN ] FatalFailureTest.FatalFailureInNestedSubroutine
686(expecting a failure that x should be 1)
687gtest_output_test_.cc:#: Failure
688 Expected: 1
689To be equal to: x
690 Which is: 2
691[ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine (? ms)
692[ RUN ] FatalFailureTest.NonfatalFailureInSubroutine
693(expecting a failure on false)
694gtest_output_test_.cc:#: Failure
695Value of: false
696 Actual: false
697Expected: true
698[ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine (? ms)
699[----------] 3 tests from FatalFailureTest (? ms total)
700
701[----------] 1 test from LoggingTest
702[ RUN ] LoggingTest.InterleavingLoggingAndAssertions
703(expecting 2 failures on (3) >= (a[i]))
704i == 0
705i == 1
706gtest_output_test_.cc:#: Failure
707Expected: (3) >= (a[i]), actual: 3 vs 9
708i == 2
709i == 3
710gtest_output_test_.cc:#: Failure
711Expected: (3) >= (a[i]), actual: 3 vs 6
712[ FAILED ] LoggingTest.InterleavingLoggingAndAssertions (? ms)
713[----------] 1 test from LoggingTest (? ms total)
714
715[----------] Global test environment tear-down
716[==========] 4 tests from 2 test cases ran. (? ms total)
717[ PASSED ] 0 tests.
718[ FAILED ] 4 tests, listed below:
719[ FAILED ] FatalFailureTest.FatalFailureInSubroutine
720[ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine
721[ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine
722[ FAILED ] LoggingTest.InterleavingLoggingAndAssertions
723
724 4 FAILED TESTS
725Note: Google Test filter = *DISABLED_*
726[==========] Running 1 test from 1 test case.
727[----------] Global test environment set-up.
728[----------] 1 test from DisabledTestsWarningTest
729[ RUN ] DisabledTestsWarningTest.DISABLED_AlsoRunDisabledTestsFlagSuppressesWarning
730[ OK ] DisabledTestsWarningTest.DISABLED_AlsoRunDisabledTestsFlagSuppressesWarning
731[----------] Global test environment tear-down
732[==========] 1 test from 1 test case ran.
733[ PASSED ] 1 test.
734Note: Google Test filter = PassingTest.*
735Note: This is test shard 2 of 2.
736[==========] Running 1 test from 1 test case.
737[----------] Global test environment set-up.
738[----------] 1 test from PassingTest
739[ RUN ] PassingTest.PassingTest2
740[ OK ] PassingTest.PassingTest2
741[----------] Global test environment tear-down
742[==========] 1 test from 1 test case ran.
743[ PASSED ] 1 test.