Issue metadata
Sign in to add a comment
|
'Mojo/ECKEncryptedMediaTest.MultipleCdmTypes/0' failing on chromium.win/Win7 Tests (dbg)(1) |
||||||||||||||||||||||
Issue descriptionbrowser_tests failing on chromium.win/Win7 Tests (dbg)(1) Builders failed on: - Win7 Tests (dbg)(1): https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29 --- [ RUN ] Mojo/ECKEncryptedMediaTest.MultipleCdmTypes/0 [5404:2556:1002/063707.593:WARNING:chrome_browser_main_win.cc(610)] Command line too long for RegisterApplicationRestart: --brave-new-test-launcher --cfi-diag=0 --gtest_also_run_disabled_tests --gtest_filter=Mojo/ECKEncryptedMediaTest.MultipleCdmTypes/0 --single_process --test-launcher-bot-mode --test-launcher-summary-output="e:\b\swarm_slave\w\ioy0a1sf\output.json" --user-data-dir="C:\Users\CHROME~2\AppData\Local\Temp\scoped_dir4288_22772\d4288_29104" --disable-offline-auto-reload --ignore-autoplay-restrictions --enable-blink-features=EncryptedMediaHdcpPolicyCheck --register-pepper-plugins="e:\b\swarm_slave\w\ir\out\Debug\ClearKeyCdm\_platform_specific\win_x86\clearkeycdmadapter.dll#Clear Key CDM#CDM#0.1.0.0;application/x-ppapi-clearkey-cdm" --clear-key-cdm-path-for-testing="e:\b\swarm_slave\w\ir\out\Debug\ClearKeyCdm\_platform_specific\win_x86\clearkeycdm.dll" --disable-default-apps --disable-zero-browsers-open-for-tests --enable-logging=stderr --force-color-profile=srgb --no-default-browser-check --no-first-run --safebrowsing-disable-auto-update --test-type=browser --wm-window-animations-disabled --ipc-connection-timeout=45 --allow-file-access-from-files --dom-automation --log-gpu-control-list-decisions --disable-backgrounding-occluded-windows --disable-gl-drawing-for-tests --override-use-software-gl-for-tests --force-color-profile=srgb --enable-features=ExternalClearKeyForTesting,MojoCdm,SupportExperimentalCdmInterface --disable-features=NetworkPrediction --flag-switches-begin --flag-switches-end --restore-last-session [1904:3580:1002/063708.300:ERROR:direct_composition_surface_win.cc(1094)] Failing to detect HDR, couldn't retrieve D3D11 device from ANGLE. [1904:3580:1002/063708.523:INFO:media_foundation_video_encode_accelerator_win.cc(335)] Windows versions earlier than 8 are not supported. [5404:4952:1002/063711.200:ERROR:service_manager.cc(156)] Connection InterfaceProviderSpec prevented service: content_renderer from binding interface: blink::mojom::ReportingServiceProxy exposed by: content_browser [5404:2556:1002/063711.222:WARNING:CONSOLE(0)] "Styling master document from stylesheets defined in HTML Imports is deprecated, and is planned to be removed in M65, around March 2018. Please refer to https://goo.gl/EGXzpw for possible migration paths.", source: (0) [5404:2556:1002/063713.476:INFO:media_browsertest.cc(46)] 06:37:13.470 Starting HTTP server [5404:2556:1002/063713.488:INFO:media_browsertest.cc(62)] 06:37:13.486 Running test URL: http://127.0.0.1:51358/multiple_cdm_types.html? [5948:2580:1002/063715.311:ERROR:render_process_impl.cc(193)] WebFrame LEAKED 1 TIMES [5404:5800:1002/063715.425:ERROR:process_win.cc(139)] Unable to terminate process: Access is denied. (0x5) [5404:2556:1002/063715.743:INFO:CONSOLE(12)] "Start test", source: http://127.0.0.1:51358/multiple_cdm_types.html? (12) [5404:4108:1002/063715.885:WARNING:embedded_test_server.cc(229)] Request not handled. Returning 404: /favicon.ico [5404:2556:1002/063716.899:INFO:CONSOLE(12)] "CDM created", source: http://127.0.0.1:51358/multiple_cdm_types.html? (12) [5404:2556:1002/063716.922:INFO:CONSOLE(12)] "Session1 created", source: http://127.0.0.1:51358/multiple_cdm_types.html? (12) [5404:2556:1002/063717.971:INFO:CONSOLE(12)] "CDM created", source: http://127.0.0.1:51358/multiple_cdm_types.html? (12) [5404:2556:1002/063717.976:INFO:CONSOLE(12)] "Session2 created", source: http://127.0.0.1:51358/multiple_cdm_types.html? (12) [5404:2556:1002/063718.002:INFO:CONSOLE(12)] "CDM created", source: http://127.0.0.1:51358/multiple_cdm_types.html? (12) [5404:2556:1002/063718.023:INFO:CONSOLE(12)] "Session3 created", source: http://127.0.0.1:51358/multiple_cdm_types.html? (12) [5404:2556:1002/063718.024:INFO:CONSOLE(12)] "Crash session2", source: http://127.0.0.1:51358/multiple_cdm_types.html? (12) [5404:2556:1002/063718.034:INFO:CONSOLE(12)] "Session2 crashed", source: http://127.0.0.1:51358/multiple_cdm_types.html? (12)
,
Oct 2 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/9d5cafcaf5380fcaec80a4d0105df025b495d06f commit 9d5cafcaf5380fcaec80a4d0105df025b495d06f Author: Mike West <mkwst@chromium.org> Date: Mon Oct 02 14:16:09 2017 Revert "media: Support to run different type of CDMs in different processes" This reverts commit c43d9de386b1d45f8927640c05d94948f345dc17. Reason for revert: Looks like this is timing out on Win7 (dbg): see https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=Mojo%2FECKEncryptedMediaTest.MultipleCdmTypes%2F0 and https://bugs.chromium.org/p/chromium/issues/detail?id=770686. Original change's description: > media: Support to run different type of CDMs in different processes > > When library CDM is enabled, when connecting to the MediaService, use a > CDM-type-specific CDM GUID as the service_manager Identity user ID, so > that the CDM service of each CDM type will run in its own MediaService > instance, in its own process! > > This helps isolate different CDMs in it's own process for better > security and stability. This also makes the implementation simpler by > allowing CdmModule to be a per-process singleton that is initialized for > only one single CDM type. > > To test the multiple_cdm_types.html in the browser (instead of in the > browser_test itself), you would need to: > > 1. Disable unique origin check in WebContentDecryptionModuleImpl::Create > > 2. Run the following command: > > out/GN/chrome --user-data-dir=/tmp/foo > --enable-features=MojoCdm,ExternalClearKeyForTesting,SupportExperimentalCdmInterface > --register-pepper-plugins="<path_to_chromium_repo>/src/out/GN/libclearkeycdmadapter.so;application/x-ppapi-clearkey-cdm" > --clear-key-cdm-path-for-testing=<path_to_chromium_repo>/src/out/GN/libclearkeycdm.so > file:///<path_to_chromium_repo>/src/media/test/data/multiple_cdm_types.html > > In the future, we should be able drop SupportExperimentalCdmInterface > and MojoCdm in --enable-features, as well as --register-pepper-plugins. > > BUG= 766415 > TEST=Add new browser test to cover this. > > Change-Id: I804225c6588b8d9195b4199aba11ad9277f5fa45 > Reviewed-on: https://chromium-review.googlesource.com/688167 > Commit-Queue: Xiaohan Wang <xhwang@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Reviewed-by: John Rummell <jrummell@chromium.org> > Reviewed-by: Nasko Oskov <nasko@chromium.org> > Reviewed-by: Dan Sanders <sandersd@chromium.org> > Cr-Commit-Position: refs/heads/master@{#505543} TBR=nasko@chromium.org,thestig@chromium.org,xhwang@chromium.org,jrummell@chromium.org,sandersd@chromium.org Change-Id: I94ecaf72a5756139706c1c627a97c125165d0822 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 766415 , 770686 Reviewed-on: https://chromium-review.googlesource.com/695225 Reviewed-by: Mike West <mkwst@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#505600} [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/chrome/browser/component_updater/widevine_cdm_component_installer.cc [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/chrome/browser/media/encrypted_media_browsertest.cc [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/chrome/common/chrome_content_client.cc [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/chrome/renderer/media/chrome_key_systems.cc [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/content/browser/media/cdm_registry_impl_unittest.cc [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/content/browser/media/media_interface_proxy.cc [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/content/browser/media/media_interface_proxy.h [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/content/common/media/cdm_info.cc [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/content/public/common/cdm_info.h [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/media/base/media_switches.cc [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/media/cdm/cdm_paths.cc [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/media/cdm/cdm_paths.h [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/media/cdm/ppapi/external_clear_key/clear_key_cdm.cc [delete] https://crrev.com/dfcb14093b8c224f9a3ca70caaf9df57cc49fcd6/media/test/data/multiple_cdm_types.html [modify] https://crrev.com/9d5cafcaf5380fcaec80a4d0105df025b495d06f/third_party/widevine/cdm/widevine_cdm_common.h
,
Oct 2 2017
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by mkwst@chromium.org
, Oct 2 2017Owner: xhw...@chromium.org