Imported Upstream version 1.12.0
[platform/upstream/gtest.git] / googletest / test / googletest-output-test-golden-lin.txt
index 3fab3b9..1f24fb7 100644 (file)
@@ -12,7 +12,7 @@ Expected equality of these values:
   3
 Stack trace: (omitted)
 
-\e[0;32m[==========] \e[mRunning 88 tests from 41 test suites.
+\e[0;32m[==========] \e[mRunning 89 tests from 42 test suites.
 \e[0;32m[----------] \e[mGlobal test environment set-up.
 FooEnvironment::SetUp() called.
 BarEnvironment::SetUp() called.
@@ -956,6 +956,17 @@ Stack trace: (omitted)
 ~DynamicFixture()
 \e[0;31m[  FAILED  ] \e[mBadDynamicFixture2.Derived
 DynamicFixture::TearDownTestSuite
+\e[0;32m[----------] \e[m1 test from TestSuiteThatFailsToSetUp
+googletest-output-test_.cc:#: Failure
+Value of: false
+  Actual: false
+Expected: true
+Stack trace: (omitted)
+
+\e[0;32m[ RUN      ] \e[mTestSuiteThatFailsToSetUp.ShouldNotRun
+googletest-output-test_.cc:#: Skipped
+
+\e[0;32m[  SKIPPED ] \e[mTestSuiteThatFailsToSetUp.ShouldNotRun
 \e[0;32m[----------] \e[m1 test from PrintingFailingParams/FailingParamTest
 \e[0;32m[ RUN      ] \e[mPrintingFailingParams/FailingParamTest.Fails/0
 googletest-output-test_.cc:#: Failure
@@ -1032,8 +1043,10 @@ Failed
 Expected fatal failure.
 Stack trace: (omitted)
 
-\e[0;32m[==========] \e[m88 tests from 41 test suites ran.
+\e[0;32m[==========] \e[m89 tests from 42 test suites ran.
 \e[0;32m[  PASSED  ] \e[m31 tests.
+\e[0;32m[  SKIPPED ] \e[m1 test, listed below:
+\e[0;32m[  SKIPPED ] \e[mTestSuiteThatFailsToSetUp.ShouldNotRun
 \e[0;31m[  FAILED  ] \e[m57 tests, listed below:
 \e[0;31m[  FAILED  ] \e[mNonfatalFailureTest.EscapesStringOperands
 \e[0;31m[  FAILED  ] \e[mNonfatalFailureTest.DiffForLongStrings
@@ -1094,6 +1107,9 @@ Stack trace: (omitted)
 \e[0;31m[  FAILED  ] \e[mGoogleTestVerification.UninstantiatedTypeParameterizedTestSuite<DetectNotInstantiatedTypesTest>
 
 57 FAILED TESTS
+\e[0;31m[  FAILED  ] \e[mTestSuiteThatFailsToSetUp: SetUpTestSuite or TearDownTestSuite
+
+ 1 FAILED TEST SUITE
 \e[0;33m  YOU HAVE 1 DISABLED TEST
 
 \e[mNote: Google Test filter = FatalFailureTest.*:LoggingTest.*