googletest-output-test-golden-lin.txt (googletest-release-1.10.0) | : | googletest-output-test-golden-lin.txt (googletest-release-1.11.0) | ||
---|---|---|---|---|
skipping to change at line 15 | skipping to change at line 15 | |||
Actual: false | Actual: false | |||
Expected: true | Expected: true | |||
Stack trace: (omitted) | Stack trace: (omitted) | |||
googletest-output-test_.cc:#: Failure | googletest-output-test_.cc:#: Failure | |||
Expected equality of these values: | Expected equality of these values: | |||
2 | 2 | |||
3 | 3 | |||
Stack trace: (omitted) | Stack trace: (omitted) | |||
[0;32m[==========] [mRunning 85 tests from 40 test suites. | [0;32m[==========] [mRunning 88 tests from 41 test suites. | |||
[0;32m[----------] [mGlobal test environment set-up. | [0;32m[----------] [mGlobal test environment set-up. | |||
FooEnvironment::SetUp() called. | FooEnvironment::SetUp() called. | |||
BarEnvironment::SetUp() called. | BarEnvironment::SetUp() called. | |||
[0;32m[----------] [m1 test from ADeathTest | [0;32m[----------] [m1 test from ADeathTest | |||
[0;32m[ RUN ] [mADeathTest.ShouldRunFirst | [0;32m[ RUN ] [mADeathTest.ShouldRunFirst | |||
[0;32m[ OK ] [mADeathTest.ShouldRunFirst | [0;32m[ OK ] [mADeathTest.ShouldRunFirst | |||
[0;32m[----------] [m1 test from ATypedDeathTest/0, where TypeParam = int | [0;32m[----------] [m1 test from ATypedDeathTest/0, where TypeParam = int | |||
[0;32m[ RUN ] [mATypedDeathTest/0.ShouldRunFirst | [0;32m[ RUN ] [mATypedDeathTest/0.ShouldRunFirst | |||
[0;32m[ OK ] [mATypedDeathTest/0.ShouldRunFirst | [0;32m[ OK ] [mATypedDeathTest/0.ShouldRunFirst | |||
[0;32m[----------] [m1 test from ATypedDeathTest/1, where TypeParam = double | [0;32m[----------] [m1 test from ATypedDeathTest/1, where TypeParam = double | |||
skipping to change at line 967 | skipping to change at line 967 | |||
[0;32m[ RUN ] [mPrintingStrings/ParamTest.Failure/a | [0;32m[ RUN ] [mPrintingStrings/ParamTest.Failure/a | |||
googletest-output-test_.cc:#: Failure | googletest-output-test_.cc:#: Failure | |||
Expected equality of these values: | Expected equality of these values: | |||
"b" | "b" | |||
GetParam() | GetParam() | |||
Which is: "a" | Which is: "a" | |||
Expected failure | Expected failure | |||
Stack trace: (omitted) | Stack trace: (omitted) | |||
[0;31m[ FAILED ] [mPrintingStrings/ParamTest.Failure/a, where GetParam() = " a" | [0;31m[ FAILED ] [mPrintingStrings/ParamTest.Failure/a, where GetParam() = " a" | |||
[0;32m[----------] [m3 tests from GoogleTestVerification | ||||
[0;32m[ RUN ] [mGoogleTestVerification.UninstantiatedParameterizedTestSui | ||||
te<NoTests> | ||||
googletest-output-test_.cc:#: Failure | ||||
Parameterized test suite NoTests is instantiated via INSTANTIATE_TEST_SUITE_P, b | ||||
ut no tests are defined via TEST_P . No test cases will run. | ||||
Ideally, INSTANTIATE_TEST_SUITE_P should only ever be invoked from code that alw | ||||
ays depend on code that provides TEST_P. Failing to do so is often an indication | ||||
of dead code, e.g. the last TEST_P was removed but the rest got left behind. | ||||
To suppress this error for this test suite, insert the following line (in a non- | ||||
header) in the namespace it is defined in: | ||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(NoTests); | ||||
Stack trace: (omitted) | ||||
[0;31m[ FAILED ] [mGoogleTestVerification.UninstantiatedParameterizedTestSui | ||||
te<NoTests> | ||||
[0;32m[ RUN ] [mGoogleTestVerification.UninstantiatedParameterizedTestSui | ||||
te<DetectNotInstantiatedTest> | ||||
googletest-output-test_.cc:#: Failure | ||||
Parameterized test suite DetectNotInstantiatedTest is defined via TEST_P, but ne | ||||
ver instantiated. None of the test cases will run. Either no INSTANTIATE_TEST_SU | ||||
ITE_P is provided or the only ones provided expand to nothing. | ||||
Ideally, TEST_P definitions should only ever be included as part of binaries tha | ||||
t intend to use them. (As opposed to, for example, being placed in a library tha | ||||
t may be linked in to get other utilities.) | ||||
To suppress this error for this test suite, insert the following line (in a non- | ||||
header) in the namespace it is defined in: | ||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(DetectNotInstantiatedTest); | ||||
Stack trace: (omitted) | ||||
[0;31m[ FAILED ] [mGoogleTestVerification.UninstantiatedParameterizedTestSui | ||||
te<DetectNotInstantiatedTest> | ||||
[0;32m[ RUN ] [mGoogleTestVerification.UninstantiatedTypeParameterizedTes | ||||
tSuite<DetectNotInstantiatedTypesTest> | ||||
googletest-output-test_.cc:#: Failure | ||||
Type parameterized test suite DetectNotInstantiatedTypesTest is defined via REGI | ||||
STER_TYPED_TEST_SUITE_P, but never instantiated via INSTANTIATE_TYPED_TEST_SUITE | ||||
_P. None of the test cases will run. | ||||
Ideally, TYPED_TEST_P definitions should only ever be included as part of binari | ||||
es that intend to use them. (As opposed to, for example, being placed in a libra | ||||
ry that may be linked in to get other utilities.) | ||||
To suppress this error for this test suite, insert the following line (in a non- | ||||
header) in the namespace it is defined in: | ||||
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(DetectNotInstantiatedTypesTest); | ||||
Stack trace: (omitted) | ||||
[0;31m[ FAILED ] [mGoogleTestVerification.UninstantiatedTypeParameterizedTes | ||||
tSuite<DetectNotInstantiatedTypesTest> | ||||
[0;32m[----------] [mGlobal test environment tear-down | [0;32m[----------] [mGlobal test environment tear-down | |||
BarEnvironment::TearDown() called. | BarEnvironment::TearDown() called. | |||
googletest-output-test_.cc:#: Failure | googletest-output-test_.cc:#: Failure | |||
Failed | Failed | |||
Expected non-fatal failure. | Expected non-fatal failure. | |||
Stack trace: (omitted) | Stack trace: (omitted) | |||
FooEnvironment::TearDown() called. | FooEnvironment::TearDown() called. | |||
googletest-output-test_.cc:#: Failure | googletest-output-test_.cc:#: Failure | |||
Failed | Failed | |||
Expected fatal failure. | Expected fatal failure. | |||
Stack trace: (omitted) | Stack trace: (omitted) | |||
[0;32m[==========] [m85 tests from 40 test suites ran. | [0;32m[==========] [m88 tests from 41 test suites ran. | |||
[0;32m[ PASSED ] [m31 tests. | [0;32m[ PASSED ] [m31 tests. | |||
[0;31m[ FAILED ] [m54 tests, listed below: | [0;31m[ FAILED ] [m57 tests, listed below: | |||
[0;31m[ FAILED ] [mNonfatalFailureTest.EscapesStringOperands | [0;31m[ FAILED ] [mNonfatalFailureTest.EscapesStringOperands | |||
[0;31m[ FAILED ] [mNonfatalFailureTest.DiffForLongStrings | [0;31m[ FAILED ] [mNonfatalFailureTest.DiffForLongStrings | |||
[0;31m[ FAILED ] [mFatalFailureTest.FatalFailureInSubroutine | [0;31m[ FAILED ] [mFatalFailureTest.FatalFailureInSubroutine | |||
[0;31m[ FAILED ] [mFatalFailureTest.FatalFailureInNestedSubroutine | [0;31m[ FAILED ] [mFatalFailureTest.FatalFailureInNestedSubroutine | |||
[0;31m[ FAILED ] [mFatalFailureTest.NonfatalFailureInSubroutine | [0;31m[ FAILED ] [mFatalFailureTest.NonfatalFailureInSubroutine | |||
[0;31m[ FAILED ] [mLoggingTest.InterleavingLoggingAndAssertions | [0;31m[ FAILED ] [mLoggingTest.InterleavingLoggingAndAssertions | |||
[0;31m[ FAILED ] [mSCOPED_TRACETest.AcceptedValues | [0;31m[ FAILED ] [mSCOPED_TRACETest.AcceptedValues | |||
[0;31m[ FAILED ] [mSCOPED_TRACETest.ObeysScopes | [0;31m[ FAILED ] [mSCOPED_TRACETest.ObeysScopes | |||
[0;31m[ FAILED ] [mSCOPED_TRACETest.WorksInLoop | [0;31m[ FAILED ] [mSCOPED_TRACETest.WorksInLoop | |||
[0;31m[ FAILED ] [mSCOPED_TRACETest.WorksInSubroutine | [0;31m[ FAILED ] [mSCOPED_TRACETest.WorksInSubroutine | |||
skipping to change at line 1037 | skipping to change at line 1074 | |||
[0;31m[ FAILED ] [mExpectFailureTest.ExpectFatalFailureOnAllThreads | [0;31m[ FAILED ] [mExpectFailureTest.ExpectFatalFailureOnAllThreads | |||
[0;31m[ FAILED ] [mExpectFailureTest.ExpectNonFatalFailureOnAllThreads | [0;31m[ FAILED ] [mExpectFailureTest.ExpectNonFatalFailureOnAllThreads | |||
[0;31m[ FAILED ] [mExpectFailureWithThreadsTest.ExpectFatalFailure | [0;31m[ FAILED ] [mExpectFailureWithThreadsTest.ExpectFatalFailure | |||
[0;31m[ FAILED ] [mExpectFailureWithThreadsTest.ExpectNonFatalFailure | [0;31m[ FAILED ] [mExpectFailureWithThreadsTest.ExpectNonFatalFailure | |||
[0;31m[ FAILED ] [mScopedFakeTestPartResultReporterTest.InterceptOnlyCurrent Thread | [0;31m[ FAILED ] [mScopedFakeTestPartResultReporterTest.InterceptOnlyCurrent Thread | |||
[0;31m[ FAILED ] [mDynamicFixture.DynamicTestFail | [0;31m[ FAILED ] [mDynamicFixture.DynamicTestFail | |||
[0;31m[ FAILED ] [mBadDynamicFixture1.TestBase | [0;31m[ FAILED ] [mBadDynamicFixture1.TestBase | |||
[0;31m[ FAILED ] [mBadDynamicFixture2.Derived | [0;31m[ FAILED ] [mBadDynamicFixture2.Derived | |||
[0;31m[ FAILED ] [mPrintingFailingParams/FailingParamTest.Fails/0, where Get Param() = 2 | [0;31m[ FAILED ] [mPrintingFailingParams/FailingParamTest.Fails/0, where Get Param() = 2 | |||
[0;31m[ FAILED ] [mPrintingStrings/ParamTest.Failure/a, where GetParam() = " a" | [0;31m[ FAILED ] [mPrintingStrings/ParamTest.Failure/a, where GetParam() = " a" | |||
[0;31m[ FAILED ] [mGoogleTestVerification.UninstantiatedParameterizedTestSui | ||||
te<NoTests> | ||||
[0;31m[ FAILED ] [mGoogleTestVerification.UninstantiatedParameterizedTestSui | ||||
te<DetectNotInstantiatedTest> | ||||
[0;31m[ FAILED ] [mGoogleTestVerification.UninstantiatedTypeParameterizedTes | ||||
tSuite<DetectNotInstantiatedTypesTest> | ||||
54 FAILED TESTS | 57 FAILED TESTS | |||
[0;33m YOU HAVE 1 DISABLED TEST | [0;33m YOU HAVE 1 DISABLED TEST | |||
[mNote: Google Test filter = FatalFailureTest.*:LoggingTest.* | [mNote: Google Test filter = FatalFailureTest.*:LoggingTest.* | |||
[==========] Running 4 tests from 2 test suites. | [==========] Running 4 tests from 2 test suites. | |||
[----------] Global test environment set-up. | [----------] Global test environment set-up. | |||
[----------] 3 tests from FatalFailureTest | [----------] 3 tests from FatalFailureTest | |||
[ RUN ] FatalFailureTest.FatalFailureInSubroutine | [ RUN ] FatalFailureTest.FatalFailureInSubroutine | |||
(expecting a failure that x should be 1) | (expecting a failure that x should be 1) | |||
googletest-output-test_.cc:#: Failure | googletest-output-test_.cc:#: Failure | |||
Expected equality of these values: | Expected equality of these values: | |||
End of changes. 6 change blocks. | ||||
4 lines changed or deleted | 67 lines changed or added |