You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1140 lines
38 KiB

  1. The non-test part of the code is expected to have 2 failures.
  2. googletest-output-test_.cc:#: Failure
  3. Value of: false
  4. Actual: false
  5. Expected: true
  6. Stack trace: (omitted)
  7. googletest-output-test_.cc:#: Failure
  8. Expected equality of these values:
  9. 2
  10. 3
  11. Stack trace: (omitted)
  12. [==========] Running 85 tests from 40 test suites.
  13. [----------] Global test environment set-up.
  14. FooEnvironment::SetUp() called.
  15. BarEnvironment::SetUp() called.
  16. [----------] 1 test from ADeathTest
  17. [ RUN ] ADeathTest.ShouldRunFirst
  18. [ OK ] ADeathTest.ShouldRunFirst
  19. [----------] 1 test from ATypedDeathTest/0, where TypeParam = int
  20. [ RUN ] ATypedDeathTest/0.ShouldRunFirst
  21. [ OK ] ATypedDeathTest/0.ShouldRunFirst
  22. [----------] 1 test from ATypedDeathTest/1, where TypeParam = double
  23. [ RUN ] ATypedDeathTest/1.ShouldRunFirst
  24. [ OK ] ATypedDeathTest/1.ShouldRunFirst
  25. [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int
  26. [ RUN ] My/ATypeParamDeathTest/0.ShouldRunFirst
  27. [ OK ] My/ATypeParamDeathTest/0.ShouldRunFirst
  28. [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double
  29. [ RUN ] My/ATypeParamDeathTest/1.ShouldRunFirst
  30. [ OK ] My/ATypeParamDeathTest/1.ShouldRunFirst
  31. [----------] 2 tests from PassingTest
  32. [ RUN ] PassingTest.PassingTest1
  33. [ OK ] PassingTest.PassingTest1
  34. [ RUN ] PassingTest.PassingTest2
  35. [ OK ] PassingTest.PassingTest2
  36. [----------] 2 tests from NonfatalFailureTest
  37. [ RUN ] NonfatalFailureTest.EscapesStringOperands
  38. googletest-output-test_.cc:#: Failure
  39. Expected equality of these values:
  40. kGoldenString
  41. Which is: "\"Line"
  42. actual
  43. Which is: "actual \"string\""
  44. Stack trace: (omitted)
  45. googletest-output-test_.cc:#: Failure
  46. Expected equality of these values:
  47. golden
  48. Which is: "\"Line"
  49. actual
  50. Which is: "actual \"string\""
  51. Stack trace: (omitted)
  52. [ FAILED ] NonfatalFailureTest.EscapesStringOperands
  53. [ RUN ] NonfatalFailureTest.DiffForLongStrings
  54. googletest-output-test_.cc:#: Failure
  55. Expected equality of these values:
  56. golden_str
  57. Which is: "\"Line\0 1\"\nLine 2"
  58. "Line 2"
  59. With diff:
  60. @@ -1,2 @@
  61. -\"Line\0 1\"
  62. Line 2
  63. Stack trace: (omitted)
  64. [ FAILED ] NonfatalFailureTest.DiffForLongStrings
  65. [----------] 3 tests from FatalFailureTest
  66. [ RUN ] FatalFailureTest.FatalFailureInSubroutine
  67. (expecting a failure that x should be 1)
  68. googletest-output-test_.cc:#: Failure
  69. Expected equality of these values:
  70. 1
  71. x
  72. Which is: 2
  73. Stack trace: (omitted)
  74. [ FAILED ] FatalFailureTest.FatalFailureInSubroutine
  75. [ RUN ] FatalFailureTest.FatalFailureInNestedSubroutine
  76. (expecting a failure that x should be 1)
  77. googletest-output-test_.cc:#: Failure
  78. Expected equality of these values:
  79. 1
  80. x
  81. Which is: 2
  82. Stack trace: (omitted)
  83. [ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine
  84. [ RUN ] FatalFailureTest.NonfatalFailureInSubroutine
  85. (expecting a failure on false)
  86. googletest-output-test_.cc:#: Failure
  87. Value of: false
  88. Actual: false
  89. Expected: true
  90. Stack trace: (omitted)
  91. [ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine
  92. [----------] 1 test from LoggingTest
  93. [ RUN ] LoggingTest.InterleavingLoggingAndAssertions
  94. (expecting 2 failures on (3) >= (a[i]))
  95. i == 0
  96. i == 1
  97. googletest-output-test_.cc:#: Failure
  98. Expected: (3) >= (a[i]), actual: 3 vs 9
  99. Stack trace: (omitted)
  100. i == 2
  101. i == 3
  102. googletest-output-test_.cc:#: Failure
  103. Expected: (3) >= (a[i]), actual: 3 vs 6
  104. Stack trace: (omitted)
  105. [ FAILED ] LoggingTest.InterleavingLoggingAndAssertions
  106. [----------] 7 tests from SCOPED_TRACETest
  107. [ RUN ] SCOPED_TRACETest.AcceptedValues
  108. googletest-output-test_.cc:#: Failure
  109. Failed
  110. Just checking that all these values work fine.
  111. Google Test trace:
  112. googletest-output-test_.cc:#: (null)
  113. googletest-output-test_.cc:#: 1337
  114. googletest-output-test_.cc:#: std::string
  115. googletest-output-test_.cc:#: literal string
  116. Stack trace: (omitted)
  117. [ FAILED ] SCOPED_TRACETest.AcceptedValues
  118. [ RUN ] SCOPED_TRACETest.ObeysScopes
  119. (expected to fail)
  120. googletest-output-test_.cc:#: Failure
  121. Failed
  122. This failure is expected, and shouldn't have a trace.
  123. Stack trace: (omitted)
  124. googletest-output-test_.cc:#: Failure
  125. Failed
  126. This failure is expected, and should have a trace.
  127. Google Test trace:
  128. googletest-output-test_.cc:#: Expected trace
  129. Stack trace: (omitted)
  130. googletest-output-test_.cc:#: Failure
  131. Failed
  132. This failure is expected, and shouldn't have a trace.
  133. Stack trace: (omitted)
  134. [ FAILED ] SCOPED_TRACETest.ObeysScopes
  135. [ RUN ] SCOPED_TRACETest.WorksInLoop
  136. (expected to fail)
  137. googletest-output-test_.cc:#: Failure
  138. Expected equality of these values:
  139. 2
  140. n
  141. Which is: 1
  142. Google Test trace:
  143. googletest-output-test_.cc:#: i = 1
  144. Stack trace: (omitted)
  145. googletest-output-test_.cc:#: Failure
  146. Expected equality of these values:
  147. 1
  148. n
  149. Which is: 2
  150. Google Test trace:
  151. googletest-output-test_.cc:#: i = 2
  152. Stack trace: (omitted)
  153. [ FAILED ] SCOPED_TRACETest.WorksInLoop
  154. [ RUN ] SCOPED_TRACETest.WorksInSubroutine
  155. (expected to fail)
  156. googletest-output-test_.cc:#: Failure
  157. Expected equality of these values:
  158. 2
  159. n
  160. Which is: 1
  161. Google Test trace:
  162. googletest-output-test_.cc:#: n = 1
  163. Stack trace: (omitted)
  164. googletest-output-test_.cc:#: Failure
  165. Expected equality of these values:
  166. 1
  167. n
  168. Which is: 2
  169. Google Test trace:
  170. googletest-output-test_.cc:#: n = 2
  171. Stack trace: (omitted)
  172. [ FAILED ] SCOPED_TRACETest.WorksInSubroutine
  173. [ RUN ] SCOPED_TRACETest.CanBeNested
  174. (expected to fail)
  175. googletest-output-test_.cc:#: Failure
  176. Expected equality of these values:
  177. 1
  178. n
  179. Which is: 2
  180. Google Test trace:
  181. googletest-output-test_.cc:#: n = 2
  182. googletest-output-test_.cc:#:
  183. Stack trace: (omitted)
  184. [ FAILED ] SCOPED_TRACETest.CanBeNested
  185. [ RUN ] SCOPED_TRACETest.CanBeRepeated
  186. (expected to fail)
  187. googletest-output-test_.cc:#: Failure
  188. Failed
  189. This failure is expected, and should contain trace point A.
  190. Google Test trace:
  191. googletest-output-test_.cc:#: A
  192. Stack trace: (omitted)
  193. googletest-output-test_.cc:#: Failure
  194. Failed
  195. This failure is expected, and should contain trace point A and B.
  196. Google Test trace:
  197. googletest-output-test_.cc:#: B
  198. googletest-output-test_.cc:#: A
  199. Stack trace: (omitted)
  200. googletest-output-test_.cc:#: Failure
  201. Failed
  202. This failure is expected, and should contain trace point A, B, and C.
  203. Google Test trace:
  204. googletest-output-test_.cc:#: C
  205. googletest-output-test_.cc:#: B
  206. googletest-output-test_.cc:#: A
  207. Stack trace: (omitted)
  208. googletest-output-test_.cc:#: Failure
  209. Failed
  210. This failure is expected, and should contain trace point A, B, and D.
  211. Google Test trace:
  212. googletest-output-test_.cc:#: D
  213. googletest-output-test_.cc:#: B
  214. googletest-output-test_.cc:#: A
  215. Stack trace: (omitted)
  216. [ FAILED ] SCOPED_TRACETest.CanBeRepeated
  217. [ RUN ] SCOPED_TRACETest.WorksConcurrently
  218. (expecting 6 failures)
  219. googletest-output-test_.cc:#: Failure
  220. Failed
  221. Expected failure #1 (in thread B, only trace B alive).
  222. Google Test trace:
  223. googletest-output-test_.cc:#: Trace B
  224. Stack trace: (omitted)
  225. googletest-output-test_.cc:#: Failure
  226. Failed
  227. Expected failure #2 (in thread A, trace A & B both alive).
  228. Google Test trace:
  229. googletest-output-test_.cc:#: Trace A
  230. Stack trace: (omitted)
  231. googletest-output-test_.cc:#: Failure
  232. Failed
  233. Expected failure #3 (in thread B, trace A & B both alive).
  234. Google Test trace:
  235. googletest-output-test_.cc:#: Trace B
  236. Stack trace: (omitted)
  237. googletest-output-test_.cc:#: Failure
  238. Failed
  239. Expected failure #4 (in thread B, only trace A alive).
  240. Stack trace: (omitted)
  241. googletest-output-test_.cc:#: Failure
  242. Failed
  243. Expected failure #5 (in thread A, only trace A alive).
  244. Google Test trace:
  245. googletest-output-test_.cc:#: Trace A
  246. Stack trace: (omitted)
  247. googletest-output-test_.cc:#: Failure
  248. Failed
  249. Expected failure #6 (in thread A, no trace alive).
  250. Stack trace: (omitted)
  251. [ FAILED ] SCOPED_TRACETest.WorksConcurrently
  252. [----------] 1 test from ScopedTraceTest
  253. [ RUN ] ScopedTraceTest.WithExplicitFileAndLine
  254. googletest-output-test_.cc:#: Failure
  255. Failed
  256. Check that the trace is attached to a particular location.
  257. Google Test trace:
  258. explicit_file.cc:123: expected trace message
  259. Stack trace: (omitted)
  260. [ FAILED ] ScopedTraceTest.WithExplicitFileAndLine
  261. [----------] 1 test from NonFatalFailureInFixtureConstructorTest
  262. [ RUN ] NonFatalFailureInFixtureConstructorTest.FailureInConstructor
  263. (expecting 5 failures)
  264. googletest-output-test_.cc:#: Failure
  265. Failed
  266. Expected failure #1, in the test fixture c'tor.
  267. Stack trace: (omitted)
  268. googletest-output-test_.cc:#: Failure
  269. Failed
  270. Expected failure #2, in SetUp().
  271. Stack trace: (omitted)
  272. googletest-output-test_.cc:#: Failure
  273. Failed
  274. Expected failure #3, in the test body.
  275. Stack trace: (omitted)
  276. googletest-output-test_.cc:#: Failure
  277. Failed
  278. Expected failure #4, in TearDown.
  279. Stack trace: (omitted)
  280. googletest-output-test_.cc:#: Failure
  281. Failed
  282. Expected failure #5, in the test fixture d'tor.
  283. Stack trace: (omitted)
  284. [ FAILED ] NonFatalFailureInFixtureConstructorTest.FailureInConstructor
  285. [----------] 1 test from FatalFailureInFixtureConstructorTest
  286. [ RUN ] FatalFailureInFixtureConstructorTest.FailureInConstructor
  287. (expecting 2 failures)
  288. googletest-output-test_.cc:#: Failure
  289. Failed
  290. Expected failure #1, in the test fixture c'tor.
  291. Stack trace: (omitted)
  292. googletest-output-test_.cc:#: Failure
  293. Failed
  294. Expected failure #2, in the test fixture d'tor.
  295. Stack trace: (omitted)
  296. [ FAILED ] FatalFailureInFixtureConstructorTest.FailureInConstructor
  297. [----------] 1 test from NonFatalFailureInSetUpTest
  298. [ RUN ] NonFatalFailureInSetUpTest.FailureInSetUp
  299. (expecting 4 failures)
  300. googletest-output-test_.cc:#: Failure
  301. Failed
  302. Expected failure #1, in SetUp().
  303. Stack trace: (omitted)
  304. googletest-output-test_.cc:#: Failure
  305. Failed
  306. Expected failure #2, in the test function.
  307. Stack trace: (omitted)
  308. googletest-output-test_.cc:#: Failure
  309. Failed
  310. Expected failure #3, in TearDown().
  311. Stack trace: (omitted)
  312. googletest-output-test_.cc:#: Failure
  313. Failed
  314. Expected failure #4, in the test fixture d'tor.
  315. Stack trace: (omitted)
  316. [ FAILED ] NonFatalFailureInSetUpTest.FailureInSetUp
  317. [----------] 1 test from FatalFailureInSetUpTest
  318. [ RUN ] FatalFailureInSetUpTest.FailureInSetUp
  319. (expecting 3 failures)
  320. googletest-output-test_.cc:#: Failure
  321. Failed
  322. Expected failure #1, in SetUp().
  323. Stack trace: (omitted)
  324. googletest-output-test_.cc:#: Failure
  325. Failed
  326. Expected failure #2, in TearDown().
  327. Stack trace: (omitted)
  328. googletest-output-test_.cc:#: Failure
  329. Failed
  330. Expected failure #3, in the test fixture d'tor.
  331. Stack trace: (omitted)
  332. [ FAILED ] FatalFailureInSetUpTest.FailureInSetUp
  333. [----------] 1 test from AddFailureAtTest
  334. [ RUN ] AddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
  335. foo.cc:42: Failure
  336. Failed
  337. Expected nonfatal failure in foo.cc
  338. Stack trace: (omitted)
  339. [ FAILED ] AddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
  340. [----------] 1 test from GtestFailAtTest
  341. [ RUN ] GtestFailAtTest.MessageContainsSpecifiedFileAndLineNumber
  342. foo.cc:42: Failure
  343. Failed
  344. Expected fatal failure in foo.cc
  345. Stack trace: (omitted)
  346. [ FAILED ] GtestFailAtTest.MessageContainsSpecifiedFileAndLineNumber
  347. [----------] 4 tests from MixedUpTestSuiteTest
  348. [ RUN ] MixedUpTestSuiteTest.FirstTestFromNamespaceFoo
  349. [ OK ] MixedUpTestSuiteTest.FirstTestFromNamespaceFoo
  350. [ RUN ] MixedUpTestSuiteTest.SecondTestFromNamespaceFoo
  351. [ OK ] MixedUpTestSuiteTest.SecondTestFromNamespaceFoo
  352. [ RUN ] MixedUpTestSuiteTest.ThisShouldFail
  353. gtest.cc:#: Failure
  354. Failed
  355. All tests in the same test suite must use the same test fixture
  356. class. However, in test suite MixedUpTestSuiteTest,
  357. you defined test FirstTestFromNamespaceFoo and test ThisShouldFail
  358. using two different test fixture classes. This can happen if
  359. the two classes are from different namespaces or translation
  360. units and have the same name. You should probably rename one
  361. of the classes to put the tests into different test suites.
  362. Stack trace: (omitted)
  363. [ FAILED ] MixedUpTestSuiteTest.ThisShouldFail
  364. [ RUN ] MixedUpTestSuiteTest.ThisShouldFailToo
  365. gtest.cc:#: Failure
  366. Failed
  367. All tests in the same test suite must use the same test fixture
  368. class. However, in test suite MixedUpTestSuiteTest,
  369. you defined test FirstTestFromNamespaceFoo and test ThisShouldFailToo
  370. using two different test fixture classes. This can happen if
  371. the two classes are from different namespaces or translation
  372. units and have the same name. You should probably rename one
  373. of the classes to put the tests into different test suites.
  374. Stack trace: (omitted)
  375. [ FAILED ] MixedUpTestSuiteTest.ThisShouldFailToo
  376. [----------] 2 tests from MixedUpTestSuiteWithSameTestNameTest
  377. [ RUN ] MixedUpTestSuiteWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
  378. [ OK ] MixedUpTestSuiteWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
  379. [ RUN ] MixedUpTestSuiteWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
  380. gtest.cc:#: Failure
  381. Failed
  382. All tests in the same test suite must use the same test fixture
  383. class. However, in test suite MixedUpTestSuiteWithSameTestNameTest,
  384. you defined test TheSecondTestWithThisNameShouldFail and test TheSecondTestWithThisNameShouldFail
  385. using two different test fixture classes. This can happen if
  386. the two classes are from different namespaces or translation
  387. units and have the same name. You should probably rename one
  388. of the classes to put the tests into different test suites.
  389. Stack trace: (omitted)
  390. [ FAILED ] MixedUpTestSuiteWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
  391. [----------] 2 tests from TEST_F_before_TEST_in_same_test_case
  392. [ RUN ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTEST_F
  393. [ OK ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTEST_F
  394. [ RUN ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
  395. gtest.cc:#: Failure
  396. Failed
  397. All tests in the same test suite must use the same test fixture
  398. class, so mixing TEST_F and TEST in the same test suite is
  399. illegal. In test suite TEST_F_before_TEST_in_same_test_case,
  400. test DefinedUsingTEST_F is defined using TEST_F but
  401. test DefinedUsingTESTAndShouldFail is defined using TEST. You probably
  402. want to change the TEST to TEST_F or move it to another test
  403. case.
  404. Stack trace: (omitted)
  405. [ FAILED ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
  406. [----------] 2 tests from TEST_before_TEST_F_in_same_test_case
  407. [ RUN ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST
  408. [ OK ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST
  409. [ RUN ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
  410. gtest.cc:#: Failure
  411. Failed
  412. All tests in the same test suite must use the same test fixture
  413. class, so mixing TEST_F and TEST in the same test suite is
  414. illegal. In test suite TEST_before_TEST_F_in_same_test_case,
  415. test DefinedUsingTEST_FAndShouldFail is defined using TEST_F but
  416. test DefinedUsingTEST is defined using TEST. You probably
  417. want to change the TEST to TEST_F or move it to another test
  418. case.
  419. Stack trace: (omitted)
  420. [ FAILED ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
  421. [----------] 8 tests from ExpectNonfatalFailureTest
  422. [ RUN ] ExpectNonfatalFailureTest.CanReferenceGlobalVariables
  423. [ OK ] ExpectNonfatalFailureTest.CanReferenceGlobalVariables
  424. [ RUN ] ExpectNonfatalFailureTest.CanReferenceLocalVariables
  425. [ OK ] ExpectNonfatalFailureTest.CanReferenceLocalVariables
  426. [ RUN ] ExpectNonfatalFailureTest.SucceedsWhenThereIsOneNonfatalFailure
  427. [ OK ] ExpectNonfatalFailureTest.SucceedsWhenThereIsOneNonfatalFailure
  428. [ RUN ] ExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
  429. (expecting a failure)
  430. gtest.cc:#: Failure
  431. Expected: 1 non-fatal failure
  432. Actual: 0 failures
  433. Stack trace: (omitted)
  434. [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
  435. [ RUN ] ExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
  436. (expecting a failure)
  437. gtest.cc:#: Failure
  438. Expected: 1 non-fatal failure
  439. Actual: 2 failures
  440. googletest-output-test_.cc:#: Non-fatal failure:
  441. Failed
  442. Expected non-fatal failure 1.
  443. Stack trace: (omitted)
  444. googletest-output-test_.cc:#: Non-fatal failure:
  445. Failed
  446. Expected non-fatal failure 2.
  447. Stack trace: (omitted)
  448. Stack trace: (omitted)
  449. [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
  450. [ RUN ] ExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
  451. (expecting a failure)
  452. gtest.cc:#: Failure
  453. Expected: 1 non-fatal failure
  454. Actual:
  455. googletest-output-test_.cc:#: Fatal failure:
  456. Failed
  457. Expected fatal failure.
  458. Stack trace: (omitted)
  459. Stack trace: (omitted)
  460. [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
  461. [ RUN ] ExpectNonfatalFailureTest.FailsWhenStatementReturns
  462. (expecting a failure)
  463. gtest.cc:#: Failure
  464. Expected: 1 non-fatal failure
  465. Actual: 0 failures
  466. Stack trace: (omitted)
  467. [ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementReturns
  468. [ RUN ] ExpectNonfatalFailureTest.FailsWhenStatementThrows
  469. (expecting a failure)
  470. gtest.cc:#: Failure
  471. Expected: 1 non-fatal failure
  472. Actual: 0 failures
  473. Stack trace: (omitted)
  474. [ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementThrows
  475. [----------] 8 tests from ExpectFatalFailureTest
  476. [ RUN ] ExpectFatalFailureTest.CanReferenceGlobalVariables
  477. [ OK ] ExpectFatalFailureTest.CanReferenceGlobalVariables
  478. [ RUN ] ExpectFatalFailureTest.CanReferenceLocalStaticVariables
  479. [ OK ] ExpectFatalFailureTest.CanReferenceLocalStaticVariables
  480. [ RUN ] ExpectFatalFailureTest.SucceedsWhenThereIsOneFatalFailure
  481. [ OK ] ExpectFatalFailureTest.SucceedsWhenThereIsOneFatalFailure
  482. [ RUN ] ExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
  483. (expecting a failure)
  484. gtest.cc:#: Failure
  485. Expected: 1 fatal failure
  486. Actual: 0 failures
  487. Stack trace: (omitted)
  488. [ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
  489. [ RUN ] ExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
  490. (expecting a failure)
  491. gtest.cc:#: Failure
  492. Expected: 1 fatal failure
  493. Actual: 2 failures
  494. googletest-output-test_.cc:#: Fatal failure:
  495. Failed
  496. Expected fatal failure.
  497. Stack trace: (omitted)
  498. googletest-output-test_.cc:#: Fatal failure:
  499. Failed
  500. Expected fatal failure.
  501. Stack trace: (omitted)
  502. Stack trace: (omitted)
  503. [ FAILED ] ExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
  504. [ RUN ] ExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
  505. (expecting a failure)
  506. gtest.cc:#: Failure
  507. Expected: 1 fatal failure
  508. Actual:
  509. googletest-output-test_.cc:#: Non-fatal failure:
  510. Failed
  511. Expected non-fatal failure.
  512. Stack trace: (omitted)
  513. Stack trace: (omitted)
  514. [ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
  515. [ RUN ] ExpectFatalFailureTest.FailsWhenStatementReturns
  516. (expecting a failure)
  517. gtest.cc:#: Failure
  518. Expected: 1 fatal failure
  519. Actual: 0 failures
  520. Stack trace: (omitted)
  521. [ FAILED ] ExpectFatalFailureTest.FailsWhenStatementReturns
  522. [ RUN ] ExpectFatalFailureTest.FailsWhenStatementThrows
  523. (expecting a failure)
  524. gtest.cc:#: Failure
  525. Expected: 1 fatal failure
  526. Actual: 0 failures
  527. Stack trace: (omitted)
  528. [ FAILED ] ExpectFatalFailureTest.FailsWhenStatementThrows
  529. [----------] 2 tests from TypedTest/0, where TypeParam = int
  530. [ RUN ] TypedTest/0.Success
  531. [ OK ] TypedTest/0.Success
  532. [ RUN ] TypedTest/0.Failure
  533. googletest-output-test_.cc:#: Failure
  534. Expected equality of these values:
  535. 1
  536. TypeParam()
  537. Which is: 0
  538. Expected failure
  539. Stack trace: (omitted)
  540. [ FAILED ] TypedTest/0.Failure, where TypeParam = int
  541. [----------] 2 tests from TypedTestWithNames/char0, where TypeParam = char
  542. [ RUN ] TypedTestWithNames/char0.Success
  543. [ OK ] TypedTestWithNames/char0.Success
  544. [ RUN ] TypedTestWithNames/char0.Failure
  545. googletest-output-test_.cc:#: Failure
  546. Failed
  547. Stack trace: (omitted)
  548. [ FAILED ] TypedTestWithNames/char0.Failure, where TypeParam = char
  549. [----------] 2 tests from TypedTestWithNames/int1, where TypeParam = int
  550. [ RUN ] TypedTestWithNames/int1.Success
  551. [ OK ] TypedTestWithNames/int1.Success
  552. [ RUN ] TypedTestWithNames/int1.Failure
  553. googletest-output-test_.cc:#: Failure
  554. Failed
  555. Stack trace: (omitted)
  556. [ FAILED ] TypedTestWithNames/int1.Failure, where TypeParam = int
  557. [----------] 2 tests from Unsigned/TypedTestP/0, where TypeParam = unsigned char
  558. [ RUN ] Unsigned/TypedTestP/0.Success
  559. [ OK ] Unsigned/TypedTestP/0.Success
  560. [ RUN ] Unsigned/TypedTestP/0.Failure
  561. googletest-output-test_.cc:#: Failure
  562. Expected equality of these values:
  563. 1U
  564. Which is: 1
  565. TypeParam()
  566. Which is: '\0'
  567. Expected failure
  568. Stack trace: (omitted)
  569. [ FAILED ] Unsigned/TypedTestP/0.Failure, where TypeParam = unsigned char
  570. [----------] 2 tests from Unsigned/TypedTestP/1, where TypeParam = unsigned int
  571. [ RUN ] Unsigned/TypedTestP/1.Success
  572. [ OK ] Unsigned/TypedTestP/1.Success
  573. [ RUN ] Unsigned/TypedTestP/1.Failure
  574. googletest-output-test_.cc:#: Failure
  575. Expected equality of these values:
  576. 1U
  577. Which is: 1
  578. TypeParam()
  579. Which is: 0
  580. Expected failure
  581. Stack trace: (omitted)
  582. [ FAILED ] Unsigned/TypedTestP/1.Failure, where TypeParam = unsigned int
  583. [----------] 2 tests from UnsignedCustomName/TypedTestP/unsignedChar0, where TypeParam = unsigned char
  584. [ RUN ] UnsignedCustomName/TypedTestP/unsignedChar0.Success
  585. [ OK ] UnsignedCustomName/TypedTestP/unsignedChar0.Success
  586. [ RUN ] UnsignedCustomName/TypedTestP/unsignedChar0.Failure
  587. googletest-output-test_.cc:#: Failure
  588. Expected equality of these values:
  589. 1U
  590. Which is: 1
  591. TypeParam()
  592. Which is: '\0'
  593. Expected failure
  594. Stack trace: (omitted)
  595. [ FAILED ] UnsignedCustomName/TypedTestP/unsignedChar0.Failure, where TypeParam = unsigned char
  596. [----------] 2 tests from UnsignedCustomName/TypedTestP/unsignedInt1, where TypeParam = unsigned int
  597. [ RUN ] UnsignedCustomName/TypedTestP/unsignedInt1.Success
  598. [ OK ] UnsignedCustomName/TypedTestP/unsignedInt1.Success
  599. [ RUN ] UnsignedCustomName/TypedTestP/unsignedInt1.Failure
  600. googletest-output-test_.cc:#: Failure
  601. Expected equality of these values:
  602. 1U
  603. Which is: 1
  604. TypeParam()
  605. Which is: 0
  606. Expected failure
  607. Stack trace: (omitted)
  608. [ FAILED ] UnsignedCustomName/TypedTestP/unsignedInt1.Failure, where TypeParam = unsigned int
  609. [----------] 4 tests from ExpectFailureTest
  610. [ RUN ] ExpectFailureTest.ExpectFatalFailure
  611. (expecting 1 failure)
  612. gtest.cc:#: Failure
  613. Expected: 1 fatal failure
  614. Actual:
  615. googletest-output-test_.cc:#: Success:
  616. Succeeded
  617. Stack trace: (omitted)
  618. Stack trace: (omitted)
  619. (expecting 1 failure)
  620. gtest.cc:#: Failure
  621. Expected: 1 fatal failure
  622. Actual:
  623. googletest-output-test_.cc:#: Non-fatal failure:
  624. Failed
  625. Expected non-fatal failure.
  626. Stack trace: (omitted)
  627. Stack trace: (omitted)
  628. (expecting 1 failure)
  629. gtest.cc:#: Failure
  630. Expected: 1 fatal failure containing "Some other fatal failure expected."
  631. Actual:
  632. googletest-output-test_.cc:#: Fatal failure:
  633. Failed
  634. Expected fatal failure.
  635. Stack trace: (omitted)
  636. Stack trace: (omitted)
  637. [ FAILED ] ExpectFailureTest.ExpectFatalFailure
  638. [ RUN ] ExpectFailureTest.ExpectNonFatalFailure
  639. (expecting 1 failure)
  640. gtest.cc:#: Failure
  641. Expected: 1 non-fatal failure
  642. Actual:
  643. googletest-output-test_.cc:#: Success:
  644. Succeeded
  645. Stack trace: (omitted)
  646. Stack trace: (omitted)
  647. (expecting 1 failure)
  648. gtest.cc:#: Failure
  649. Expected: 1 non-fatal failure
  650. Actual:
  651. googletest-output-test_.cc:#: Fatal failure:
  652. Failed
  653. Expected fatal failure.
  654. Stack trace: (omitted)
  655. Stack trace: (omitted)
  656. (expecting 1 failure)
  657. gtest.cc:#: Failure
  658. Expected: 1 non-fatal failure containing "Some other non-fatal failure."
  659. Actual:
  660. googletest-output-test_.cc:#: Non-fatal failure:
  661. Failed
  662. Expected non-fatal failure.
  663. Stack trace: (omitted)
  664. Stack trace: (omitted)
  665. [ FAILED ] ExpectFailureTest.ExpectNonFatalFailure
  666. [ RUN ] ExpectFailureTest.ExpectFatalFailureOnAllThreads
  667. (expecting 1 failure)
  668. gtest.cc:#: Failure
  669. Expected: 1 fatal failure
  670. Actual:
  671. googletest-output-test_.cc:#: Success:
  672. Succeeded
  673. Stack trace: (omitted)
  674. Stack trace: (omitted)
  675. (expecting 1 failure)
  676. gtest.cc:#: Failure
  677. Expected: 1 fatal failure
  678. Actual:
  679. googletest-output-test_.cc:#: Non-fatal failure:
  680. Failed
  681. Expected non-fatal failure.
  682. Stack trace: (omitted)
  683. Stack trace: (omitted)
  684. (expecting 1 failure)
  685. gtest.cc:#: Failure
  686. Expected: 1 fatal failure containing "Some other fatal failure expected."
  687. Actual:
  688. googletest-output-test_.cc:#: Fatal failure:
  689. Failed
  690. Expected fatal failure.
  691. Stack trace: (omitted)
  692. Stack trace: (omitted)
  693. [ FAILED ] ExpectFailureTest.ExpectFatalFailureOnAllThreads
  694. [ RUN ] ExpectFailureTest.ExpectNonFatalFailureOnAllThreads
  695. (expecting 1 failure)
  696. gtest.cc:#: Failure
  697. Expected: 1 non-fatal failure
  698. Actual:
  699. googletest-output-test_.cc:#: Success:
  700. Succeeded
  701. Stack trace: (omitted)
  702. Stack trace: (omitted)
  703. (expecting 1 failure)
  704. gtest.cc:#: Failure
  705. Expected: 1 non-fatal failure
  706. Actual:
  707. googletest-output-test_.cc:#: Fatal failure:
  708. Failed
  709. Expected fatal failure.
  710. Stack trace: (omitted)
  711. Stack trace: (omitted)
  712. (expecting 1 failure)
  713. gtest.cc:#: Failure
  714. Expected: 1 non-fatal failure containing "Some other non-fatal failure."
  715. Actual:
  716. googletest-output-test_.cc:#: Non-fatal failure:
  717. Failed
  718. Expected non-fatal failure.
  719. Stack trace: (omitted)
  720. Stack trace: (omitted)
  721. [ FAILED ] ExpectFailureTest.ExpectNonFatalFailureOnAllThreads
  722. [----------] 2 tests from ExpectFailureWithThreadsTest
  723. [ RUN ] ExpectFailureWithThreadsTest.ExpectFatalFailure
  724. (expecting 2 failures)
  725. googletest-output-test_.cc:#: Failure
  726. Failed
  727. Expected fatal failure.
  728. Stack trace: (omitted)
  729. gtest.cc:#: Failure
  730. Expected: 1 fatal failure
  731. Actual: 0 failures
  732. Stack trace: (omitted)
  733. [ FAILED ] ExpectFailureWithThreadsTest.ExpectFatalFailure
  734. [ RUN ] ExpectFailureWithThreadsTest.ExpectNonFatalFailure
  735. (expecting 2 failures)
  736. googletest-output-test_.cc:#: Failure
  737. Failed
  738. Expected non-fatal failure.
  739. Stack trace: (omitted)
  740. gtest.cc:#: Failure
  741. Expected: 1 non-fatal failure
  742. Actual: 0 failures
  743. Stack trace: (omitted)
  744. [ FAILED ] ExpectFailureWithThreadsTest.ExpectNonFatalFailure
  745. [----------] 1 test from ScopedFakeTestPartResultReporterTest
  746. [ RUN ] ScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
  747. (expecting 2 failures)
  748. googletest-output-test_.cc:#: Failure
  749. Failed
  750. Expected fatal failure.
  751. Stack trace: (omitted)
  752. googletest-output-test_.cc:#: Failure
  753. Failed
  754. Expected non-fatal failure.
  755. Stack trace: (omitted)
  756. [ FAILED ] ScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
  757. [----------] 2 tests from DynamicFixture
  758. DynamicFixture::SetUpTestSuite
  759. [ RUN ] DynamicFixture.DynamicTestPass
  760. DynamicFixture()
  761. DynamicFixture::SetUp
  762. DynamicFixture::TearDown
  763. ~DynamicFixture()
  764. [ OK ] DynamicFixture.DynamicTestPass
  765. [ RUN ] DynamicFixture.DynamicTestFail
  766. DynamicFixture()
  767. DynamicFixture::SetUp
  768. googletest-output-test_.cc:#: Failure
  769. Value of: Pass
  770. Actual: false
  771. Expected: true
  772. Stack trace: (omitted)
  773. DynamicFixture::TearDown
  774. ~DynamicFixture()
  775. [ FAILED ] DynamicFixture.DynamicTestFail
  776. DynamicFixture::TearDownTestSuite
  777. [----------] 1 test from DynamicFixtureAnotherName
  778. DynamicFixture::SetUpTestSuite
  779. [ RUN ] DynamicFixtureAnotherName.DynamicTestPass
  780. DynamicFixture()
  781. DynamicFixture::SetUp
  782. DynamicFixture::TearDown
  783. ~DynamicFixture()
  784. [ OK ] DynamicFixtureAnotherName.DynamicTestPass
  785. DynamicFixture::TearDownTestSuite
  786. [----------] 2 tests from BadDynamicFixture1
  787. DynamicFixture::SetUpTestSuite
  788. [ RUN ] BadDynamicFixture1.FixtureBase
  789. DynamicFixture()
  790. DynamicFixture::SetUp
  791. DynamicFixture::TearDown
  792. ~DynamicFixture()
  793. [ OK ] BadDynamicFixture1.FixtureBase
  794. [ RUN ] BadDynamicFixture1.TestBase
  795. DynamicFixture()
  796. gtest.cc:#: Failure
  797. Failed
  798. All tests in the same test suite must use the same test fixture
  799. class, so mixing TEST_F and TEST in the same test suite is
  800. illegal. In test suite BadDynamicFixture1,
  801. test FixtureBase is defined using TEST_F but
  802. test TestBase is defined using TEST. You probably
  803. want to change the TEST to TEST_F or move it to another test
  804. case.
  805. Stack trace: (omitted)
  806. ~DynamicFixture()
  807. [ FAILED ] BadDynamicFixture1.TestBase
  808. DynamicFixture::TearDownTestSuite
  809. [----------] 2 tests from BadDynamicFixture2
  810. DynamicFixture::SetUpTestSuite
  811. [ RUN ] BadDynamicFixture2.FixtureBase
  812. DynamicFixture()
  813. DynamicFixture::SetUp
  814. DynamicFixture::TearDown
  815. ~DynamicFixture()
  816. [ OK ] BadDynamicFixture2.FixtureBase
  817. [ RUN ] BadDynamicFixture2.Derived
  818. DynamicFixture()
  819. gtest.cc:#: Failure
  820. Failed
  821. All tests in the same test suite must use the same test fixture
  822. class. However, in test suite BadDynamicFixture2,
  823. you defined test FixtureBase and test Derived
  824. using two different test fixture classes. This can happen if
  825. the two classes are from different namespaces or translation
  826. units and have the same name. You should probably rename one
  827. of the classes to put the tests into different test suites.
  828. Stack trace: (omitted)
  829. ~DynamicFixture()
  830. [ FAILED ] BadDynamicFixture2.Derived
  831. DynamicFixture::TearDownTestSuite
  832. [----------] 1 test from PrintingFailingParams/FailingParamTest
  833. [ RUN ] PrintingFailingParams/FailingParamTest.Fails/0
  834. googletest-output-test_.cc:#: Failure
  835. Expected equality of these values:
  836. 1
  837. GetParam()
  838. Which is: 2
  839. Stack trace: (omitted)
  840. [ FAILED ] PrintingFailingParams/FailingParamTest.Fails/0, where GetParam() = 2
  841. [----------] 1 test from EmptyBasenameParamInst
  842. [ RUN ] EmptyBasenameParamInst.Passes/0
  843. [ OK ] EmptyBasenameParamInst.Passes/0
  844. [----------] 2 tests from PrintingStrings/ParamTest
  845. [ RUN ] PrintingStrings/ParamTest.Success/a
  846. [ OK ] PrintingStrings/ParamTest.Success/a
  847. [ RUN ] PrintingStrings/ParamTest.Failure/a
  848. googletest-output-test_.cc:#: Failure
  849. Expected equality of these values:
  850. "b"
  851. GetParam()
  852. Which is: "a"
  853. Expected failure
  854. Stack trace: (omitted)
  855. [ FAILED ] PrintingStrings/ParamTest.Failure/a, where GetParam() = "a"
  856. [----------] Global test environment tear-down
  857. BarEnvironment::TearDown() called.
  858. googletest-output-test_.cc:#: Failure
  859. Failed
  860. Expected non-fatal failure.
  861. Stack trace: (omitted)
  862. FooEnvironment::TearDown() called.
  863. googletest-output-test_.cc:#: Failure
  864. Failed
  865. Expected fatal failure.
  866. Stack trace: (omitted)
  867. [==========] 85 tests from 40 test suites ran.
  868. [ PASSED ] 31 tests.
  869. [ FAILED ] 54 tests, listed below:
  870. [ FAILED ] NonfatalFailureTest.EscapesStringOperands
  871. [ FAILED ] NonfatalFailureTest.DiffForLongStrings
  872. [ FAILED ] FatalFailureTest.FatalFailureInSubroutine
  873. [ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine
  874. [ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine
  875. [ FAILED ] LoggingTest.InterleavingLoggingAndAssertions
  876. [ FAILED ] SCOPED_TRACETest.AcceptedValues
  877. [ FAILED ] SCOPED_TRACETest.ObeysScopes
  878. [ FAILED ] SCOPED_TRACETest.WorksInLoop
  879. [ FAILED ] SCOPED_TRACETest.WorksInSubroutine
  880. [ FAILED ] SCOPED_TRACETest.CanBeNested
  881. [ FAILED ] SCOPED_TRACETest.CanBeRepeated
  882. [ FAILED ] SCOPED_TRACETest.WorksConcurrently
  883. [ FAILED ] ScopedTraceTest.WithExplicitFileAndLine
  884. [ FAILED ] NonFatalFailureInFixtureConstructorTest.FailureInConstructor
  885. [ FAILED ] FatalFailureInFixtureConstructorTest.FailureInConstructor
  886. [ FAILED ] NonFatalFailureInSetUpTest.FailureInSetUp
  887. [ FAILED ] FatalFailureInSetUpTest.FailureInSetUp
  888. [ FAILED ] AddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
  889. [ FAILED ] GtestFailAtTest.MessageContainsSpecifiedFileAndLineNumber
  890. [ FAILED ] MixedUpTestSuiteTest.ThisShouldFail
  891. [ FAILED ] MixedUpTestSuiteTest.ThisShouldFailToo
  892. [ FAILED ] MixedUpTestSuiteWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
  893. [ FAILED ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
  894. [ FAILED ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
  895. [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
  896. [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
  897. [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
  898. [ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementReturns
  899. [ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementThrows
  900. [ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
  901. [ FAILED ] ExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
  902. [ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
  903. [ FAILED ] ExpectFatalFailureTest.FailsWhenStatementReturns
  904. [ FAILED ] ExpectFatalFailureTest.FailsWhenStatementThrows
  905. [ FAILED ] TypedTest/0.Failure, where TypeParam = int
  906. [ FAILED ] TypedTestWithNames/char0.Failure, where TypeParam = char
  907. [ FAILED ] TypedTestWithNames/int1.Failure, where TypeParam = int
  908. [ FAILED ] Unsigned/TypedTestP/0.Failure, where TypeParam = unsigned char
  909. [ FAILED ] Unsigned/TypedTestP/1.Failure, where TypeParam = unsigned int
  910. [ FAILED ] UnsignedCustomName/TypedTestP/unsignedChar0.Failure, where TypeParam = unsigned char
  911. [ FAILED ] UnsignedCustomName/TypedTestP/unsignedInt1.Failure, where TypeParam = unsigned int
  912. [ FAILED ] ExpectFailureTest.ExpectFatalFailure
  913. [ FAILED ] ExpectFailureTest.ExpectNonFatalFailure
  914. [ FAILED ] ExpectFailureTest.ExpectFatalFailureOnAllThreads
  915. [ FAILED ] ExpectFailureTest.ExpectNonFatalFailureOnAllThreads
  916. [ FAILED ] ExpectFailureWithThreadsTest.ExpectFatalFailure
  917. [ FAILED ] ExpectFailureWithThreadsTest.ExpectNonFatalFailure
  918. [ FAILED ] ScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
  919. [ FAILED ] DynamicFixture.DynamicTestFail
  920. [ FAILED ] BadDynamicFixture1.TestBase
  921. [ FAILED ] BadDynamicFixture2.Derived
  922. [ FAILED ] PrintingFailingParams/FailingParamTest.Fails/0, where GetParam() = 2
  923. [ FAILED ] PrintingStrings/ParamTest.Failure/a, where GetParam() = "a"
  924. 54 FAILED TESTS
  925.  YOU HAVE 1 DISABLED TEST
  926. Note: Google Test filter = FatalFailureTest.*:LoggingTest.*
  927. [==========] Running 4 tests from 2 test suites.
  928. [----------] Global test environment set-up.
  929. [----------] 3 tests from FatalFailureTest
  930. [ RUN ] FatalFailureTest.FatalFailureInSubroutine
  931. (expecting a failure that x should be 1)
  932. googletest-output-test_.cc:#: Failure
  933. Expected equality of these values:
  934. 1
  935. x
  936. Which is: 2
  937. Stack trace: (omitted)
  938. [ FAILED ] FatalFailureTest.FatalFailureInSubroutine (? ms)
  939. [ RUN ] FatalFailureTest.FatalFailureInNestedSubroutine
  940. (expecting a failure that x should be 1)
  941. googletest-output-test_.cc:#: Failure
  942. Expected equality of these values:
  943. 1
  944. x
  945. Which is: 2
  946. Stack trace: (omitted)
  947. [ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine (? ms)
  948. [ RUN ] FatalFailureTest.NonfatalFailureInSubroutine
  949. (expecting a failure on false)
  950. googletest-output-test_.cc:#: Failure
  951. Value of: false
  952. Actual: false
  953. Expected: true
  954. Stack trace: (omitted)
  955. [ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine (? ms)
  956. [----------] 3 tests from FatalFailureTest (? ms total)
  957. [----------] 1 test from LoggingTest
  958. [ RUN ] LoggingTest.InterleavingLoggingAndAssertions
  959. (expecting 2 failures on (3) >= (a[i]))
  960. i == 0
  961. i == 1
  962. googletest-output-test_.cc:#: Failure
  963. Expected: (3) >= (a[i]), actual: 3 vs 9
  964. Stack trace: (omitted)
  965. i == 2
  966. i == 3
  967. googletest-output-test_.cc:#: Failure
  968. Expected: (3) >= (a[i]), actual: 3 vs 6
  969. Stack trace: (omitted)
  970. [ FAILED ] LoggingTest.InterleavingLoggingAndAssertions (? ms)
  971. [----------] 1 test from LoggingTest (? ms total)
  972. [----------] Global test environment tear-down
  973. [==========] 4 tests from 2 test suites ran. (? ms total)
  974. [ PASSED ] 0 tests.
  975. [ FAILED ] 4 tests, listed below:
  976. [ FAILED ] FatalFailureTest.FatalFailureInSubroutine
  977. [ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine
  978. [ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine
  979. [ FAILED ] LoggingTest.InterleavingLoggingAndAssertions
  980. 4 FAILED TESTS
  981. Note: Google Test filter = *DISABLED_*
  982. [==========] Running 1 test from 1 test suite.
  983. [----------] Global test environment set-up.
  984. [----------] 1 test from DisabledTestsWarningTest
  985. [ RUN ] DisabledTestsWarningTest.DISABLED_AlsoRunDisabledTestsFlagSuppressesWarning
  986. [ OK ] DisabledTestsWarningTest.DISABLED_AlsoRunDisabledTestsFlagSuppressesWarning
  987. [----------] Global test environment tear-down
  988. [==========] 1 test from 1 test suite ran.
  989. [ PASSED ] 1 test.
  990. Note: Google Test filter = PassingTest.*
  991. Note: This is test shard 2 of 2.
  992. [==========] Running 1 test from 1 test suite.
  993. [----------] Global test environment set-up.
  994. [----------] 1 test from PassingTest
  995. [ RUN ] PassingTest.PassingTest2
  996. [ OK ] PassingTest.PassingTest2
  997. [----------] Global test environment tear-down
  998. [==========] 1 test from 1 test suite ran.
  999. [ PASSED ] 1 test.