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

[==========] Running 37 tests from 13 test suites. [----------] Global test environment set-up. [----------] 1 test from AppmgrTest [ RUN ] AppmgrTest.RunUntilIdle [INFO:namespace_builder.cc(93)] config-data for sysmgr [ OK ] AppmgrTest.RunUntilIdle (63 ms) [----------] 1 test from AppmgrTest (63 ms total) [----------] 6 tests from ComponentControllerTest [ RUN ] ComponentControllerTest.CreateAndKill [ OK ] ComponentControllerTest.CreateAndKill (32 ms) [ RUN ] ComponentControllerTest.CreateAndDeleteWithoutKilling [ OK ] ComponentControllerTest.CreateAndDeleteWithoutKilling (28 ms) [ RUN ] ComponentControllerTest.ControllerScope [ OK ] ComponentControllerTest.ControllerScope (22 ms) [ RUN ] ComponentControllerTest.DetachController [VERBOSE1:component_controller_impl.cc(219)] ~ComponentControllerImpl(): calling termination_callback_ [ OK ] ComponentControllerTest.DetachController (16 ms) [ RUN ] ComponentControllerTest.Hub [VERBOSE1:component_controller_impl.cc(273)] ComponentControllerImpl::Handler() called [VERBOSE1:component_controller_impl.cc(245)] SendReturnCodeIfTerminated(): calling termination_callback_ [ OK ] ComponentControllerTest.Hub (48 ms) [ RUN ] ComponentControllerTest.HubWithIncomingServices [VERBOSE1:component_controller_impl.cc(273)] ComponentControllerImpl::Handler() called [VERBOSE1:component_controller_impl.cc(245)] SendReturnCodeIfTerminated(): calling termination_callback_ [ OK ] ComponentControllerTest.HubWithIncomingServices (28 ms) [----------] 6 tests from ComponentControllerTest (175 ms total) [----------] 9 tests from ComponentBridgeTest [ RUN ] ComponentBridgeTest.CreateAndKill [ OK ] ComponentBridgeTest.CreateAndKill (10 ms) [ RUN ] ComponentBridgeTest.CreateAndDeleteWithoutKilling [ OK ] ComponentBridgeTest.CreateAndDeleteWithoutKilling (11 ms) [ RUN ] ComponentBridgeTest.RemoteComponentDied [ OK ] ComponentBridgeTest.RemoteComponentDied (10 ms) [ RUN ] ComponentBridgeTest.ControllerScope [ OK ] ComponentBridgeTest.ControllerScope (27 ms) [ RUN ] ComponentBridgeTest.DetachController [ OK ] ComponentBridgeTest.DetachController (10 ms) [ RUN ] ComponentBridgeTest.Hub [ OK ] ComponentBridgeTest.Hub (10 ms) [ RUN ] ComponentBridgeTest.HubWithIncomingServices [ OK ] ComponentBridgeTest.HubWithIncomingServices (10 ms) [ RUN ] ComponentBridgeTest.BindingErrorHandler [ OK ] ComponentBridgeTest.BindingErrorHandler (10 ms) [ RUN ] ComponentBridgeTest.BindingErrorHandlerWhenDetached [ OK ] ComponentBridgeTest.BindingErrorHandlerWhenDetached (11 ms) [----------] 9 tests from ComponentBridgeTest (111 ms total) [----------] 1 test from ComponentControllerUnitTest [ RUN ] ComponentControllerUnitTest.GetDirectoryEntries [ OK ] ComponentControllerUnitTest.GetDirectoryEntries (0 ms) [----------] 1 test from ComponentControllerUnitTest (0 ms total) [----------] 1 test from RealmHub [ RUN ] RealmHub.Simple [ OK ] RealmHub.Simple (0 ms) [----------] 1 test from RealmHub (0 ms total) [----------] 2 tests from NamespaceBuilder [ RUN ] NamespaceBuilder.Control [ OK ] NamespaceBuilder.Control (63 ms) [ RUN ] NamespaceBuilder.Shell [ OK ] NamespaceBuilder.Shell (22 ms) [----------] 2 tests from NamespaceBuilder (85 ms total) [----------] 2 tests from NamespaceHostDirectoryTest [ RUN ] NamespaceHostDirectoryTest.AdditionalServices [ OK ] NamespaceHostDirectoryTest.AdditionalServices (0 ms) [ RUN ] NamespaceHostDirectoryTest.AdditionalServices_InheritParent [ OK ] NamespaceHostDirectoryTest.AdditionalServices_InheritParent (0 ms) [----------] 2 tests from NamespaceHostDirectoryTest (1 ms total) [----------] 1 test from NamespaceProviderTest [ RUN ] NamespaceProviderTest.AdditionalServices [ OK ] NamespaceProviderTest.AdditionalServices (0 ms) [----------] 1 test from NamespaceProviderTest (0 ms total) [----------] 4 tests from SchemeMapTest [ RUN ] SchemeMapTest.Parse [ OK ] SchemeMapTest.Parse (6 ms) [ RUN ] SchemeMapTest.ParseMultiple [ OK ] SchemeMapTest.ParseMultiple (11 ms) [ RUN ] SchemeMapTest.ParseWithErrors [ OK ] SchemeMapTest.ParseWithErrors (14 ms) [ RUN ] SchemeMapTest.ParseMultipleWithErrors [ OK ] SchemeMapTest.ParseMultipleWithErrors (7 ms) [----------] 4 tests from SchemeMapTest (38 ms total) [----------] 5 tests from ServiceProviderTest [ RUN ] ServiceProviderTest.SimpleService [ERROR:garnet/bin/appmgr/service_provider_dir_impl.cc(101)] Cannot serve service nonexistent_service for component NO_COMPONENT: ZX_ERR_NOT_FOUND [ OK ] ServiceProviderTest.SimpleService (0 ms) [ RUN ] ServiceProviderTest.Parent [ERROR:garnet/bin/appmgr/service_provider_dir_impl.cc(101)] Cannot serve service nonexistent_service for component NO_COMPONENT: ZX_ERR_NOT_FOUND [ OK ] ServiceProviderTest.Parent (0 ms) [ RUN ] ServiceProviderTest.RestrictedServices [WARNING:garnet/bin/appmgr/service_provider_dir_impl.cc(127)] Component NO_COMPONENT is not allowed to connect to my_service2 because this service is not present in the component's sandbox. Refer to https://fuchsia.googlesource.com/fuchsia/+/master/docs/the-book/sandboxing.md#services for more information. [WARNING:garnet/bin/appmgr/service_provider_dir_impl.cc(89)] Component NO_COMPONENT is not allowed to connect to my_service2 because this service is not present in the component's sandbox. Refer to https://fuchsia.googlesource.com/fuchsia/+/master/docs/the-book/sandboxing.md#services for more information. [WARNING:garnet/bin/appmgr/service_provider_dir_impl.cc(127)] Component NO_COMPONENT is not allowed to connect to parent_service2 because this service is not present in the component's sandbox. Refer to https://fuchsia.googlesource.com/fuchsia/+/master/docs/the-book/sandboxing.md#services for more information. [WARNING:garnet/bin/appmgr/service_provider_dir_impl.cc(89)] Component NO_COMPONENT is not allowed to connect to parent_service2 because this service is not present in the component's sandbox. Refer to https://fuchsia.googlesource.com/fuchsia/+/master/docs/the-book/sandboxing.md#services for more information. [ OK ] ServiceProviderTest.RestrictedServices (0 ms) [ RUN ] ServiceProviderTest.Readdir_Simple [ OK ] ServiceProviderTest.Readdir_Simple (0 ms) [ RUN ] ServiceProviderTest.Readdir_WithParent [ OK ] ServiceProviderTest.Readdir_WithParent (0 ms) [----------] 5 tests from ServiceProviderTest (0 ms total) [----------] 1 test from StorageWatchdogTest [ RUN ] StorageWatchdogTest.Basic [ OK ] StorageWatchdogTest.Basic (15 ms) [----------] 1 test from StorageWatchdogTest (15 ms total) [----------] 3 tests from UtilTests [ RUN ] UtilTests.GetLabelFromURL [ OK ] UtilTests.GetLabelFromURL (0 ms) [ RUN ] UtilTests.GetArgsString [ OK ] UtilTests.GetArgsString (0 ms) [ RUN ] UtilTests.BindDirectory [ OK ] UtilTests.BindDirectory (0 ms) [----------] 3 tests from UtilTests (0 ms total) [----------] 1 test from RestartBackOffTest [ RUN ] RestartBackOffTest.WaitIncreasesAndResets [ OK ] RestartBackOffTest.WaitIncreasesAndResets (0 ms) [----------] 1 test from RestartBackOffTest (0 ms total) [----------] Global test environment tear-down [==========] 37 tests from 13 test suites ran. (489 ms total) [ PASSED ] 37 tests.