Test case: lib/googletest/gmock_main/gmock-spec-builders_test:main
- Test program: /usr/tests/lib/googletest/gmock_main/gmock-spec-builders_test
- Result: failed: Returned non-success exit status 1
- Start time: 2019-11-17T04:39:51.940624Z
- End time: 2019-11-17T04:39:52.344940Z
- Duration: 0.404s
- Execution context
Metadata
- allowed_architectures =
- allowed_platforms =
- description =
- has_cleanup = false
- is_exclusive = false
- required_configs =
- required_disk_space = 0
- required_files =
- required_memory = 0
- required_programs =
- required_user =
- timeout = 300
Standard output
[==========] Running 137 tests from 26 test cases.
[----------] Global test environment set-up.
[----------] 1 test from MockMethodTest
[ RUN ] MockMethodTest.CanInstantiateWithIncompleteArgType
[ OK ] MockMethodTest.CanInstantiateWithIncompleteArgType (0 ms)
[----------] 1 test from MockMethodTest (0 ms total)
[----------] 8 tests from OnCallSyntaxTest
[ RUN ] OnCallSyntaxTest.CompilesWithMethodNameExpandedFromMacro
[ OK ] OnCallSyntaxTest.CompilesWithMethodNameExpandedFromMacro (0 ms)
[ RUN ] OnCallSyntaxTest.WorksWithMethodNameExpandedFromMacro
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:214:
Function call: MethodW()
Returns: 42
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
[ OK ] OnCallSyntaxTest.WorksWithMethodNameExpandedFromMacro (1 ms)
[ RUN ] OnCallSyntaxTest.EvaluatesFirstArgumentOnce
[ OK ] OnCallSyntaxTest.EvaluatesFirstArgumentOnce (0 ms)
[ RUN ] OnCallSyntaxTest.EvaluatesSecondArgumentOnce
[ OK ] OnCallSyntaxTest.EvaluatesSecondArgumentOnce (0 ms)
[ RUN ] OnCallSyntaxTest.WithIsOptional
[ OK ] OnCallSyntaxTest.WithIsOptional (0 ms)
[ RUN ] OnCallSyntaxTest.WithCanAppearAtMostOnce
[ OK ] OnCallSyntaxTest.WithCanAppearAtMostOnce (0 ms)
[ RUN ] OnCallSyntaxTest.WillByDefaultIsMandatory
[ OK ] OnCallSyntaxTest.WillByDefaultIsMandatory (314 ms)
[ RUN ] OnCallSyntaxTest.WillByDefaultCanAppearAtMostOnce
[ OK ] OnCallSyntaxTest.WillByDefaultCanAppearAtMostOnce (0 ms)
[----------] 8 tests from OnCallSyntaxTest (315 ms total)
[----------] 28 tests from ExpectCallSyntaxTest
[ RUN ] ExpectCallSyntaxTest.CompilesWithMethodNameExpandedFromMacro
[ OK ] ExpectCallSyntaxTest.CompilesWithMethodNameExpandedFromMacro (0 ms)
[ RUN ] ExpectCallSyntaxTest.WorksWithMethodNameExpandedFromMacro
[ OK ] ExpectCallSyntaxTest.WorksWithMethodNameExpandedFromMacro (0 ms)
[ RUN ] ExpectCallSyntaxTest.EvaluatesFirstArgumentOnce
[ OK ] ExpectCallSyntaxTest.EvaluatesFirstArgumentOnce (0 ms)
[ RUN ] ExpectCallSyntaxTest.EvaluatesSecondArgumentOnce
[ OK ] ExpectCallSyntaxTest.EvaluatesSecondArgumentOnce (0 ms)
[ RUN ] ExpectCallSyntaxTest.WithIsOptional
[ OK ] ExpectCallSyntaxTest.WithIsOptional (1 ms)
[ RUN ] ExpectCallSyntaxTest.WithCanAppearAtMostOnce
[ OK ] ExpectCallSyntaxTest.WithCanAppearAtMostOnce (0 ms)
[ RUN ] ExpectCallSyntaxTest.WithMustBeFirstClause
[ OK ] ExpectCallSyntaxTest.WithMustBeFirstClause (0 ms)
[ RUN ] ExpectCallSyntaxTest.TimesCanBeInferred
[ OK ] ExpectCallSyntaxTest.TimesCanBeInferred (0 ms)
[ RUN ] ExpectCallSyntaxTest.TimesCanAppearAtMostOnce
[ OK ] ExpectCallSyntaxTest.TimesCanAppearAtMostOnce (0 ms)
[ RUN ] ExpectCallSyntaxTest.TimesMustBeBeforeInSequence
[ OK ] ExpectCallSyntaxTest.TimesMustBeBeforeInSequence (0 ms)
[ RUN ] ExpectCallSyntaxTest.InSequenceIsOptional
[ OK ] ExpectCallSyntaxTest.InSequenceIsOptional (0 ms)
[ RUN ] ExpectCallSyntaxTest.InSequenceCanAppearMultipleTimes
[ OK ] ExpectCallSyntaxTest.InSequenceCanAppearMultipleTimes (0 ms)
[ RUN ] ExpectCallSyntaxTest.InSequenceMustBeBeforeAfter
[ OK ] ExpectCallSyntaxTest.InSequenceMustBeBeforeAfter (1 ms)
[ RUN ] ExpectCallSyntaxTest.InSequenceMustBeBeforeWillOnce
[ OK ] ExpectCallSyntaxTest.InSequenceMustBeBeforeWillOnce (0 ms)
[ RUN ] ExpectCallSyntaxTest.AfterMustBeBeforeWillOnce
[ OK ] ExpectCallSyntaxTest.AfterMustBeBeforeWillOnce (0 ms)
[ RUN ] ExpectCallSyntaxTest.WillIsOptional
[ OK ] ExpectCallSyntaxTest.WillIsOptional (0 ms)
[ RUN ] ExpectCallSyntaxTest.WillCanAppearMultipleTimes
[ OK ] ExpectCallSyntaxTest.WillCanAppearMultipleTimes (0 ms)
[ RUN ] ExpectCallSyntaxTest.WillMustBeBeforeWillRepeatedly
[ OK ] ExpectCallSyntaxTest.WillMustBeBeforeWillRepeatedly (0 ms)
[ RUN ] ExpectCallSyntaxTest.WillRepeatedlyIsOptional
[ OK ] ExpectCallSyntaxTest.WillRepeatedlyIsOptional (0 ms)
[ RUN ] ExpectCallSyntaxTest.WillRepeatedlyCannotAppearMultipleTimes
[ OK ] ExpectCallSyntaxTest.WillRepeatedlyCannotAppearMultipleTimes (0 ms)
[ RUN ] ExpectCallSyntaxTest.WillRepeatedlyMustBeBeforeRetiresOnSaturation
[ OK ] ExpectCallSyntaxTest.WillRepeatedlyMustBeBeforeRetiresOnSaturation (0 ms)
[ RUN ] ExpectCallSyntaxTest.RetiresOnSaturationIsOptional
[ OK ] ExpectCallSyntaxTest.RetiresOnSaturationIsOptional (1 ms)
[ RUN ] ExpectCallSyntaxTest.RetiresOnSaturationCannotAppearMultipleTimes
[ OK ] ExpectCallSyntaxTest.RetiresOnSaturationCannotAppearMultipleTimes (0 ms)
[ RUN ] ExpectCallSyntaxTest.DefaultCardinalityIsOnce
[ OK ] ExpectCallSyntaxTest.DefaultCardinalityIsOnce (0 ms)
[ RUN ] ExpectCallSyntaxTest.DoesNotWarnOnAdequateActionCount
[ OK ] ExpectCallSyntaxTest.DoesNotWarnOnAdequateActionCount (0 ms)
[ RUN ] ExpectCallSyntaxTest.WarnsOnTooManyActions
[ OK ] ExpectCallSyntaxTest.WarnsOnTooManyActions (1 ms)
[ RUN ] ExpectCallSyntaxTest.WarnsOnTooFewActions
GMOCK WARNING:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:682: Actions ran out in EXPECT_CALL(b, DoB())...
Called 2 times, but only 1 WillOnce() is specified - returning default value.
Stack trace:
[ OK ] ExpectCallSyntaxTest.WarnsOnTooFewActions (0 ms)
[ RUN ] ExpectCallSyntaxTest.WarningIsErrorWithFlag
[ OK ] ExpectCallSyntaxTest.WarningIsErrorWithFlag (1 ms)
[----------] 28 tests from ExpectCallSyntaxTest (5 ms total)
[----------] 3 tests from OnCallTest
[ RUN ] OnCallTest.TakesBuiltInDefaultActionWhenNoOnCall
[ OK ] OnCallTest.TakesBuiltInDefaultActionWhenNoOnCall (0 ms)
[ RUN ] OnCallTest.TakesBuiltInDefaultActionWhenNoOnCallMatches
[ OK ] OnCallTest.TakesBuiltInDefaultActionWhenNoOnCallMatches (0 ms)
[ RUN ] OnCallTest.PicksLastMatchingOnCall
[ OK ] OnCallTest.PicksLastMatchingOnCall (1 ms)
[----------] 3 tests from OnCallTest (1 ms total)
[----------] 8 tests from ExpectCallTest
[ RUN ] ExpectCallTest.AllowsAnyCallWhenNoSpec
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(2)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
[ OK ] ExpectCallTest.AllowsAnyCallWhenNoSpec (0 ms)
[ RUN ] ExpectCallTest.PicksLastMatchingExpectCall
[ OK ] ExpectCallTest.PicksLastMatchingExpectCall (0 ms)
[ RUN ] ExpectCallTest.CatchesTooFewCalls
[ OK ] ExpectCallTest.CatchesTooFewCalls (0 ms)
[ RUN ] ExpectCallTest.InfersCardinalityWhenThereIsNoWillRepeatedly
[ OK ] ExpectCallTest.InfersCardinalityWhenThereIsNoWillRepeatedly (0 ms)
[ RUN ] ExpectCallTest.InfersCardinality1WhenThereIsWillRepeatedly
[ OK ] ExpectCallTest.InfersCardinality1WhenThereIsWillRepeatedly (0 ms)
[ RUN ] ExpectCallTest.NthMatchTakesNthAction
[ OK ] ExpectCallTest.NthMatchTakesNthAction (1 ms)
[ RUN ] ExpectCallTest.TakesRepeatedActionWhenWillListIsExhausted
[ OK ] ExpectCallTest.TakesRepeatedActionWhenWillListIsExhausted (0 ms)
[ RUN ] ExpectCallTest.TakesDefaultActionWhenWillListIsExhausted
[ OK ] ExpectCallTest.TakesDefaultActionWhenWillListIsExhausted (1 ms)
[----------] 8 tests from ExpectCallTest (2 ms total)
[----------] 2 tests from FunctionMockerMessageTest
[ RUN ] FunctionMockerMessageTest.ReportsExpectCallLocationForExhausedActions
[ OK ] FunctionMockerMessageTest.ReportsExpectCallLocationForExhausedActions (0 ms)
[ RUN ] FunctionMockerMessageTest.ReportsDefaultActionLocationOfUninterestingCallsForNaggyMock
[ OK ] FunctionMockerMessageTest.ReportsDefaultActionLocationOfUninterestingCallsForNaggyMock (1 ms)
[----------] 2 tests from FunctionMockerMessageTest (1 ms total)
[----------] 1 test from UninterestingCallTest
[ RUN ] UninterestingCallTest.DoesDefaultAction
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:988:
Function call: Binary(1, 2)
Returns: true
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
[ OK ] UninterestingCallTest.DoesDefaultAction (0 ms)
[----------] 1 test from UninterestingCallTest (0 ms total)
[----------] 6 tests from UnexpectedCallTest
[ RUN ] UnexpectedCallTest.DoesDefaultAction
[ OK ] UnexpectedCallTest.DoesDefaultAction (0 ms)
[ RUN ] UnexpectedCallTest.GeneratesFailureForVoidFunction
[ OK ] UnexpectedCallTest.GeneratesFailureForVoidFunction (1 ms)
[ RUN ] UnexpectedCallTest.GeneartesFailureForNonVoidFunction
[ OK ] UnexpectedCallTest.GeneartesFailureForNonVoidFunction (0 ms)
[ RUN ] UnexpectedCallTest.RetiredExpectation
[ OK ] UnexpectedCallTest.RetiredExpectation (1 ms)
[ RUN ] UnexpectedCallTest.UnmatchedArguments
[ OK ] UnexpectedCallTest.UnmatchedArguments (0 ms)
[ RUN ] UnexpectedCallTest.UnsatisifiedPrerequisites
[ OK ] UnexpectedCallTest.UnsatisifiedPrerequisites (8 ms)
[----------] 6 tests from UnexpectedCallTest (11 ms total)
[----------] 1 test from UndefinedReturnValueTest
[ RUN ] UndefinedReturnValueTest.ReturnValueIsMandatoryWhenNotDefaultConstructible
[ OK ] UndefinedReturnValueTest.ReturnValueIsMandatoryWhenNotDefaultConstructible (1 ms)
[----------] 1 test from UndefinedReturnValueTest (1 ms total)
[----------] 3 tests from ExcessiveCallTest
[ RUN ] ExcessiveCallTest.DoesDefaultAction
[ OK ] ExcessiveCallTest.DoesDefaultAction (0 ms)
[ RUN ] ExcessiveCallTest.GeneratesFailureForVoidFunction
[ OK ] ExcessiveCallTest.GeneratesFailureForVoidFunction (0 ms)
[ RUN ] ExcessiveCallTest.GeneratesFailureForNonVoidFunction
[ OK ] ExcessiveCallTest.GeneratesFailureForNonVoidFunction (0 ms)
[----------] 3 tests from ExcessiveCallTest (1 ms total)
[----------] 3 tests from InSequenceTest
[ RUN ] InSequenceTest.AllExpectationInScopeAreInSequence
[ OK ] InSequenceTest.AllExpectationInScopeAreInSequence (0 ms)
[ RUN ] InSequenceTest.NestedInSequence
[ OK ] InSequenceTest.NestedInSequence (0 ms)
[ RUN ] InSequenceTest.ExpectationsOutOfScopeAreNotAffected
[ OK ] InSequenceTest.ExpectationsOutOfScopeAreNotAffected (1 ms)
[----------] 3 tests from InSequenceTest (1 ms total)
[----------] 4 tests from SequenceTest
[ RUN ] SequenceTest.AnyOrderIsOkByDefault
[ OK ] SequenceTest.AnyOrderIsOkByDefault (0 ms)
[ RUN ] SequenceTest.CallsMustBeInStrictOrderWhenSaidSo1
[ OK ] SequenceTest.CallsMustBeInStrictOrderWhenSaidSo1 (0 ms)
[ RUN ] SequenceTest.CallsMustBeInStrictOrderWhenSaidSo2
[ OK ] SequenceTest.CallsMustBeInStrictOrderWhenSaidSo2 (1 ms)
[ RUN ] SequenceTest.Retirement
[ OK ] SequenceTest.Retirement (0 ms)
[----------] 4 tests from SequenceTest (1 ms total)
[----------] 4 tests from PartialOrderTest
[ RUN ] PartialOrderTest.CallsMustConformToSpecifiedDag1
[ OK ] PartialOrderTest.CallsMustConformToSpecifiedDag1 (0 ms)
[ RUN ] PartialOrderTest.CallsMustConformToSpecifiedDag2
[ OK ] PartialOrderTest.CallsMustConformToSpecifiedDag2 (1 ms)
[ RUN ] PartialOrderTest.CallsMustConformToSpecifiedDag3
[ OK ] PartialOrderTest.CallsMustConformToSpecifiedDag3 (0 ms)
[ RUN ] PartialOrderTest.CallsMustConformToSpecifiedDag4
[ OK ] PartialOrderTest.CallsMustConformToSpecifiedDag4 (1 ms)
[----------] 4 tests from PartialOrderTest (2 ms total)
[----------] 2 tests from ExpectationTest
[ RUN ] ExpectationTest.ConstrutorsWork
[ OK ] ExpectationTest.ConstrutorsWork (0 ms)
[ RUN ] ExpectationTest.AssignmentWorks
[ OK ] ExpectationTest.AssignmentWorks (0 ms)
[----------] 2 tests from ExpectationTest (0 ms total)
[----------] 6 tests from ExpectationSetTest
[ RUN ] ExpectationSetTest.MemberTypesAreCorrect
[ OK ] ExpectationSetTest.MemberTypesAreCorrect (0 ms)
[ RUN ] ExpectationSetTest.ConstructorsWork
[ OK ] ExpectationSetTest.ConstructorsWork (1 ms)
[ RUN ] ExpectationSetTest.AssignmentWorks
[ OK ] ExpectationSetTest.AssignmentWorks (0 ms)
[ RUN ] ExpectationSetTest.InsertionWorks
[ OK ] ExpectationSetTest.InsertionWorks (0 ms)
[ RUN ] ExpectationSetTest.SizeWorks
[ OK ] ExpectationSetTest.SizeWorks (0 ms)
[ RUN ] ExpectationSetTest.IsEnumerable
[ OK ] ExpectationSetTest.IsEnumerable (0 ms)
[----------] 6 tests from ExpectationSetTest (1 ms total)
[----------] 11 tests from AfterTest
[ RUN ] AfterTest.SucceedsWhenPartialOrderIsSatisfied
[ OK ] AfterTest.SucceedsWhenPartialOrderIsSatisfied (0 ms)
[ RUN ] AfterTest.SucceedsWhenTotalOrderIsSatisfied
[ OK ] AfterTest.SucceedsWhenTotalOrderIsSatisfied (0 ms)
[ RUN ] AfterTest.CallsMustBeInStrictOrderWhenSpecifiedSo1
[ OK ] AfterTest.CallsMustBeInStrictOrderWhenSpecifiedSo1 (1 ms)
[ RUN ] AfterTest.CallsMustBeInStrictOrderWhenSpecifiedSo2
[ OK ] AfterTest.CallsMustBeInStrictOrderWhenSpecifiedSo2 (0 ms)
[ RUN ] AfterTest.CallsMustSatisfyPartialOrderWhenSpecifiedSo
[ OK ] AfterTest.CallsMustSatisfyPartialOrderWhenSpecifiedSo (0 ms)
[ RUN ] AfterTest.CallsMustSatisfyPartialOrderWhenSpecifiedSo2
[ OK ] AfterTest.CallsMustSatisfyPartialOrderWhenSpecifiedSo2 (0 ms)
[ RUN ] AfterTest.CanBeUsedWithInSequence
[ OK ] AfterTest.CanBeUsedWithInSequence (1 ms)
[ RUN ] AfterTest.CanBeCalledManyTimes
[ OK ] AfterTest.CanBeCalledManyTimes (0 ms)
[ RUN ] AfterTest.AcceptsUpToFiveArguments
[ OK ] AfterTest.AcceptsUpToFiveArguments (0 ms)
[ RUN ] AfterTest.AcceptsDuplicatedInput
[ OK ] AfterTest.AcceptsDuplicatedInput (1 ms)
[ RUN ] AfterTest.ChangesToExpectationSetHaveNoEffectAfterwards
[ OK ] AfterTest.ChangesToExpectationSetHaveNoEffectAfterwards (0 ms)
[----------] 11 tests from AfterTest (3 ms total)
[----------] 6 tests from DeletingMockEarlyTest
[ RUN ] DeletingMockEarlyTest.Success1
[ OK ] DeletingMockEarlyTest.Success1 (0 ms)
[ RUN ] DeletingMockEarlyTest.Success2
[ OK ] DeletingMockEarlyTest.Success2 (0 ms)
[ RUN ] DeletingMockEarlyTest.CanDeleteSelfInActionReturningVoid
[ OK ] DeletingMockEarlyTest.CanDeleteSelfInActionReturningVoid (0 ms)
[ RUN ] DeletingMockEarlyTest.CanDeleteSelfInActionReturningValue
[ OK ] DeletingMockEarlyTest.CanDeleteSelfInActionReturningValue (0 ms)
[ RUN ] DeletingMockEarlyTest.Failure1
[ OK ] DeletingMockEarlyTest.Failure1 (0 ms)
[ RUN ] DeletingMockEarlyTest.Failure2
[ OK ] DeletingMockEarlyTest.Failure2 (0 ms)
[----------] 6 tests from DeletingMockEarlyTest (1 ms total)
[----------] 1 test from ExpectationBaseTest
[ RUN ] ExpectationBaseTest.AllPrerequisitesAreSatisfiedWorksForNonMonotonicCardinality
[ OK ] ExpectationBaseTest.AllPrerequisitesAreSatisfiedWorksForNonMonotonicCardinality (0 ms)
[----------] 1 test from ExpectationBaseTest (0 ms total)
[----------] 3 tests from FunctionCallMessageTest
[ RUN ] FunctionCallMessageTest.UninterestingCallOnNaggyMockGeneratesNoStackTraceWhenVerboseWarning
[ OK ] FunctionCallMessageTest.UninterestingCallOnNaggyMockGeneratesNoStackTraceWhenVerboseWarning (1 ms)
[ RUN ] FunctionCallMessageTest.UninterestingCallOnNaggyMockGeneratesFyiWithStackTraceWhenVerboseInfo
[ OK ] FunctionCallMessageTest.UninterestingCallOnNaggyMockGeneratesFyiWithStackTraceWhenVerboseInfo (0 ms)
[ RUN ] FunctionCallMessageTest.UninterestingCallOnNaggyMockPrintsArgumentsAndReturnValue
[ OK ] FunctionCallMessageTest.UninterestingCallOnNaggyMockPrintsArgumentsAndReturnValue (4 ms)
[----------] 3 tests from FunctionCallMessageTest (5 ms total)
[----------] 4 tests from GMockVerboseFlagTest
[ RUN ] GMockVerboseFlagTest.Info
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2142: EXPECT_CALL(a, DoA(5)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2143: EXPECT_CALL(a, Binary(_, 1)) invoked
Stack trace:
[ OK ] GMockVerboseFlagTest.Info (1 ms)
[ RUN ] GMockVerboseFlagTest.Warning
[ OK ] GMockVerboseFlagTest.Warning (2 ms)
[ RUN ] GMockVerboseFlagTest.Error
[ OK ] GMockVerboseFlagTest.Error (0 ms)
[ RUN ] GMockVerboseFlagTest.InvalidFlagIsTreatedAsWarning
[ OK ] GMockVerboseFlagTest.InvalidFlagIsTreatedAsWarning (1 ms)
[----------] 4 tests from GMockVerboseFlagTest (5 ms total)
[----------] 3 tests from GMockLogTest
[ RUN ] GMockLogTest.DoesNotPrintGoodCallInternallyIfVerbosityIsWarning
[ OK ] GMockLogTest.DoesNotPrintGoodCallInternallyIfVerbosityIsWarning (0 ms)
[ RUN ] GMockLogTest.DoesNotPrintGoodCallInternallyIfVerbosityIsError
[ OK ] GMockLogTest.DoesNotPrintGoodCallInternallyIfVerbosityIsError (0 ms)
[ RUN ] GMockLogTest.DoesNotPrintWarningInternallyIfVerbosityIsError
[ OK ] GMockLogTest.DoesNotPrintWarningInternallyIfVerbosityIsError (0 ms)
[----------] 3 tests from GMockLogTest (0 ms total)
[----------] 6 tests from AllowLeakTest
[ RUN ] AllowLeakTest.AllowsLeakingUnusedMockObject
[ OK ] AllowLeakTest.AllowsLeakingUnusedMockObject (0 ms)
[ RUN ] AllowLeakTest.CanBeCalledBeforeOnCall
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2299: ON_CALL(*a, DoA(_)) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2299:
Function call: DoA(0)
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] AllowLeakTest.CanBeCalledBeforeOnCall (0 ms)
[ RUN ] AllowLeakTest.CanBeCalledAfterOnCall
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2305: ON_CALL(*a, DoA(_)) invoked
Stack trace:
[ OK ] AllowLeakTest.CanBeCalledAfterOnCall (0 ms)
[ RUN ] AllowLeakTest.CanBeCalledBeforeExpectCall
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2312: EXPECT_CALL(*a, DoA(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2312: Mock function call matches EXPECT_CALL(*a, DoA(_))...
Function call: DoA(0)
Stack trace:
[ OK ] AllowLeakTest.CanBeCalledBeforeExpectCall (0 ms)
[ RUN ] AllowLeakTest.CanBeCalledAfterExpectCall
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2318: EXPECT_CALL(*a, DoA(_)) invoked
Stack trace:
[ OK ] AllowLeakTest.CanBeCalledAfterExpectCall (0 ms)
[ RUN ] AllowLeakTest.WorksWhenBothOnCallAndExpectCallArePresent
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2324: ON_CALL(*a, DoA(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2325: EXPECT_CALL(*a, DoA(_)) invoked
Stack trace:
[ OK ] AllowLeakTest.WorksWhenBothOnCallAndExpectCallArePresent (1 ms)
[----------] 6 tests from AllowLeakTest (1 ms total)
[----------] 6 tests from VerifyAndClearExpectationsTest
[ RUN ] VerifyAndClearExpectationsTest.NoMethodHasExpectations
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearExpectationsTest.NoMethodHasExpectations (0 ms)
[ RUN ] VerifyAndClearExpectationsTest.SomeMethodsHaveExpectationsAndSucceed
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2346: EXPECT_CALL(b, DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2346: Mock function call matches EXPECT_CALL(b, DoB())...
Function call: DoB()
Returns: 1
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearExpectationsTest.SomeMethodsHaveExpectationsAndSucceed (0 ms)
[ RUN ] VerifyAndClearExpectationsTest.SomeMethodsHaveExpectationsAndFail
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2362: EXPECT_CALL(b, DoB()) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearExpectationsTest.SomeMethodsHaveExpectationsAndFail (0 ms)
[ RUN ] VerifyAndClearExpectationsTest.AllMethodsHaveExpectations
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2379: EXPECT_CALL(b, DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2381: EXPECT_CALL(b, DoB(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2379: Mock function call matches EXPECT_CALL(b, DoB())...
Function call: DoB()
Returns: 1
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2381: Mock function call matches EXPECT_CALL(b, DoB(_))...
Function call: DoB(1)
Returns: 2
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearExpectationsTest.AllMethodsHaveExpectations (0 ms)
[ RUN ] VerifyAndClearExpectationsTest.AMethodHasManyExpectations
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2397: EXPECT_CALL(b, DoB(0)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2399: EXPECT_CALL(b, DoB(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2399: Mock function call matches EXPECT_CALL(b, DoB(_))...
Function call: DoB(1)
Returns: 2
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearExpectationsTest.AMethodHasManyExpectations (0 ms)
[ RUN ] VerifyAndClearExpectationsTest.CanCallManyTimes
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2417: EXPECT_CALL(b, DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2417: Mock function call matches EXPECT_CALL(b, DoB())...
Function call: DoB()
Returns: 0
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2421: EXPECT_CALL(b, DoB(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2421: Mock function call matches EXPECT_CALL(b, DoB(_))...
Function call: DoB(1)
Returns: 1
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearExpectationsTest.CanCallManyTimes (0 ms)
[----------] 6 tests from VerifyAndClearExpectationsTest (1 ms total)
[----------] 12 tests from VerifyAndClearTest
[ RUN ] VerifyAndClearTest.NoMethodHasDefaultActions
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearTest.NoMethodHasDefaultActions (0 ms)
[ RUN ] VerifyAndClearTest.SomeMethodsHaveDefaultActions
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2446: ON_CALL(b, DoB()) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearTest.SomeMethodsHaveDefaultActions (0 ms)
[ RUN ] VerifyAndClearTest.AllMethodsHaveDefaultActions
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2459: ON_CALL(b, DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2461: ON_CALL(b, DoB(_)) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(0)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearTest.AllMethodsHaveDefaultActions (0 ms)
[ RUN ] VerifyAndClearTest.AMethodHasManyDefaultActions
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2477: ON_CALL(b, DoB(0)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2479: ON_CALL(b, DoB(_)) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(0)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearTest.AMethodHasManyDefaultActions (0 ms)
[ RUN ] VerifyAndClearTest.CanCallManyTimes
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2494: ON_CALL(b, DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2499: ON_CALL(b, DoB(_)) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearTest.CanCallManyTimes (0 ms)
[ RUN ] VerifyAndClearTest.Success
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2510: ON_CALL(b, DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2512: EXPECT_CALL(b, DoB(1)) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2510:
Function call: DoB()
Returns: 1
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2512: Mock function call matches EXPECT_CALL(b, DoB(1))...
Function call: DoB(1)
Returns: 2
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearTest.Success (1 ms)
[ RUN ] VerifyAndClearTest.Failure
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2528: ON_CALL(b, DoB(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2530: EXPECT_CALL(b, DoB()) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2528:
Function call: DoB(1)
Returns: 1
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearTest.Failure (0 ms)
[ RUN ] VerifyAndClearTest.Const
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2549: ON_CALL(Const(b), DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2552: EXPECT_CALL(Const(b), DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2552: Mock function call matches EXPECT_CALL(Const(b), DoB())...
Function call: DoB()
Returns: 1
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2552: Mock function call matches EXPECT_CALL(Const(b), DoB())...
Function call: DoB()
Returns: 2
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB()
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearTest.Const (0 ms)
[ RUN ] VerifyAndClearTest.CanSetDefaultActionsAndExpectationsAfterwards
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2570: ON_CALL(b, DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2572: EXPECT_CALL(b, DoB(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2572: Mock function call matches EXPECT_CALL(b, DoB(_))...
Function call: DoB(1)
Returns: 2
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2578: EXPECT_CALL(b, DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2580: ON_CALL(b, DoB(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2578: Mock function call matches EXPECT_CALL(b, DoB())...
Function call: DoB()
Returns: 3
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2580:
Function call: DoB(1)
Returns: 4
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] VerifyAndClearTest.CanSetDefaultActionsAndExpectationsAfterwards (0 ms)
[ RUN ] VerifyAndClearTest.DoesNotAffectOtherMockObjects
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2594: ON_CALL(a, Binary(_, _)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2596: EXPECT_CALL(a, Binary(_, _)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2600: ON_CALL(b1, DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2602: EXPECT_CALL(b1, DoB(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2605: ON_CALL(b2, DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2607: EXPECT_CALL(b2, DoB(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2607: Mock function call matches EXPECT_CALL(b2, DoB(_))...
Function call: DoB(0)
Returns: 0
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2596: Mock function call matches EXPECT_CALL(a, Binary(_, _))...
Function call: Binary(0, 0)
Returns: true
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2596: Mock function call matches EXPECT_CALL(a, Binary(_, _))...
Function call: Binary(0, 0)
Returns: false
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2600:
Function call: DoB()
Returns: 1
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2602: Mock function call matches EXPECT_CALL(b1, DoB(_))...
Function call: DoB(0)
Returns: 2
Stack trace:
[ OK ] VerifyAndClearTest.DoesNotAffectOtherMockObjects (1 ms)
[ RUN ] VerifyAndClearTest.DestroyingChainedMocksDoesNotDeadlockThroughExpectations
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2627: EXPECT_CALL(test_mock, AcceptReference(_)) invoked
Stack trace:
[ OK ] VerifyAndClearTest.DestroyingChainedMocksDoesNotDeadlockThroughExpectations (0 ms)
[ RUN ] VerifyAndClearTest.DestroyingChainedMocksDoesNotDeadlockThroughDefaultAction
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2647: ON_CALL(test_mock, AcceptReference(_)) invoked
Stack trace:
[ OK ] VerifyAndClearTest.DestroyingChainedMocksDoesNotDeadlockThroughDefaultAction (0 ms)
[----------] 12 tests from VerifyAndClearTest (2 ms total)
[----------] 1 test from SynchronizationTest
[ RUN ] SynchronizationTest.CanCallMockMethodInAction
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2669: ON_CALL(a, DoA(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2672: EXPECT_CALL(a, DoA(1)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2673: EXPECT_CALL(a, DoA(1)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2676: EXPECT_CALL(c, NonVoidMethod()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2676: Mock function call matches EXPECT_CALL(c, NonVoidMethod())...
Function call: NonVoidMethod()
Returns: 0
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2672: Mock function call matches EXPECT_CALL(a, DoA(1))...
Function call: DoA(1)
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2673: Mock function call matches EXPECT_CALL(a, DoA(1))...
Function call: DoA(1)
Stack trace:
[ OK ] SynchronizationTest.CanCallMockMethodInAction (0 ms)
[----------] 1 test from SynchronizationTest (0 ms total)
[----------] 4 tests from ParameterlessExpectationsTest
[ RUN ] ParameterlessExpectationsTest.CanSetExpectationsWithoutMatchers
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2688: ON_CALL(a, DoA) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2690: ON_CALL(a, DoA(47)) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2688:
Function call: DoA(17)
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2690:
Function call: DoA(47)
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2699: ON_CALL(a, Binary) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2700: ON_CALL(a, Binary(_, 14)) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2699:
Function call: Binary(14, 17)
Returns: true
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2700:
Function call: Binary(17, 14)
Returns: false
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] ParameterlessExpectationsTest.CanSetExpectationsWithoutMatchers (1 ms)
[ RUN ] ParameterlessExpectationsTest.CanSetExpectationsForOverloadedMethods
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2707: ON_CALL(b, DoB()) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2708: ON_CALL(b, DoB(5)) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2707:
Function call: DoB()
Returns: 9
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: DoB(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2708:
Function call: DoB(5)
Returns: 11
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] ParameterlessExpectationsTest.CanSetExpectationsForOverloadedMethods (0 ms)
[ RUN ] ParameterlessExpectationsTest.CanSetExpectationsForConstMethods
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2723: ON_CALL(mock, Foo) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2724: ON_CALL(mock, Bar) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2723:
Function call: Foo(17)
Returns: 7
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2724:
Function call: Bar(27, 0x1000fb99 pointing to "purple")
Returns: 33
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] ParameterlessExpectationsTest.CanSetExpectationsForConstMethods (0 ms)
[ RUN ] ParameterlessExpectationsTest.CanSetExpectationsForConstOverloadedMethods
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2739: ON_CALL(mock, Overloaded(_)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2740: ON_CALL(mock, Overloaded(5)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2741: ON_CALL(Const(mock), Overloaded(5)) invoked
Stack trace:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2742: ON_CALL(Const(mock), Overloaded(7)) invoked
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2739:
Function call: Overloaded(1)
Returns: 7
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2740:
Function call: Overloaded(5)
Returns: 9
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2739:
Function call: Overloaded(7)
Returns: 7
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - returning default value.
Function call: Overloaded(1)
Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2741:
Function call: Overloaded(5)
Returns: 11
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
/net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googlemock/test/gmock-spec-builders_test.cc:2742:
Function call: Overloaded(7)
Returns: 13
NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details.
Stack trace:
[ OK ] ParameterlessExpectationsTest.CanSetExpectationsForConstOverloadedMethods (1 ms)
[----------] 4 tests from ParameterlessExpectationsTest (2 ms total)
[----------] Global test environment tear-down
[==========] 137 tests from 26 test cases ran. (362 ms total)
[ PASSED ] 137 tests.
Standard error
[WARNING] /net/blackdragon/usr/home/bdragon/superglue/contrib/googletest/googletest/src/gtest-death-test.cc:1050:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test couldn't detect the number of threads. See https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
Files left in work directory after failure: gmock-spec-builders.core