Back to build
Raw log | Switch to full mode | Login

[==========] Running 101 tests from 28 test suites. [----------] Global test environment set-up. [----------] 5 tests from ExponentialBackoffTest [ RUN ] ExponentialBackoffTest.GrowExponentionally [ OK ] ExponentialBackoffTest.GrowExponentionally (0 ms) [ RUN ] ExponentialBackoffTest.Reset [ OK ] ExponentialBackoffTest.Reset (0 ms) [ RUN ] ExponentialBackoffTest.NoOverflow [ OK ] ExponentialBackoffTest.NoOverflow (0 ms) [ RUN ] ExponentialBackoffTest.MaxDelay [ OK ] ExponentialBackoffTest.MaxDelay (0 ms) [ RUN ] ExponentialBackoffTest.Random [ OK ] ExponentialBackoffTest.Random (0 ms) [----------] 5 tests from ExponentialBackoffTest (0 ms total) [----------] 3 tests from AutoCleanableSet [ RUN ] AutoCleanableSet.ClearsOnEmpty [ OK ] AutoCleanableSet.ClearsOnEmpty (0 ms) [ RUN ] AutoCleanableSet.Iterator [ OK ] AutoCleanableSet.Iterator (0 ms) [ RUN ] AutoCleanableSet.CallsOnEmpty [ OK ] AutoCleanableSet.CallsOnEmpty (0 ms) [----------] 3 tests from AutoCleanableSet (0 ms total) [----------] 5 tests from AutoCleanableMap [ RUN ] AutoCleanableMap.ClearsOnEmpty [ OK ] AutoCleanableMap.ClearsOnEmpty (0 ms) [ RUN ] AutoCleanableMap.CallsOnEmpty [ OK ] AutoCleanableMap.CallsOnEmpty (0 ms) [ RUN ] AutoCleanableMap.GetSize [ OK ] AutoCleanableMap.GetSize (1 ms) [ RUN ] AutoCleanableMap.GetBegin [ OK ] AutoCleanableMap.GetBegin (0 ms) [ RUN ] AutoCleanableMap.ConstIteration [ OK ] AutoCleanableMap.ConstIteration (0 ms) [----------] 5 tests from AutoCleanableMap (1 ms total) [----------] 7 tests from CancellableImpl [ RUN ] CancellableImpl.CancelInvalidateCancellable [ OK ] CancellableImpl.CancelInvalidateCancellable (0 ms) [ RUN ] CancellableImpl.DoneInvalidateCancellable [ OK ] CancellableImpl.DoneInvalidateCancellable (0 ms) [ RUN ] CancellableImpl.WrappedCallbackNotCalledAfterCancel [ OK ] CancellableImpl.WrappedCallbackNotCalledAfterCancel (0 ms) [ RUN ] CancellableImpl.DoneCallsOnDone [ OK ] CancellableImpl.DoneCallsOnDone (0 ms) [ RUN ] CancellableImpl.Wrap [ OK ] CancellableImpl.Wrap (0 ms) [ RUN ] CancellableImpl.DeleteWrappingCallbackInWrappedCallback [ OK ] CancellableImpl.DeleteWrappingCallbackInWrappedCallback (0 ms) [ RUN ] CancellableImpl.CancelInWrappedCallback [ OK ] CancellableImpl.CancelInWrappedCallback (0 ms) [----------] 7 tests from CancellableImpl (0 ms total) [----------] 4 tests from AutoCancel [ RUN ] AutoCancel.EmptyAutoCancel [ OK ] AutoCancel.EmptyAutoCancel (0 ms) [ RUN ] AutoCancel.CancelOnDestruction [ OK ] AutoCancel.CancelOnDestruction (0 ms) [ RUN ] AutoCancel.ResetNoArgument [ OK ] AutoCancel.ResetNoArgument (0 ms) [ RUN ] AutoCancel.ResetArgument [ OK ] AutoCancel.ResetArgument (0 ms) [----------] 4 tests from AutoCancel (0 ms total) [----------] 4 tests from CancellableContainer [ RUN ] CancellableContainer.CancelOnDestruction [ OK ] CancellableContainer.CancelOnDestruction (0 ms) [ RUN ] CancellableContainer.CancelOnReset [ OK ] CancellableContainer.CancelOnReset (0 ms) [ RUN ] CancellableContainer.ClearOnDone [ OK ] CancellableContainer.ClearOnDone (0 ms) [ RUN ] CancellableContainer.Move [ OK ] CancellableContainer.Move (0 ms) [----------] 4 tests from CancellableContainer (0 ms total) [----------] 3 tests from Capture [ RUN ] Capture.CaptureVariable [ OK ] Capture.CaptureVariable (0 ms) [ RUN ] Capture.CaptureConstReference [ OK ] Capture.CaptureConstReference (0 ms) [ RUN ] Capture.UseStdIgnore [ OK ] Capture.UseStdIgnore (0 ms) [----------] 3 tests from Capture (0 ms total) [----------] 2 tests from DestructionSentinel [ RUN ] DestructionSentinel.CheckOnNormalOperation [ OK ] DestructionSentinel.CheckOnNormalOperation (0 ms) [ RUN ] DestructionSentinel.CheckOnDestruction [ OK ] DestructionSentinel.CheckOnDestruction (0 ms) [----------] 2 tests from DestructionSentinel (0 ms total) [----------] 5 tests from EnsureCalled [ RUN ] EnsureCalled.NormalCall [ OK ] EnsureCalled.NormalCall (0 ms) [ RUN ] EnsureCalled.DestructorCall [ OK ] EnsureCalled.DestructorCall (0 ms) [ RUN ] EnsureCalled.MoveAssign [ OK ] EnsureCalled.MoveAssign (0 ms) [ RUN ] EnsureCalled.MoveConstruct [ OK ] EnsureCalled.MoveConstruct (0 ms) [ RUN ] EnsureCalled.EnsureCalledReturn [ OK ] EnsureCalled.EnsureCalledReturn (0 ms) [----------] 5 tests from EnsureCalled (0 ms total) [----------] 6 tests from ManagedContainer [ RUN ] ManagedContainer.Cleanup [ OK ] ManagedContainer.Cleanup (0 ms) [ RUN ] ManagedContainer.ContainerDeletion [ OK ] ManagedContainer.ContainerDeletion (0 ms) [ RUN ] ManagedContainer.HandlerDeletion [ OK ] ManagedContainer.HandlerDeletion (0 ms) [ RUN ] ManagedContainer.HeterogenousObject [ OK ] ManagedContainer.HeterogenousObject (0 ms) [ RUN ] ManagedContainer.DoNotCrashIfManagerDeleted [ OK ] ManagedContainer.DoNotCrashIfManagerDeleted (0 ms) [ RUN ] ManagedContainer.OnEmpty [ OK ] ManagedContainer.OnEmpty (0 ms) [----------] 6 tests from ManagedContainer (0 ms total) [----------] 2 tests from OperationSerializer [ RUN ] OperationSerializer.ExecutionIsInOrder [ OK ] OperationSerializer.ExecutionIsInOrder (0 ms) [ RUN ] OperationSerializer.DontContinueAfterDestruction [ OK ] OperationSerializer.DontContinueAfterDestruction (0 ms) [----------] 2 tests from OperationSerializer (0 ms total) [----------] 1 test from ScopedCallback [ RUN ] ScopedCallback.Witness [ OK ] ScopedCallback.Witness (0 ms) [----------] 1 test from ScopedCallback (0 ms total) [----------] 11 tests from ScopedTaskRunnerTest [ RUN ] ScopedTaskRunnerTest.RunsTaskInScope [ OK ] ScopedTaskRunnerTest.RunsTaskInScope (0 ms) [ RUN ] ScopedTaskRunnerTest.TaskWithArg [ OK ] ScopedTaskRunnerTest.TaskWithArg (0 ms) [ RUN ] ScopedTaskRunnerTest.TaskWithRefArg [ OK ] ScopedTaskRunnerTest.TaskWithRefArg (0 ms) [ RUN ] ScopedTaskRunnerTest.TaskWithMoveOnlyArg [ OK ] ScopedTaskRunnerTest.TaskWithMoveOnlyArg (0 ms) [ RUN ] ScopedTaskRunnerTest.TaskWithMoveOnlyCapture [ OK ] ScopedTaskRunnerTest.TaskWithMoveOnlyCapture (0 ms) [ RUN ] ScopedTaskRunnerTest.CancelsTaskOutOfScope [ OK ] ScopedTaskRunnerTest.CancelsTaskOutOfScope (1 ms) [ RUN ] ScopedTaskRunnerTest.ExplicitShutdown [ OK ] ScopedTaskRunnerTest.ExplicitShutdown (0 ms) [ RUN ] ScopedTaskRunnerTest.MakeScopedAfterShutdown [ OK ] ScopedTaskRunnerTest.MakeScopedAfterShutdown (0 ms) [ RUN ] ScopedTaskRunnerTest.DestroyDuringTaskOnThread [ OK ] ScopedTaskRunnerTest.DestroyDuringTaskOnThread (0 ms) [ RUN ] ScopedTaskRunnerTest.PostPeriodicTask TEST_LOOP_RANDOM_SEED="1378548077" [ OK ] ScopedTaskRunnerTest.PostPeriodicTask (0 ms) [ RUN ] ScopedTaskRunnerTest.PostPeriodicTaskOffThread TEST_LOOP_RANDOM_SEED="3993145647" [ OK ] ScopedTaskRunnerTest.PostPeriodicTaskOffThread (131 ms) [----------] 11 tests from ScopedTaskRunnerTest (132 ms total) [----------] 2 tests from ScopedTaskRunner [ RUN ] ScopedTaskRunner.PostTaskAndFriends TEST_LOOP_RANDOM_SEED="1271202378" [ OK ] ScopedTaskRunner.PostTaskAndFriends (1 ms) [ RUN ] ScopedTaskRunner.PostTaskAndFriendsCancelOnDeletion TEST_LOOP_RANDOM_SEED="2760201202" [ OK ] ScopedTaskRunner.PostTaskAndFriendsCancelOnDeletion (0 ms) [----------] 2 tests from ScopedTaskRunner (1 ms total) [----------] 2 tests from SetWhenCalled [ RUN ] SetWhenCalled.SetsTheInitialValueToFalse [ OK ] SetWhenCalled.SetsTheInitialValueToFalse (0 ms) [ RUN ] SetWhenCalled.SetsTheValueToTrueWhenCalled [ OK ] SetWhenCalled.SetsTheValueToTrueWhenCalled (0 ms) [----------] 2 tests from SetWhenCalled (0 ms total) [----------] 13 tests from Waiter [ RUN ] Waiter.NoCallback [ OK ] Waiter.NoCallback (0 ms) [ RUN ] Waiter.DataPreInitialize [ OK ] Waiter.DataPreInitialize (0 ms) [ RUN ] Waiter.DataPostInitialize [ OK ] Waiter.DataPostInitialize (0 ms) [ RUN ] Waiter.DataMixedInitialize [ OK ] Waiter.DataMixedInitialize (0 ms) [ RUN ] Waiter.UnorderedCalls [ OK ] Waiter.UnorderedCalls (0 ms) [ RUN ] Waiter.EarlyReturnOnError [ OK ] Waiter.EarlyReturnOnError (0 ms) [ RUN ] Waiter.CallbackSurviveWaiter [ OK ] Waiter.CallbackSurviveWaiter (0 ms) [ RUN ] Waiter.Promise [ OK ] Waiter.Promise (0 ms) [ RUN ] Waiter.DeleteInFinalize [ OK ] Waiter.DeleteInFinalize (0 ms) [ RUN ] Waiter.CancelThenFinalize [ OK ] Waiter.CancelThenFinalize (0 ms) [ RUN ] Waiter.FinalizeThenCancel [ OK ] Waiter.FinalizeThenCancel (0 ms) [ RUN ] Waiter.CancelDeletesCallback [ OK ] Waiter.CancelDeletesCallback (0 ms) [ RUN ] Waiter.FinalizeDeletesCallback [ OK ] Waiter.FinalizeDeletesCallback (0 ms) [----------] 13 tests from Waiter (0 ms total) [----------] 2 tests from StatusWaiter [ RUN ] StatusWaiter.MixedInitialize [ OK ] StatusWaiter.MixedInitialize (0 ms) [ RUN ] StatusWaiter.EarlyReturnOnError [ OK ] StatusWaiter.EarlyReturnOnError (0 ms) [----------] 2 tests from StatusWaiter (0 ms total) [----------] 1 test from CompletionWaiter [ RUN ] CompletionWaiter.MixedInitialize [ OK ] CompletionWaiter.MixedInitialize (0 ms) [----------] 1 test from CompletionWaiter (0 ms total) [----------] 3 tests from AnyWaiter [ RUN ] AnyWaiter.FailureThenSuccess [ OK ] AnyWaiter.FailureThenSuccess (0 ms) [ RUN ] AnyWaiter.AllFailure [ OK ] AnyWaiter.AllFailure (0 ms) [ RUN ] AnyWaiter.Default [ OK ] AnyWaiter.Default (0 ms) [----------] 3 tests from AnyWaiter (0 ms total) [----------] 2 tests from RealLoopFixtureTest [ RUN ] RealLoopFixtureTest.Timeout [ OK ] RealLoopFixtureTest.Timeout (110 ms) [ RUN ] RealLoopFixtureTest.NoTimeout [ OK ] RealLoopFixtureTest.NoTimeout (11 ms) [----------] 2 tests from RealLoopFixtureTest (121 ms total) [----------] 5 tests from TestLoopFixtureTest [ RUN ] TestLoopFixtureTest.DefaultDispatcherIsSet TEST_LOOP_RANDOM_SEED="348350458" [ OK ] TestLoopFixtureTest.DefaultDispatcherIsSet (0 ms) [ RUN ] TestLoopFixtureTest.TimeIsAdvanced TEST_LOOP_RANDOM_SEED="1063642431" [ OK ] TestLoopFixtureTest.TimeIsAdvanced (0 ms) [ RUN ] TestLoopFixtureTest.WorkBeingDoneIsReported TEST_LOOP_RANDOM_SEED="2829364200" [ OK ] TestLoopFixtureTest.WorkBeingDoneIsReported (0 ms) [ RUN ] TestLoopFixtureTest.LoopCanQuitAndReset TEST_LOOP_RANDOM_SEED="1838149422" [ OK ] TestLoopFixtureTest.LoopCanQuitAndReset (0 ms) [ RUN ] TestLoopFixtureTest.LoopRunsRepeatedly TEST_LOOP_RANDOM_SEED="115453053" [ OK ] TestLoopFixtureTest.LoopRunsRepeatedly (0 ms) [----------] 5 tests from TestLoopFixtureTest (0 ms total) [----------] 1 test from RandomSeedTest [ RUN ] RandomSeedTest.RandomSeedFromFlag TEST_LOOP_RANDOM_SEED="1234" [ OK ] RandomSeedTest.RandomSeedFromFlag (0 ms) [----------] 1 test from RandomSeedTest (0 ms total) [----------] 1 test from MessageRelayTest [ RUN ] MessageRelayTest.DestructionInCallback TEST_LOOP_RANDOM_SEED="3367908829" [ OK ] MessageRelayTest.DestructionInCallback (0 ms) [----------] 1 test from MessageRelayTest (0 ms total) [----------] 5 tests from NetworkWrapperImplTest [ RUN ] NetworkWrapperImplTest.SimpleRequest TEST_LOOP_RANDOM_SEED="4149938856" [ OK ] NetworkWrapperImplTest.SimpleRequest (1 ms) [ RUN ] NetworkWrapperImplTest.CancelRequest TEST_LOOP_RANDOM_SEED="261856205" [ OK ] NetworkWrapperImplTest.CancelRequest (0 ms) [ RUN ] NetworkWrapperImplTest.NetworkDeleted fidl channel writing error at ../../sdk/lib/fidl/cpp/internal/proxy_controller.cc:59: zx_status_t -24, type fuchsia.net.oldhttp/HttpServiceCreateURLLoaderRequest, 24 bytes, 0 handles fidl channel writing error at ../../sdk/lib/fidl/cpp/internal/proxy_controller.cc:59: zx_status_t -24, type fuchsia.net.oldhttp/URLLoaderStartRequest, 120 bytes, 0 handles TEST_LOOP_RANDOM_SEED="4237778822" [WARNING:garnet/public/lib/network_wrapper/network_wrapper_impl.cc(185)] Network service crashed or not configured in environment, trying to reconnect. [ OK ] NetworkWrapperImplTest.NetworkDeleted (1 ms) [ RUN ] NetworkWrapperImplTest.Redirection TEST_LOOP_RANDOM_SEED="2221150635" [ OK ] NetworkWrapperImplTest.Redirection (0 ms) [ RUN ] NetworkWrapperImplTest.CancelOnCallback TEST_LOOP_RANDOM_SEED="4244484628" [ OK ] NetworkWrapperImplTest.CancelOnCallback (1 ms) [----------] 5 tests from NetworkWrapperImplTest (3 ms total) [----------] 1 test from AsyncTestClockTest [ RUN ] AsyncTestClockTest.Increment TEST_LOOP_RANDOM_SEED="3850747290" [ OK ] AsyncTestClockTest.Increment (0 ms) [----------] 1 test from AsyncTestClockTest (0 ms total) [----------] 3 tests from SystemClockTest [ RUN ] SystemClockTest.MonotonicClock [ OK ] SystemClockTest.MonotonicClock (0 ms) [ RUN ] SystemClockTest.UTCClock [ OK ] SystemClockTest.UTCClock (0 ms) [ RUN ] SystemClockTest.ThreadClock [ OK ] SystemClockTest.ThreadClock (0 ms) [----------] 3 tests from SystemClockTest (0 ms total) [----------] 1 test from TestClockTest [ RUN ] TestClockTest.Assignment [ OK ] TestClockTest.Assignment (0 ms) [----------] 1 test from TestClockTest (0 ms total) [----------] 1 test from TestLoopTestClockTest [ RUN ] TestLoopTestClockTest.Increment TEST_LOOP_RANDOM_SEED="1522676905" [ OK ] TestLoopTestClockTest.Increment (0 ms) [----------] 1 test from TestLoopTestClockTest (0 ms total) [----------] Global test environment tear-down [==========] 101 tests from 28 test suites ran. (258 ms total) [ PASSED ] 101 tests.