run_blink_httpd.py only serves from out/Release |
||||
Issue descriptionThe script third_party/WebKit/Tools/Scripts/run-blink-httpd does not support the same platform and build configuration options as run-webkit-tests, including the ability to specify the build output directory from which to serve files. It will only serve files from out/Release.
,
Jun 19 2017
Layout tests which use Mojo's JavaScript bindings depend on build artifacts. I'm about to patch the service configuration to include these generated sources in the resources served by the server. It also appears that we currently alias the generated inspector sources into /inspector-sources.
,
Aug 11 2017
Finally going back to triage this -- The build directory used for /inspector-sources is determined by Port.inspector_build_directory (https://cs.chromium.org/chromium/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py?l=1032). The specific directory there can be determined by the --target option (e.g. --target Default or --target Debug). However, run-blink-httpd and the other run-blink- scripts don't accept a --target option. We could add a --target option to webkitpy/layout_tests/servers/cli_wrapper.py and use it, which would allow serving from other build directories.
,
Aug 13
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Sep 24
|
||||
►
Sign in to add a comment |
||||
Comment 1 by qyears...@chromium.org
, Jun 19 2017