When running layout tests, default to using GN build directory if one is present. |
||
Issue descriptionCurrently, when running layout tests, if no --target is given, the default behavior is to use the build in out/Release; to use the build in out/Default (or another directory), -t|--target must be given. Now, as more Blink developers (most, I assume) use GN, it may be convenient if the default behavior was changed to check for out/Default and use that if present. Relevant parts of the code: https://cs.chromium.org/chromium/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory.py?l=155 https://cs.chromium.org/chromium/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py?l=211 Dirk, would that make sense?
,
Jun 13 2016
Makes sense; won't make any change here, though I added a note about this in https://sites.google.com/a/chromium.org/dev/developers/testing/webkit-layout-tests?pli=1#TOC-Running-the-Tests. |
||
►
Sign in to add a comment |
||
Comment 1 by dpranke@chromium.org
, Jun 13 2016